The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do i hide the thread / post count on the main forum page.
I dont want members to view how many threads / post there is in one of my sections ![]() |
#2
|
||||
|
||||
![]()
Here's a post on how to move those columns around. Just delete them instead - How To Change The Ordering Of The 'Last Post', 'Threads', And 'Posts' columns
|
#3
|
|||
|
|||
![]()
thanks but i dont want to delete them i just want to hide it on mt VIP section i have sin it on many forums just dont know how to do it
|
#4
|
|||
|
|||
![]()
That is in the vboptions u can prevent people from seeing post count in a private forum.
|
#5
|
||||
|
||||
![]()
Just put a condition around the content in the columns then.
HTML Code:
<if condition="is_member_of($bbuserinfo, x,y)"> <!-- content only shown to members of usergroupid x or y --> $thread[views] <else /> - </if> |
#6
|
|||
|
|||
![]()
ok thanks for the tip lads will give it a shot now
|
#7
|
|||
|
|||
![]()
Lynne i couldent get this to work im not to good with codes can you tell me what template to add this to and were abouts
thanks |
#8
|
||||
|
||||
![]()
I don't know which templates. In order for you to figure out which templates, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
Also, don't forget to change x,y to the usergroupids you wich to be able to see the thread views. |
#9
|
||||
|
||||
![]()
One of the forumhome_forumbit_* templates (possibly level1_post).
|
#10
|
|||
|
|||
![]()
ok im probably realy anoying you all now but...
in the forumhome_forumbit_level1_post i found <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> which am pritty sure that i need to add the condition before it <if condition="is_member_of($bbuserinfo, 6,7,5,11,10 )"> <!-- content only shown to members of usergroupid 6,7,5,11,10 --> $forum[threadcount] $forum[replycount] <else /> - </if> is that correct and sorry to be a pain lads Thanks for all the help |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|