Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 77
8 members and 69 guests
cus3cttombeatsb, cycwcwlinlt2gti, defkm6ensivpyb3, drasnkeikoo9xwn, lednec4lhm6zwan, minena6oritozm3, ronssypaulsuppo, ttdwncras
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
No mouse-over on Helius for calendar mod.
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 130
Join Date: Mar 2003
Location: Austin, TX
No mouse-over on Helius for calendar mod. - 07-04-2003, 05:08 PM

Hola peeps....

Here's the thing. I got the My Calendar mod installed on my 2 sites. One using the fiblack3d theme and the other using the Helius theme (6.5 btw)

Works great on the fiblack3d theme just fine (doesn't use an image for the menu option) but the Helious calendar_on image doesn't show when doing a mouse-over, however the function works fine.

The code in the overall_header.tpl file is

Code:
			<td align="center" valign="middle">[img]themes/Helius/forums/images/lang_{LANG}/btn_faq.gif[/img]</td>
			<td align="center" valign="middle">[img]themes/Helius/forums/images/lang_{LANG}/btn_calendar.gif[/img]</td>
			<td align="center" valign="middle">[img]themes/Helius/forums/images/lang_{LANG}/btn_users.gif[/img]</td>
I basically copied the line for the memberlist and changed most of the settings to work with the calendar. I did not change, however the part that says
Quote:
btn_top_users
The result is that the mouse-over ON image won't show up for either the Calendr OR the Memberlist now. I realize that I need to change it to something like
Quote:
btn_top_calendar
Is this something I need to define in another file? I couldn't find any other reference to the btn_top_users text anywhere else that I looked.

Thanks for your help
 Send a message via ICQ to MurphDog Send a message via Yahoo to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
In addition...
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 130
Join Date: Mar 2003
Location: Austin, TX
In addition... - 07-04-2003, 05:17 PM

I added the following line to the same overall_header.tpl file

Code:
	img7 = newImage('themes/Helius/forums/images/lang_(LANG)/btn_calendar_on.gif');
No change with or without this code.
 Send a message via ICQ to MurphDog Send a message via Yahoo to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
P.S. :)
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 130
Join Date: Mar 2003
Location: Austin, TX
P.S. :) - 07-04-2003, 05:24 PM

If someone could point me in the right direction to change the background color of the tooltips I'd appreciate it. The fiBlack3d theme text doesn't work well with a white background. You can view it at www.murphykling.com.

Thanks again.
 Send a message via ICQ to MurphDog Send a message via Yahoo to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-04-2003, 05:36 PM

Find this line in mycalendar.php
Code:
$color = "color: White";
and change the white to whatever color you want to use like "black" or "000000"


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 130
Join Date: Mar 2003
Location: Austin, TX
07-04-2003, 05:46 PM

Mighty_Y
Thanks for the help, but are you sure you have the right file? There's no reference to color in mycalendar.php
 Send a message via ICQ to MurphDog Send a message via Yahoo to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-04-2003, 05:55 PM

I'm talking about the Advanced myCalendar Mod


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 130
Join Date: Mar 2003
Location: Austin, TX
07-04-2003, 05:57 PM

Oh, sorry. Didn't know there was one. Is it made by the same people? I'm looking for it now.
 Send a message via ICQ to MurphDog Send a message via Yahoo to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
07-04-2003, 06:00 PM

Well, you have the normal mycalendar mod (from http://www.portedmods.com wich is a site I admin) and you have the advance mycalendar wich is an addon for the normal mycalendar and you can get it too at portedmods.com


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 130
Join Date: Mar 2003
Location: Austin, TX
07-04-2003, 06:11 PM

found it thanks.

I'll probably add that advanced mod tomorrow or whenever I find some time.

Any idea about the Helius mouse-over issue?
 Send a message via ICQ to MurphDog Send a message via Yahoo to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse over showing stats Zyther Nuke 7.x - General 0 09-16-2006 04:23 PM
mouse over action ConfusedCoolCat Site design 3 12-25-2004 03:07 PM
Mouse over highlight when over topic? jsterling Site design 4 04-10-2003 07:36 PM
Where to put a java-script code for mouse-over fading? DJ-Loki Site design 10 03-13-2003 12:04 PM
Calendar Mod Blayloc Purged Topics 1 11-15-2002 09:33 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31