WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1hide topic, post and last post Empty hide topic, post and last post Tue Jun 01, 2010 6:18 pm

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
helo everyone..i'm looking for a html that hide the content of topic, post and last post..

thanks..

http://earnmoneyonline.bforum.biz

2hide topic, post and last post Empty Re: hide topic, post and last post Tue Jun 01, 2010 7:22 pm

ankillien

ankillien
Administrator
Administrator
Hello,

What version are you using?

3hide topic, post and last post Empty Re: hide topic, post and last post Tue Jun 01, 2010 8:44 pm

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
ankillien wrote:Hello,

What version are you using?

I'm using phpbb3..

http://earnmoneyonline.bforum.biz

4hide topic, post and last post Empty Re: hide topic, post and last post Tue Jun 01, 2010 9:13 pm

ankillien

ankillien
Administrator
Administrator
Please try adding this code to your CSS..

Code:
.topics , .posts , .lastpost {
display : none;
}

5hide topic, post and last post Empty Re: hide topic, post and last post Tue Jun 01, 2010 10:31 pm

latchy

latchy
Registered Member
Registered Member
It don't work, I just tried it on my test forum Smile

http://www.graphiccentral.org/

6hide topic, post and last post Empty Re: hide topic, post and last post Tue Jun 01, 2010 11:32 pm

ankillien

ankillien
Administrator
Administrator
It should work. I've tested it on this forum.

Code:
    .topics , .posts , .lastpost {
    display : none !important;
    }

7hide topic, post and last post Empty Re: hide topic, post and last post Tue Jun 01, 2010 11:45 pm

latchy

latchy
Registered Member
Registered Member
It is now Razz

You forgot to add a rule Smile

http://www.graphiccentral.org/

8hide topic, post and last post Empty Re: hide topic, post and last post Thu Jun 03, 2010 7:33 pm

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
ankillien wrote:It should work. I've tested it on this forum.

Code:
    .topics , .posts , .lastpost {
    display : none !important;
    }

hello ankillien, Is there a way using this code that it only hide the topic, post and last post only for the guest. I know that I can make my forum private instead of doing this but what I'm trying to do is the guest can only view my forum but the topic, last post and post are hidden for them only if they login they will be able to see the topic,post etc..I'm using phpbb3..

http://earnmoneyonline.bforum.biz

9hide topic, post and last post Empty Re: hide topic, post and last post Thu Jun 03, 2010 9:31 pm

ankillien

ankillien
Administrator
Administrator
It is not possible on phpBB3 since template editing is not available.

10hide topic, post and last post Empty Re: hide topic, post and last post Fri Jun 04, 2010 9:11 am

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
ankillien wrote:It is not possible on phpBB3 since template editing is not available.

ok..thanks for the info..

http://earnmoneyonline.bforum.biz

11hide topic, post and last post Empty Re: hide topic, post and last post Fri Jun 04, 2010 3:55 pm

Jophy

Jophy
Registered Member
Registered Member
Since this appears to be solved, I'll lock and mark this.

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum