The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've taken out the code that I thought it was but it didn't seem to work, I'm wanting to remove the views from forumdisplay and new posts etc, anyone know what I need to search for and remove?
|
#2
|
||||
|
||||
![]()
Ok, so it took me a while to figure out but I finally got it.
Open up the template Threadbit Find Code:
<li>{vb:rawphrase views}: {vb:raw thread.views}</li> Now this part is user preference, in the same area as what you just deleted look for the following Code:
<li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li> And the reason this was not working is, because if your Style is a child of a parent style, you will need to do this to the styles parents as well ![]() Enjoy! --------------- Added [DATE]1262384875[/DATE] at [TIME]1262384875[/TIME] --------------- Here is what the threadbit will look like after the proper changes, and this example is with the <br /> before the quoted text http://i49.tinypic.com/2s6wkki.png |
#3
|
|||
|
|||
![]()
Thanks I couldn't find it at all, that worked great
|
#4
|
||||
|
||||
![]()
Also open up FORUMDISPLAY
Find : Code:
<span class="threadstats td">{vb:rawphrase replies} {vb:raw sortarrow.replycount} / {vb:rawphrase views}</span> Code:
<span class="threadstats td">{vb:rawphrase replies} {vb:raw sortarrow.replycount}</span> Code:
<span class="threadstats td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_replycount}}" rel="nofollow">{vb:rawphrase replies}{vb:raw sortarrow.replycount}</a> / <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_views}}" rel="nofollow">{vb:rawphrase views}{vb:raw sortarrow.views}</a></span> Code:
<span class="threadstats td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_replycount}}" rel="nofollow">{vb:rawphrase replies}{vb:raw sortarrow.replycount}</a></span> |
#5
|
|||
|
|||
![]()
The threadbit changes work great for when in Forum Display, but I can still see the # views when I click New Posts or What's New.
I did the FORUMDISPLAY changes also, but they did not seem to make any difference. Did I do something wrong? |
#6
|
||||
|
||||
![]()
open template search_threadbit
Find: PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
![]() Enjoy! |
#7
|
|||
|
|||
![]()
I think that got it! Thank you so much!
|
#8
|
|||
|
|||
![]()
This was helpful for me. I have vb 4. Most other instructions in the forums are for earlier versions and do not work in 4.
The views are gone from the column, but I would also like to remove the entire column, including the replies. I have a sidebar and when I search, there is not enough room and text gets jumbled. I could do without this entire column. |
#9
|
|||
|
|||
![]()
Show me 2 time
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|