Customizing SMF > Theme Site Themes
Glacier 2 (black)
rocknroller:
--- Quote from: yrygvay on October 18, 2011, 08:17:22 AM ---tell me why a blank forum topic 2.0 does not install correctly for IE
--- End quote ---
working on it.
rocknroller:
thank you guys for comments ;D
rocknroller:
--- Quote from: yrygvay on October 18, 2011, 02:46:30 AM ---Excellent theme, but I understand how it is not very well supported by IE
--- End quote ---
package is fixed for IE.
you can manually install the fix.
in the Toppanel.template.php find:
--- Code: ---if($context['user']['is_logged'])
{
echo' <div class="user_info_block">';
if ($context['user']['unread_messages'] > 0)
{ echo'<div class="pm_on"><div class="pm_num blink"><a href="', $scripturl, '?action=pm" title="', $txt['lgf_pm'], '">', $context['user']['unread_messages'], '<img src="', $settings['images_url'], '/glacier/mini_icons/pm.png" alt="*" /></a></div></div>';}
else{
echo'<div title="', $txt['lgf_pm'], '" onclick="window.open(\'', $scripturl, '?action=pm\',\'_self\')" class="pm_off pointer"></div> ';}
if ($context['open_mod_reports'] > 0)
{ echo' <div class="mod_on"><div class="mod_num blink"><a href="', $scripturl, '?action=moderate;area=reports" title="', $txt['lgf_mod_rep'], '"> ', $context['open_mod_reports'], '<img src="', $settings['images_url'], '/glacier/mini_icons/report.png" alt="*" /></a></div></div>';}
echo '</div> ';}
--- End code ---
and replace with:
--- Code: ---if($context['user']['is_logged'])
{
echo' <!--[if !lte IE 8]><div class="user_info_block">';
if ($context['user']['unread_messages'] > 0)
{ echo'<div class="pm_on"><div class="pm_num blink"><a href="', $scripturl, '?action=pm" title="', $txt['lgf_pm'], '">', $context['user']['unread_messages'], '<img src="', $settings['images_url'], '/glacier/mini_icons/pm.png" alt="*" /></a></div></div>';}
else{
echo'<div title="', $txt['lgf_pm'], '" onclick="window.open(\'', $scripturl, '?action=pm\',\'_self\')" class="pm_off pointer"></div> ';}
if ($context['open_mod_reports'] > 0)
{ echo' <div class="mod_on"><div class="mod_num blink"><a href="', $scripturl, '?action=moderate;area=reports" title="', $txt['lgf_mod_rep'], '"> ', $context['open_mod_reports'], '<img src="', $settings['images_url'], '/glacier/mini_icons/report.png" alt="*" /></a></div></div>';}
echo '</div> <![endif]-->';}
--- End code ---
rihsano:
my theme is glacier2
why icon of rss not show?
kutass.tk
kutass.tk/index.php ?action=.xml;type=rss
TosTos:
Very nice theme. I have just seen your other themes. Very professional works.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version