WRX 1.73

Xoops / eXoops integration forum

Re: WRX 1.73

Postby mdeshane » Tue Jun 05, 2007 1:48 am

Ok, I know it's June and the final release of WRX 1.73 still isn't ready, I've been very busy and have recently been approached to do a few websites that are taking alot of my time. I will continue working on the final release when I have time, so that you will all have a good working version while you wait for WRX 1.8.

DevonCloud, I'm not sure about the tooltip, the only advice I'd be able to give you is keep playing with style.css until you can figure it out. However all of the tooltip CSS is located at the very bottom of the CSS file. All the stuff with .overlib_ in it. Aside from that there isn't much else I can tell you. Perhaps Zanix will be able to give more info on the Overlib CSS if he sees this post.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

WRX 1.73

Postby zanix » Tue Jun 05, 2007 3:55 am

DevonCloud, would you by chance have itemstats installed in your forums?

If so, itemstats uses overlib, the same tooltip library we use.
Except that our overlib files has been modified to change the colors we use.
A solution is to edit the header and change the location to overlib.js to the on the roster uses.
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: WRX 1.73

Postby DevonCloud » Wed Jun 06, 2007 7:45 am

Yes I do have Itemstats installed for the forums. I've edited the styles.css in the roster/css directory and nothing. I changed the color codes to black background and white text and it's the same blue scheme. I also checked my XOOPS header.php file and there is no reference to the itemstats overlib. I'm kinda lost here. I'm a noob to this, but I can usually find my way around and figure code out pretty easily. So as I understand it, there is a conflict between the overlibs of Itemstats and Roster that is causing the tooltip to span the width of the screen?

Image
Last edited by DevonCloud on Wed Jun 06, 2007 12:43 pm, edited 1 time in total.
DevonCloud
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri May 25, 2007 9:34 pm

WRX 1.73

Postby zanix » Wed Jun 06, 2007 8:24 am

That may be something else entirely
I have noticed that itemstats in DragonFly with certain themes does the exact same thing (tooltip stretching across the entire screen)

Try switching up your themes, and when you change the overlib.js file, make sure you force reload your browser to make sure it gets the changes
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: WRX 1.73

Postby DevonCloud » Wed Jun 06, 2007 12:42 pm

I'll try the theme switching and see if that helps. The funny thing is, my tooltips in my forums work beautifully with Itemstats. It's only in WOWRoster that I get the stretching and inability to change the color scheme.


Image
Last edited by DevonCloud on Wed Jun 06, 2007 12:42 pm, edited 1 time in total.
DevonCloud
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri May 25, 2007 9:34 pm

Re: WRX 1.73

Postby mdeshane » Thu Jun 07, 2007 1:03 pm

DevonCloud,
I've been looking at Itemstats 1.5 for Xoops and noticed that it replaces two files in the class directory and it changes all three of the main themes that come with Xoops. The only change I can see made to the themes is a line calling the itemstats module: <{$itemstats_refs}>

Also, the CSS file for Itemstats is in <XOOPS_DIR>/itemstats/templates/itemstats.css. You may be able to change that to the WoWRoster CSS path in the config_itemstats.php file found in the main itemstats directory. I'll keep looking at the code and see if I can come up with something to fix Itemstats for Xoops to work with WoWRoster.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: WRX 1.73

Postby DevonCloud » Thu Jun 07, 2007 11:47 pm

I tried removing the references to itemstats in the theme files and it did not change the stretching of the tooltip in WOW Roster. If I remove the reference to the XOOPS header in the Roster file, I lose all of my XOOPS layout, but the tooltip displays correctly, although still with the default color scheme. I'm not sure that it's a conflict with Itemstats and WOWRoster, but I'm far from a programmer.


Image
DevonCloud
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri May 25, 2007 9:34 pm

Re: WRX 1.73

Postby DevonCloud » Sun Jun 10, 2007 2:24 am

I've been trying this every way that I can think of. Here's what I edited my styles.css to :

/*********** Overlib Tooltip styles ***********/
.overlib_fg {
/* Sets main text background */
/* ol_fgclass */
background-color:#000000;
}
.overlib_border {
/* Sets the border style */
/* ol_bgclass */
border:1px outset white;
}
.overlib_maintext {
/* Sets main text style */
/* ol_textfontclass */
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.overlib_captiontext {
/* ol_captionfontclass */
color:#FFFFFF;
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
.overlib_closetext {
/* ol_closefontclass */
color:#FFFFFF;
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
/*********** End Overlib Tooltip styles ***********/


which should produce all black with white text, but what I have is
Image

I've also tried removing all references to itemstats and loading a freshly uploaded copy of XOOPS default theme and nothing. Cleared the browser cache, over and over. If I remove the reference to XOOPS header in WOWRoster, I fix the stretching of the tooltip, but the color scheme stays the same.
DevonCloud
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri May 25, 2007 9:34 pm

Re: WRX 1.73

Postby DevonCloud » Thu Jun 14, 2007 12:13 am

I seem to have gotten it to work correctly now, somewhat. By going into the individual PHP files and removing all references to the XOOPS header, my tooltip displays correctly now. Not sure why that works, but it does.
DevonCloud
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri May 25, 2007 9:34 pm

Previous

Return to Xoops / eXoops

Who is online

Users browsing this forum: No registered users and 0 guests

cron