Blockie

Started by Crip, June 28, 2009, 06:52:03 PM

Previous topic - Next topic

Crip

Link to the theme


Based on Default core , a modern & simple light blue SMF Theme.

     
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

TosTos

VEry nice business kinda theme Crip :)

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

HomerJay

Hello Crip :)
I think, this theme is really niceone, and I'm gonna use it on new forum, but we want a SMFShop modification. I tried to run it on your theme, but it don't work (thought it will work, because you said it's modified default theme). I just want to ask you - don't you know how to run it on this theme? :) Really thanks, if yes - PM me. Thanks.

[Core]


Kiel D-04

Wow nice theme Crip  :)

Jazhawk

Any Ideas why I show up like this?



-Jazhawk

Crip

Yes -
that is a space generated 'somehow' during installation -- can remove the spaces or add :   | 

       Easy Fix --
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Jazhawk

Quote from: Crip on July 05, 2009, 07:51:10 AM
Yes -
that is a space generated 'somehow' during installation -- can remove the spaces or add :   | 

       Easy Fix --

When you say "easy fix" I know I've come to the right guy.  With a little hand holding, even I can understand the "how" part.  :)  What am I editing exactly?

-Jazhawk

Crip

Quote from: Jazhawk on July 05, 2009, 01:46:06 PM
Quote from: Crip on July 05, 2009, 07:51:10 AM
Yes -
that is a space generated 'somehow' during installation -- can remove the spaces or add :   | 

       Easy Fix --

When you say "easy fix" I know I've come to the right guy.  With a little hand holding, even I can understand the "how" part.  :)  What am I editing exactly?

-Jazhawk

In the [index.template.php] very bottom section add:


// Generate a strip of buttons.
function template_button_strip($button_strip, $direction = 'top', $force_reset = false, $custom_td = '')
{
   global $settings, $buttons, $context, $txt, $scripturl;

   // Create the buttons...
   foreach ($button_strip as $key => $value)
   {
      if (isset($value['test']) && empty($context[$value['test']]))
      {
         unset($button_strip[$key]);
         continue;
      }
      elseif (!isset($buttons[$key]) || $force_reset)
         $buttons[$key] = '<a href="' . $value['url'] . '" ' .( isset($value['custom']) ? $value['custom'] : '') . '>' . $txt[$value['text']] . '</a>';

      $button_strip[$key] = $buttons[$key];
   }

   if (empty($button_strip))
      return '<td> </td>';

   echo '
      <td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'last' : 'first' , '"> </td>
      <td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_back">', implode('  |  ', $button_strip) , '</td>
      <td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'first' : 'last' , '"> </td>';
}

?>


If it's also in the linktree just note it here.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Advertisement: