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 - Revolink24

Pages: [1]
1
Completed Shop Buttons / Re: Button for Blue Sapphire theme
« on: March 19, 2006, 07:52:34 am »
Thank you, it works now.

2
General SMFShop Discussion / Re: Installing shop mod?
« on: March 17, 2006, 09:50:53 pm »
* really off topic* what theme you using on your PC Dan? and what is the browser.

3
Completed Shop Buttons / Re: Button for Blue Sapphire theme
« on: March 17, 2006, 09:36:29 pm »
sorry, but here's what I see now:


Template Parse Error!
There was a problem loading the /Themes/noflsh/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.

Parse error: parse error, unexpected ',' in .../Themes/noflsh/index.template.php on line 962

953:       echo '
954:             <a href="', $scripturl, '?action=profile">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/profile.gif" alt="' . $txt[79] . '" style="margin: 2px 0;" border="0" />' : $txt[467]), '</a>', $context['menu_separator'];
955:
956:    // The [calendar]!
957:    if ($context['allow_calendar'])
958:       echo '
959:             <a href="', $scripturl, '?action=calendar">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendar.gif" alt="' . $txt['calendar24'] . '" style="margin: 2px 0;" border="0" />' : $txt['calendar24']), '</a>', $context['menu_separator'];
960:
961: echo '

962: <a href="', $scripturl, '?action=shop">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/shop.gif" alt="Shop" style="margin: 2px 0;" border="0" />' : 'Shop', '</a>', $context['menu_separator'];

963:
964:
965:    // If the user is a guest, show [login] and [register] buttons.
966:    if ($context['user']['is_guest'])

4
General SMFShop Discussion / Re: Shop Button in Sapphire?
« on: March 17, 2006, 09:26:45 pm »
thanks a lot.

5
General SMFShop Discussion / Re: Shop Button in Sapphire?
« on: March 17, 2006, 04:41:19 am »
I have the button, see?

6
General SMFShop Discussion / Shop Button in Sapphire?
« on: March 16, 2006, 07:00:53 am »
How do i get the shop icon to appear in the Blue Sapphire theme? The code for SMFShop (the one in your standard how to put it in RC2) is not in the template. here is the template. I have 1.1 RC2.

<long bit of code snipped>

Pages: [1]