Admin Page Problem

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Admin Page Problem

Postby rsuansing » Sat Feb 24, 2007 6:37 pm

Hey folks,

I have a fresh install of 1.7.3 and everything works fine. Except my radio buttons in the admin page are gone. I don't know if this is any relation, but the borders for where I input text is gone too. The latter is not much of a problem, but having no radio buttons in my admin page means I can't configure about 80% of my wow roster.

Anyone else have this problem, and if so, what did you do to fix it?

Thanks much,
GunGix
/vanish
rsuansing
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed Jan 10, 2007 1:46 am

Admin Page Problem

Postby zanix » Sat Feb 24, 2007 7:13 pm

Try clearing your browser cache
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Admin Page Problem

Postby rsuansing » Sat Feb 24, 2007 7:20 pm

I tried that. Still no radio buttons. Here's a little bit more detail.

When I click on the config button... the admin page shows up with the radio buttons for a second, then all of them disappear. Hopefully this is a little bit of a better clue.

Thanks again!
GunGix

/vanish
rsuansing
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed Jan 10, 2007 1:46 am

Admin Page Problem

Postby zanix » Sat Feb 24, 2007 7:28 pm

What browser are you using?
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Admin Page Problem

Postby rsuansing » Sat Feb 24, 2007 7:58 pm

firefox...
rsuansing
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed Jan 10, 2007 1:46 am

Admin Page Problem

Postby zanix » Sat Feb 24, 2007 9:04 pm

Make sure you uploaded all the files correctly
The radio buttons are images now
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Admin Page Problem

Postby robojerk » Sat Feb 24, 2007 10:17 pm

clear cache again
restart firefox
I have had issues with cache in FF before.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Admin Page Problem

Postby Miklen » Wed Feb 28, 2007 3:14 am

This was happening to me as well because of my custom css file. If you are using a custom file, be sure to add in the radio/checkbox logic into your version.

From the styless.css:
/* Off state for a ARC checkbox */
.checkboxOff {
display:inline;
margin:0;
padding:2px; /* NS 6 problem */
padding-left:20px;
line-height:16px;
background-image:url('../img/check_off.png');
background-repeat:no-repeat;
background-position:0% 50%;
border:0;
}
/* On state for a ARC checkbox */
.checkboxOn {
display:inline;
margin:0;
padding:2px; /* NS 6 problem */
padding-left:20px;
line-height:16px;
background-image:url('../img/check_on.png');
background-repeat:no-repeat;
background-position:0% 50%;
border:0;
}
/* Off state for a ARC radio button */
.radioOff {
display:inline;
margin:0;
padding:2px;
padding-left:15px;
background:transparent url('../img/radio_off.png') no-repeat 0% 50%;
}
/* On state for a ARC radio button */
.radioOn {
display:inline;
margin:0px;
padding:2px; /* NS 6 problem */
padding-left:15px;
background: transparent url('../img/radio_on.png') no-repeat 0% 50%;
}
/* use CSS to full effect with hover states. Ohhh, perty! */
.checkboxOn:hover {
background-image: url('../img/check_on_hover.png');
}
.checkboxOff:hover {
background-image: url('../img/check_off_hover.png');
}
.radioOn:hover {
background-image: url('../img/radio_hover.png');
}
.radioOff:hover {
background-image: url('../img/radio_hover.png');
}
Miklen
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Wed Dec 13, 2006 1:19 pm

Admin Page Problem

Postby Teksonic » Wed Feb 28, 2007 6:00 pm

Having the same issue.

Not using a custom css, at least not yet. double checked it and the Lines listed above are there.

double checked the images are in the img folder on the webserver, and i can see them by linking to them directly.

checked on a a couple other machines and they all have the same problem.
Teksonic
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Jul 14, 2006 7:23 pm

Admin Page Problem

Postby Teksonic » Wed Feb 28, 2007 6:02 pm

.... lol gawd.

nm, 30 secs after i posted that i figured it out. man.
Teksonic
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Jul 14, 2006 7:23 pm

Re: Admin Page Problem

Postby tuigii » Wed Feb 28, 2007 7:56 pm

Here is another one :
When putting a Roster in "English" then "Roster Config" -> "Per-Character Display" displays very well - the radio button are being shown as images 'with the hover over' function and all.

When I change the roster to French (because our Guild is French) then this happens:

[ image wiped ]

A whole column of radio button (old style) pops up on the left side.
Going back to English and all is well again.

I don't mind looking in the admin.php file - but, I can't find what could provoke this behaviour.

And before you says "Clear cache ...." - I tried it on a new 'out of the box' Dell system - it's IE never even touched the net before.
And another 5 PC’s also show the same thing using the Roster in French.

Is it me, or is this thing language depended ?
I don't get it..... :scratch:

Question : can some one confirm me that simply putting his Roster in French mode will surface the problem ?
(Going back to English and no harm will be done.... - just test for me, please).
Last edited by tuigii on Sun Dec 02, 2007 12:18 am, edited 3 times in total.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron