The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
||||
|
||||
|
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>
|
|
#3
|
|||
|
|||
|
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.
|
|
#4
|
||||
|
||||
|
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. |
|
#5
|
|||
|
|||
|
thank you, i took care of it.
found the right template to mess with...
|
![]() |
|
|