SMF Shop

SMFShop => Bugs => Topic started by: Altari on August 14, 2007, 10:08:44 am

Title: [SOLVED] Not showing admin options
Post by: Altari on August 14, 2007, 10:08:44 am
I'm using the default template on PHP5/MySQL 5

I already tried uploading a copy called 'shop.english-utf8.php'

This is what my admin area looks like.
Title: Re: Not showing admin options
Post by: inkstains on August 14, 2007, 01:42:09 pm
I'm using the default template on PHP5/MySQL 5

I already tried uploading a copy called 'shop.english-utf8.php'

This is what my admin area looks like.

do a search on this forum for utf8

it's basically to do with your language options, it's answered it one of any number of threads

 :)
Title: Re: Not showing admin options
Post by: Altari on August 14, 2007, 11:28:35 pm
I looked through the other threads the followed the suggestions.

So far, I've uploaded a copy called english-utf8

I'm changed my board language to standard English

I've checked the contents of both files and reuploaded from the package.

I've chmodded both files to 777

Logged out, cleared cache and DNS

Still won't display.
Title: Re: Not showing admin options
Post by: Altari on August 14, 2007, 11:32:49 pm
OK, I used FireBug to inspect the elements.

All the A elements are hidden. When I go to one of the hidden URLS, there are just forms with no data next to them. Here's some of the code it gives me

Code: [Select]
<label for="prefix">:</label>
<input id="prefix" type="text" size="5" value="" name="prefix"/>
<br/>
<label for="suffix">:</label>
<input id="suffix" type="text" size="5" value=" credits" name="suffix"/>
<br/>
<div class="smalltext"/>
<br/>
Title: Re: Not showing admin options
Post by: Altari on August 14, 2007, 11:44:44 pm
LoL...nevermind...I'm a dolt... :tickedoff:
Title: Re: [SOLVED] Not showing admin options
Post by: Daniel15 on August 18, 2007, 01:18:27 pm
So... you solved it? :)