SimplePortal

Customization => Themes and Graphics => Topic started by: Divecall on May 01, 2010, 08:54:31 PM

Title: Small icon next to the block title ?
Post by: Divecall on May 01, 2010, 08:54:31 PM
Hello !

I want to know, if it is possible to add a small symbol in the line where the block title is ? A small icon that appear in front of e.g. "User Info", Who´s Online", and so on...

By the way...the new colors / Theme is a little...stranger...

 :not-possible:
 :ill:

You have a serious, good SMF-Mod or a Candyshop ???  ;)
Title: Re: Small icon next to the block title ?
Post by: Nathaniel on May 02, 2010, 05:39:45 PM
See if this edit does what you want:
Code: ("Find (Themes/default/Portal.template.php)") [Select]
echo '
<h3 class="', $block['style']['title']['class'], '"', !empty($block['style']['title']['style']) ? ' style="' . $block['style']['title']['style'] . '"' : '', '><span class="left"></span>';

Code: ("Replace") [Select]
echo '
<h3 class="', $block['style']['title']['class'], '"', !empty($block['style']['title']['style']) ? ' style="' . $block['style']['title']['style'] . '"' : '', '><span class="left"></span>
<span class="sp_float_left sp_article_icon"><img src="' . $settings['images_url'] . '/post/xx.gif" align="middle" alt="xx" border="0" /></span>';
Title: Re: Small icon next to the block title ?
Post by: Divecall on May 07, 2010, 03:28:10 PM
Thank you !!!

 :thumbsup:
SimplePortal 2.3.8 © 2008-2024, SimplePortal