Author Topic: [SOLVED] Shop button for a theme-gen theme needed...  (Read 3501 times)

guitarplayer16

  • Guest
[SOLVED] Shop button for a theme-gen theme needed...
« on: August 06, 2007, 12:43:59 am »
Theme Name: A theme generator theme?
Link to Theme: http://templora.com/index.php?action=themegenerator
Board Link (If needed) http://forum.avio-design.net
I made my theme with a theme generator :P
« Last Edit: August 06, 2007, 10:30:12 pm by guitarplayer16 »

Offline feildmaster

Re: Shop button for a theme-gen theme needed...
« Reply #1 on: August 06, 2007, 01:34:23 am »
it's easier if you just attach your "index.template"
..

guitarplayer16

  • Guest
Re: Shop button for a theme-gen theme needed...
« Reply #2 on: August 06, 2007, 01:58:03 am »
it's easier if you just attach your "index.template"
..
Can't attach php files ;)
So I hosted it in text.
http://avio-design.net/template.index

Offline feildmaster

Re: Shop button for a theme-gen theme needed...
« Reply #3 on: August 06, 2007, 03:00:01 am »
thats why you zip it or rar it... =)

Code: [Select]
if ($context['user']['is_logged'])
echo '
<a href="', $scripturl, '?action=shop">Shop</a>', $context['menu_separator'];

place it in this function
Code: [Select]
function template_menu()

guitarplayer16

  • Guest
Re: Shop button for a theme-gen theme needed...
« Reply #4 on: August 06, 2007, 03:10:22 am »
thats why you zip it or rar it... =)

Code: [Select]
if ($context['user']['is_logged'])
echo '
<a href="', $scripturl, '?action=shop">Shop</a>', $context['menu_separator'];

place it in this function
Code: [Select]
function template_menu()
Thank you! It works perfectly! Before, I had a code that worked, but only in Firefox  :P

Offline feildmaster

Re: Shop button for a theme-gen theme needed...
« Reply #5 on: August 06, 2007, 12:32:30 pm »
np... put is as solved and or lock the thread.