PDA

View Full Version : Make Post and Thread Count viewable for ADMIN ONLY


pjdaley
09-13-2004, 07:19 PM
im just wondering a friend has a poetry website and its running vB. Im just wondering how would you make the Post and Thread count. is that possible?

Colin F
09-13-2004, 07:34 PM
That can easily be done with template conditionals. Just enclose the parts you only want members to see with <if condition="$bbuserinfo[usergroupid] == 6"> AND </if>

pjdaley
09-14-2004, 12:57 AM
yea i understand that, but when it comes to the php code i dont know exactly which one to do..... in the forum home and in the forum display its a little confusing.

Colin F
09-14-2004, 04:28 AM
You actually don't have to touch the phpcode. All you have to do is identify the affected parts in the templates and enclose them.
If you're a little html knowledgable it shoudn't be hard to work out.

pjdaley
09-14-2004, 05:10 AM
thank you, i took care of it. ;) found the right template to mess with...