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]

1 hide topic, post and last post on Tue Jun 01, 2010 4:48 pm

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://www.bio-mel.forumotion.com

2 Re: hide topic, post and last post on Tue Jun 01, 2010 5:52 pm

ankillien


Administrator
Administrator
Hello,

What version are you using?

3 Re: hide topic, post and last post on Tue Jun 01, 2010 7:14 pm

Blitzkrieg


Registered Member
Registered Member
ankillien wrote:Hello,

What version are you using?


I'm using phpbb3..

http://www.bio-mel.forumotion.com

4 Re: hide topic, post and last post on Tue Jun 01, 2010 7:43 pm

ankillien


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

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

5 Re: hide topic, post and last post on Tue Jun 01, 2010 9:01 pm

latchy


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

http://www.graphiccentral.org/

6 Re: hide topic, post and last post on Tue Jun 01, 2010 10:02 pm

ankillien


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

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

7 Re: hide topic, post and last post on Tue Jun 01, 2010 10:15 pm

latchy


Registered Member
Registered Member
It is now Razz

You forgot to add a rule Smile

http://www.graphiccentral.org/

8 Re: hide topic, post and last post on Thu Jun 03, 2010 6:03 pm

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://www.bio-mel.forumotion.com

9 Re: hide topic, post and last post on Thu Jun 03, 2010 8:01 pm

ankillien


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

10 Re: hide topic, post and last post on Fri Jun 04, 2010 7:41 am

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://www.bio-mel.forumotion.com

11 Re: hide topic, post and last post on Fri Jun 04, 2010 2:25 pm

Jophy


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

http://www.socialtechforum.com/

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