News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Glacier 2 (black)

Started by rocknroller, October 17, 2011, 11:49:22 AM

Previous topic - Next topic

rocknroller

Link to the theme


   
Free & Premium Themes for SMF®
LogoOff Free theme for SMF 2
Glacier 2 (black)


!Important! For theme extra features, require installation of the LGFMod - LINK be sure that you have latest version or at last LGFMod v1.1
(Features Setup Admin --> Configuration --> Current Theme)



Name:Glacier 2 (black)
Compatibility:          SMF 2.0, Theme uses CSS3 but has compatibility with older browsers.
Class:Free
Translation:
  • English
Credits:

  • LogoOff Team
  • jQuery - Autoscroller for jQuery by Markus Bordihn
  • jQuery - Implement A Nice & Clean JQuery Sliding Panel by Jeremie Tisseau
Extra Features:

           
  • Top Panel Jquery menu with lots of NEW interesting things, editable from ACP. Some examples are:

    • Scrolling recent posts
    • Online mod with lots of features
    • Admin Dashboard
    • and much more to explore
  • Editable links for social networks, (Facebook, Twitter, Myspace, YouTube).
  • Share button on each topic (can be ruled out).
  • Avatar on board index.
  • Simple banner rotator which can be used in four different positions.
  • Footer menu with setup
Terms of Use ► ◄Demo Page► ◄Download



How do you like it?
Board Index




Message Index



Display template




Top Panel Guest



Top Panel User



yrygvay

Excellent theme, but I understand how it is not very well supported by IE

Ricky.

Nice work and I can see lots of imagination being used.

Antechinus

Nice job. Some good detailing and a couple of clever ideas.

yrygvay

tell me why a blank forum topic 2.0 does not install correctly for IE

rocknroller

#5
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


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

package is fixed for IE.

you can manually install the fix.

in the Toppanel.template.php find:
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> ';}



and replace with:

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]-->';}

rihsano


TosTos

Very nice theme. I have just seen your other themes. Very professional works.

yrygvay

rocknroller
Thanks for the great editing for IE
although there are still a couple of questions:
1 A logo for the forum you done sections of the forum
2 is not active in IE Info User Control Panel.

in FF and Opera this is not observed.



ë®â§e®

great job, really nice theme, i'm trying to local with various mods and I found problems with two mods

http://custom.simplemachines.org/mods/index.php?mod=636    pretty url
and
http://custom.simplemachines.org/mods/index.php?mod=585   nonneo shoutbox

This is the code that problems in the Index.template.php   (nonneo shoutbox)
// YSHOUT HERE - <head> code
global $boardurl,$shoutFile;
$shoutFile='home';
$scripturlparsed = parse_url($scripturl);
$scriptpath=isset($scripturlparsed['path'])?$scripturlparsed['path']:'/';
$args='';
foreach($_GET as $key => $value) // passthrough $_GET
$args.='&'.urlencode($key).'='.urlencode($value);
echo '
<script src="',$boardurl,'/yshout/js/moo.ajax.js" type="text/javascript"></script>
<script src="',$boardurl,'/yshout/settings.js" type="text/javascript"></script>
<script type="text/javascript"><!-- // --><![CDATA[
if (window.addEventListener){
window.addEventListener("load", function(){loadChat();}, false);
} else if (window.attachEvent){
window.attachEvent("onload", function(){loadChat();});
}
var shoutFile="',$shoutFile,'";
var yshout_php="',$scriptpath,'?yshout',$args,'";
// ]]></script>
<script src="',$boardurl,'/yshout/js/yshout.js?July062008" type="text/javascript"></script>
<style type="text/css">
#yshout {
font-size: 10px;
overflow: hidden;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts { /* main shouts area */
}
#yshout #shouts .shout { /* one shout */
float: none;
margin: 0 0 0; /* Top Bottom Linespacing */
line-height: 1;
}
#yshout .shout-timestamp {
font-style: normal;
font-weight: normal;
}
#yshout .shout-adminlinks { /* del and ban buttons */
font-size: 6pt;
color: #141414;
}
#yshout #shout-form {
margin: 0;
padding: 0;
}
#yshout #shout-form fieldset {
border: none;
}
#yshout #forum-name {
color: #666666;
width: 70px;
margin-right: 5px;
}
#yshout #shout-text {
width: 310px;
margin-right: 5px;
}
#yshout #shout-button {
width: 55px;
}
#yshout .shout-invalid { /* invalid shout (shout textbox) */
background: #FFFDD1;
}
</style>';
// YSHOUT END - <head> code


virtually the panel does not work, we make some tests and see what changed? thx for support ;)

rocknroller

Quote from: ë®â§e® on October 23, 2011, 07:19:21 PM
great job, really nice theme, i'm trying to local with various mods and I found problems with two mods

http://custom.simplemachines.org/mods/index.php?mod=636    pretty url
and
http://custom.simplemachines.org/mods/index.php?mod=585   nonneo shoutbox

This is the code that problems in the Index.template.php   (nonneo shoutbox)
// YSHOUT HERE - <head> code
global $boardurl,$shoutFile;
$shoutFile='home';
$scripturlparsed = parse_url($scripturl);
$scriptpath=isset($scripturlparsed['path'])?$scripturlparsed['path']:'/';
$args='';
foreach($_GET as $key => $value) // passthrough $_GET
$args.='&'.urlencode($key).'='.urlencode($value);
echo '
<script src="',$boardurl,'/yshout/js/moo.ajax.js" type="text/javascript"></script>
<script src="',$boardurl,'/yshout/settings.js" type="text/javascript"></script>
<script type="text/javascript"><!-- // --><![CDATA[
if (window.addEventListener){
window.addEventListener("load", function(){loadChat();}, false);
} else if (window.attachEvent){
window.attachEvent("onload", function(){loadChat();});
}
var shoutFile="',$shoutFile,'";
var yshout_php="',$scriptpath,'?yshout',$args,'";
// ]]></script>
<script src="',$boardurl,'/yshout/js/yshout.js?July062008" type="text/javascript"></script>
<style type="text/css">
#yshout {
font-size: 10px;
overflow: hidden;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts { /* main shouts area */
}
#yshout #shouts .shout { /* one shout */
float: none;
margin: 0 0 0; /* Top Bottom Linespacing */
line-height: 1;
}
#yshout .shout-timestamp {
font-style: normal;
font-weight: normal;
}
#yshout .shout-adminlinks { /* del and ban buttons */
font-size: 6pt;
color: #141414;
}
#yshout #shout-form {
margin: 0;
padding: 0;
}
#yshout #shout-form fieldset {
border: none;
}
#yshout #forum-name {
color: #666666;
width: 70px;
margin-right: 5px;
}
#yshout #shout-text {
width: 310px;
margin-right: 5px;
}
#yshout #shout-button {
width: 55px;
}
#yshout .shout-invalid { /* invalid shout (shout textbox) */
background: #FFFDD1;
}
</style>';
// YSHOUT END - <head> code


virtually the panel does not work, we make some tests and see what changed? thx for support ;)

mods are usually for default theme, try to install it manually.

ë®â§e®

I always manually install all the mods, there should be some code that conflicts, but do not know what... could you help me? thx :)

rocknroller

how the problem manifests itself?

ë®â§e®

with the prettyurl mod, panel recharges continuously and does not give me the opportunity to login
while with the mod nonneo shoutbox, panel does not open, it remains blocked


rocknroller

Quote from: ë®â§e® on October 25, 2011, 05:28:46 PM
with the prettyurl mod, panel recharges continuously and does not give me the opportunity to login
while with the mod nonneo shoutbox, panel does not open, it remains blocked

very strange   ???
works fine with pretty url for me.

rocknroller

for nenno shoutbox first code put after
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/rtl.css" />';

   // YSHOUT HERE - <head> code
global $boardurl,$shoutFile;
$shoutFile='home';
$scripturlparsed = parse_url($scripturl);
$scriptpath=isset($scripturlparsed['path'])?$scripturlparsed['path']:'/';
$args='';
foreach($_GET as $key => $value) // passthrough $_GET
$args.='&'.urlencode($key).'='.urlencode($value);
echo '
<script src="',$boardurl,'/yshout/js/moo.ajax.js" type="text/javascript"></script>
<script src="',$boardurl,'/yshout/settings.js" type="text/javascript"></script>
<script type="text/javascript"><!-- // --><![CDATA[
if (window.addEventListener){
window.addEventListener("load", function(){loadChat();}, false);
} else if (window.attachEvent){
window.attachEvent("onload", function(){loadChat();});
}
var shoutFile="',$shoutFile,'";
var yshout_php="',$scriptpath,'?yshout',$args,'";
// ]]></script>
<script src="',$boardurl,'/yshout/js/yshout.js?July062008" type="text/javascript"></script>
<style type="text/css">
#yshout {
font-size: 10px;
overflow: hidden;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts { /* main shouts area */
}
#yshout #shouts .shout { /* one shout */
float: none;
margin: 0 0 0; /* Top Bottom Linespacing */
line-height: 1;
}
#yshout .shout-timestamp {
font-style: normal;
font-weight: normal;
}
#yshout .shout-adminlinks { /* del and ban buttons */
font-size: 6pt;
color: #141414;
}
#yshout #shout-form {
margin: 0;
padding: 0;
}
#yshout #shout-form fieldset {
border: none;
}
#yshout #forum-name {
color: #666666;
width: 70px;
margin-right: 5px;
}
#yshout #shout-text {
width: 310px;
margin-right: 5px;
}
#yshout #shout-button {
width: 55px;
}
#yshout .shout-invalid { /* invalid shout (shout textbox) */
background: #FFFDD1;
}
</style>';
// YSHOUT END - <head> code

ë®â§e®

you use prettyurls-1-0RC5.2 ? 
I tried to install SMF with only glaciar2 and prettyurl and the problem remains

ë®â§e®

about the shoutbox now the panel works ;) 
thx man.. :)

now remains only to fix prettyurl.. uhm..

Advertisement: