Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xRifleProdigyx

Pages: [1]
1
Shop Button Requests / DarkBreak Theme Button Completed
« on: June 13, 2008, 07:00:58 am »
It may say "Array" instead of shop, but atleast it works!  ;)

Find in index.template.php:
Code: [Select]
// The [calendar]!
               if ($context['allow_calendar'])
                  echo '<li><a' , $current_action=='calendar' ? ' class="current"' : '' , ' href="', $scripturl, '?action=calendar"><span>' , $txt['calendar24'] , '</span></a></li>';

Add After:
Code: [Select]
// SMFShop
                  echo '<li><a' , $current_action=='shop' ? ' class="current"' : '' , ' href="', $scripturl, '?action=shop"><span>' , $txt , '</span></a></li>';

2
Shop Button Requests / Re: Shop Button Request for 'DarkBreak' theme
« on: June 13, 2008, 06:58:45 am »
Ok I figured it out. Although it says "Array" instead of shop.

Find:
Code: [Select]
// The [calendar]!
               if ($context['allow_calendar'])
                  echo '<li><a' , $current_action=='calendar' ? ' class="current"' : '' , ' href="', $scripturl, '?action=calendar"><span>' , $txt['calendar24'] , '</span></a></li>';

Add After:
Code: [Select]
// SMFShop
                  echo '<li><a' , $current_action=='shop' ? ' class="current"' : '' , ' href="', $scripturl, '?action=shop"><span>' , $txt , '</span></a></li>';

3
Shop Button Requests / Shop Button Request for 'DarkBreak' theme
« on: June 10, 2008, 07:37:33 pm »
Theme Title: DarkBreak

Location: Here

Please help!

Pages: [1]