Author Topic: Shop Button Request for Bleen Theme  (Read 2405 times)

Offline Professor-Patty

Shop Button Request for Bleen Theme
« on: August 14, 2007, 12:26:13 am »
If you could make a button for Bleen I would be very grateful!

Theme Name: <Bleen>
Link to Theme: <http://custom.simplemachines.org/themes/index.php?lemma=186>

Thank you!  O0

Offline Daniel15

Re: Shop Button Request for Bleen Theme
« Reply #1 on: August 18, 2007, 01:46:26 pm »

Offline BMSprint

Re: Shop Button Request for Bleen Theme
« Reply #2 on: September 30, 2007, 10:59:30 am »
I'll be trying to to it myself, but it may be important to note that the creators of Bleen neglected to fit the theme for Messaging.  Fixing that issue would be nice.

Offline BMSprint

Re: Shop Button Request for Bleen Theme
« Reply #3 on: September 30, 2007, 11:28:36 am »
Did it.  Look for calendar as it says when you are adding the button, and after or before you add the shop code, add this too.

Quote
   // Go to PM center... [pm]
   if ($context['user']['is_logged'] && $context['allow_pm'])
        echo '
       <a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a>', $context['menu_separator'];

And excuse me for no indentation.  I don't deal with code like that.

Daniel if I were you I'd add this to the page sense the messaging is essential for people to know how they are paid and whatever.