Author Topic: [SOLVED] Not showing admin options  (Read 4515 times)

Offline Altari

[SOLVED] Not showing admin options
« 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.

Offline inkstains

Re: Not showing admin options
« Reply #1 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

 :)

Offline Altari

Re: Not showing admin options
« Reply #2 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.

Offline Altari

Re: Not showing admin options
« Reply #3 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/>

Offline Altari

Re: Not showing admin options
« Reply #4 on: August 14, 2007, 11:44:44 pm »
LoL...nevermind...I'm a dolt... :tickedoff:

Offline Daniel15

Re: [SOLVED] Not showing admin options
« Reply #5 on: August 18, 2007, 01:18:27 pm »
So... you solved it? :)