The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove WGO icons
How do I remove the icons on the Currently Active Users and Cheapy Gamer Statistics?
|
#2
|
|||
|
|||
ACP/ styles manager/ Forum home template
Search for Code:
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3> Code:
<img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" /> Code:
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3> Code:
<img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" /> Jeff |
Благодарность от: | ||
Randomm |
#3
|
|||
|
|||
got it working
thanks |
#4
|
|||
|
|||
You are welcome
Jeff |
#5
|
|||
|
|||
another question
how do I remove the "What's Going On?" itself? the text I mean |
#6
|
|||
|
|||
in template FORUMHOME
search for Code:
<h2 class="blockhead">{vb:rawphrase whats_going_on}</h2> |
#7
|
|||
|
|||
Thanks again!
Another question on forumbit and/or threadbit there is this row row Code:
Title / Thread Starter Replies / Views Last Post By how do I get rid of this? |
#8
|
|||
|
|||
in template Forumdisplay search for
Code:
<div class="threadlisthead table"> <div> <span class="threadinfo"> <span class="threadtitle"> <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_title}}" rel="nofollow">{vb:rawphrase title}{vb:raw sortarrow.title}</a> / <a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_postusername}}" rel="nofollow">{vb:rawphrase thread_starter}{vb:raw sortarrow.postusername}</a> </span> </span> <vb:if condition="$show['search_engine']"> <span class="threadstats td">{vb:rawphrase replies} {vb:raw sortarrow.replycount} / {vb:rawphrase views}</span> <span class="threadlastpost td">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</span> <vb:else /> <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> <span class="threadlastpost td"><a href="{vb:link forum, {vb:raw foruminfo}, {vb:raw pageinfo_flastpost}}" rel="nofollow">{vb:rawphrase last_post_by}{vb:raw sortarrow.lastpost}</a></span> <vb:if condition="$show['inlinemod']"><span class="threadimodimod td"></span></vb:if> </vb:if> </div> </div> It should remove all of these included threadlist header bg. |
#9
|
|||
|
|||
whats threadlist header bg?
and there are two places where you can see Code:
Title / Thread Starter Replies / Views Last Post By |
#10
|
|||
|
|||
You can try it and see yourself right ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|