Spellbook problem

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

Spellbook problem

Postby cath » Mon Feb 05, 2007 4:16 pm

Hello,

I recently installed the roster for my guild and everything seems fine apart from the spellbook. The icons are aligned wrong and as I'm no php expert I have no idea how to fix it, please help.

Here is a link to the problem

Spellbook Problem
cath
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Feb 05, 2007 4:12 pm

Spellbook problem

Postby zanix » Mon Feb 05, 2007 9:33 pm

Since it appears you integrated Roster into your site, the css in Roster may be clashing with the css you already have

Roster was never meant to be integrated into any CMS or forum software
Last edited by zanix on Mon Feb 05, 2007 9:33 pm, edited 1 time in total.
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

Spellbook problem

Postby Anaxent » Mon Feb 05, 2007 10:07 pm

Yes it is definatlly the css clashing I had this issue my self when porting to dragonfly. I know we had to do some mojor madifications to the css of wowrosterdf by making all the css classes.
Something simular to this
Code: Select all
/* Added for rosterDF */
.wowroster {
        font-family:arial,helvetica,sans-serif;
        color:#ffffff;
        font-size:12px;
}
/* Added for rosterDF */
.wowroster a:link {
        color:#CBA300;
        text-decoration:none;
        font-weight:bold;
}
/* Added for rosterDF */
.wowroster a:visited {
        color:#CBA300;
        text-decoration:none;
        font-weight:bold;

And then some edits to each of the files like roster_header.php
Code: Select all
<div class="wowroster"<?php print( !empty($roster_conf['roster_bg']) ? ' style="background-image:url('.$roster_conf['roster_bg'].');"' : '' ); echo (isset($body_action) ? ' '.$body_action : ''); ?>>


I hope this helps you out.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Re: Spellbook problem

Postby cath » Tue Feb 06, 2007 9:03 am

I'm sorry but I'm pretty much dumb when it comes to css.

is it just a matter of pasting the above text into the css file?
cath
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Feb 05, 2007 4:12 pm

Spellbook problem

Postby zanix » Tue Feb 06, 2007 9:38 pm

No, it a bit more complicated than that
I would suggest you read up on the basics of css
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: Spellbook problem

Postby cath » Wed Feb 07, 2007 9:35 pm

Sadly I really don't have the time to do that, I just want to fix this alignment problem.

anyway thanks for the advice
cath
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Feb 05, 2007 4:12 pm

Spellbook problem

Postby zanix » Thu Feb 08, 2007 3:33 am

Well part of fixing this problem is understanding it
If you are not willing to take the time to learn, then it may never be fixed
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


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron