PDA

View Full Version : html and php icon


Mr_Running
05-31-2011, 06:55 PM
Started this new thread here because the issue was not 100% about the product from this thread
Post #19
https://vborg.vbsupport.ru/showthread.php?t=264419&page=2

Post #15 Is there any way to kill that annoying php elephant? Its ugly and defies the purpose of adding a slick slider.

Post #19
Originally Posted by Mr_Running

Comment out
Code:

<vb:comment>Code Text</vb:comment>

or
Code:

<!--Code Text-->

or
Make a Transparent image and replace it.
or
Delete

For the HTML Image
Code:

vbcms_widget_static_page

remove
Code:

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

For PHP Image
Code:

vbcms_widget_execphp_page

Remove
Code:

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

If you delete remember to do that every time you revert these templates.

could you mind to explain a newbie a little more in detail what to do in order to get rid of the image and the border as well ?


Go to vB Admin Control Panel
Styles & Templates
Search in Templete
Search for Text --> Find

Disasterpiece
05-31-2011, 11:26 PM
what?