The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]() Quote:
![]() ![]() 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:> ![]() |
#3
|
|||
|
|||
![]()
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! |
#4
|
||||
|
||||
![]() Quote:
Code:
images/cms/widget-forum.png ![]() Edit: Ohh and right-click and view the image or it's location etc to see where it is! |
#5
|
|||
|
|||
![]()
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 ![]() |
#6
|
|||
|
|||
![]()
Thanks for everyone's help, I have finally got rid of those annoying icons and put something nicer in their place.
|
#7
|
|||
|
|||
![]() 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="" /> |
#8
|
||||
|
||||
![]() Quote:
![]() Thanks for helping |
#9
|
||||
|
||||
![]()
An easier way is to add this to your additional.css template:
Code:
.cms_widget_header h3 img { display: none; } |
#10
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|