vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Remove WGO icons (https://vborg.vbsupport.ru/showthread.php?t=266600)

Randomm 07-10-2011 11:31 PM

Remove WGO icons
 
How do I remove the icons on the Currently Active Users and Cheapy Gamer Statistics?

Jeff Ledger 07-10-2011 11:46 PM

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>
Remove this

Code:

<img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />
Search for

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>
remove this line

Code:

<img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />
You should have it done.

Jeff

Randomm 07-10-2011 11:57 PM

got it working
thanks

Jeff Ledger 07-11-2011 12:00 AM

You are welcome

Jeff

Randomm 07-11-2011 12:16 AM

another question
how do I remove the "What's Going On?" itself? the text I mean

Jeff Ledger 07-11-2011 12:20 AM

in template FORUMHOME

search for

Code:

                <h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
Remove it

Randomm 07-11-2011 12:59 AM

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?

Jeff Ledger 07-11-2011 01:10 AM

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>

Remove it

It should remove all of these included threadlist header bg.

Randomm 07-11-2011 01:18 AM

whats threadlist header bg?
and there are two places where you can see
Code:

Title / Thread Starter                  Replies / Views          Last Post By
will it remove it from both locations?

Jeff Ledger 07-11-2011 01:30 AM

You can try it and see yourself right ?


All times are GMT. The time now is 06:34 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03539 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete