The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Removing stats from index
I want to remove the part which has a box around it. I've tried a few things which I failed.
Any help is appreciated |
#2
|
|||
|
|||
Follow the commentary with me , edit to templates forumhome_forumbit_level1_nopost , forumhome_forumbit_level2_post
forumhome_forumbit_level1_nopost Find and delete: Code:
<span class="forumthreadpost">{vb:rawphrase threads_posts} </span> Find and delete: Code:
<vb:if condition="$forum['statusicon'] != 'link'"> <h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4> <vb:if condition="$show['externalrss'] OR $show['member']"> <ul class="forumactionlinks td"> <vb:if condition="$forum['allowposting']"><vb:if condition="$show['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if> <vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if></vb:if> </ul> <vb:else /> <div class="forumactionlinks"></div> </vb:if> <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats td"> <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li> <li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li> </ul> Find: Code:
<div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> </vb:if> Code:
<div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> |
Благодарность от: | ||
GavoTrav |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|