vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How to remove little icons on the widgets (https://vborg.vbsupport.ru/showthread.php?t=256007)

maryx 12-27-2010 09:01 PM

How to remove little icons on the widgets
 
1 Attachment(s)
The widgets automatically put an annoying little icon in the title row of each widget on my Home page. (They are attached)

How can I edit them out? What is the complete path to the image file? They are not in cms/images/
I can put in something nicer.

Fount it! Just by inspecting the element. It is in images/siteicons

TheLastSuperman 12-27-2010 09:16 PM

Quote:

Originally Posted by maryx (Post 2139796)
The widgets automatically put an annoying little icon in the title row of each widget on my Home page. (They are attached)

How can I edit them out? What is the complete path to the image file? They are not in cms/images/
I can put in something nicer.

Fount it! Just by inspecting the element. It is in images/siteicons

Just don't delete them :cool: otherwise in Firefox it will look fine however in IE you'll see little red X's :eek:.

So edit them (images) OR find the templates that image code is in and comment it out using:

Code:

<vb:comment> HIDES THIS CODE INSIDE ETC </vb:comment:>
:cool:

maryx 12-27-2010 09:50 PM

What I did was replace each image with another image that I preferred (gave them the same names as the originals.) They replaced OK, but the old images are still showing up. The image path I used is images/site_icons

I don't think this is the correct path, as php wasn't in there to be replaced.

Any help here? Thanks!

TheLastSuperman 12-27-2010 10:10 PM

Quote:

Originally Posted by maryx (Post 2139829)
What I did was replace each image with another image that I preferred (gave them the same names as the originals.) They replaced OK, but the old images are still showing up. The image path I used is images/site_icons

I don't think this is the correct path, as php wasn't in there to be replaced.

Any help here? Thanks!

Suite means some images are in a cms folder and some in a blog folder... for example if it's the CMS here is the little speech bubbles:

Code:

images/cms/widget-forum.png
So you need to overwrite those files, remember you can view all the folders and files fromt he vbulletin .zip file by extracting it to your local hard drive/desktop etc etc find the images there easily then navigate to each folder on your server or in ftp etc then overwrite :cool:.

Edit: Ohh and right-click and view the image or it's location etc to see where it is!

Baf_Jams 01-03-2011 12:57 AM

I right-clicked and viewed the image at it's location and then replaced them via FTP with a small clear gif
(gave them the same names as the originals.)

Small clear gif found from google :)

maryx 01-03-2011 12:38 PM

Thanks for everyone's help, I have finally got rid of those annoying icons and put something nicer in their place.

bajrice 06-08-2011 06:35 PM

Code:

check this,... its late but it helps ;)

search this,...

vbcms_widget_execphp_page  ----> php
vbcms_widget_static_page    ----> html


Remove this,... in both

<img src="{vb:stylevar imgdir_siteicons}/XXX.png" alt="" />


pantani 10-19-2011 07:18 AM

Quote:

Originally Posted by bajrice (Post 2205189)
Code:

check this,... its late but it helps ;)

search this,...

vbcms_widget_execphp_page  ----> php
vbcms_widget_static_page    ----> html


Remove this,... in both

<img src="{vb:stylevar imgdir_siteicons}/XXX.png" alt="" />


Perfect :)
Thanks for helping

Theme Tempest 10-19-2011 02:50 PM

An easier way is to add this to your additional.css template:
Code:

.cms_widget_header h3 img {
    display: none;
}

Of course, the above is only if you want to hide them altogether and not replace them. I personally think images in the widgets header look too cluttered, no matter what you put there.

steve k. 02-09-2012 12:05 AM

Quote:

Originally Posted by Theme Tempest (Post 2258978)
An easier way is to add this to your additional.css template:
Code:

.cms_widget_header h3 img {
    display: none;
}

Of course, the above is only if you want to hide them altogether and not replace them. I personally think images in the widgets header look too cluttered, no matter what you put there.

Can this also be done to the Blocks in the forum?


All times are GMT. The time now is 02:14 PM.

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.01222 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_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