» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 63
0 members and 63 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on No mouse-over on Helius for calendar mod. within the Theme packs forums, part of the nukemods releases category; Hola peeps.... Here's the thing. I got the My Calendar mod installed on my 2 sites. One using the ...


Go Back   Nukemods Forum » nukemods releases » Theme packs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-04-2003, 05:08 PM
Junior Member
 
Join Date: Mar 2003
Location: Austin, TX
Posts: 130
Send a message via ICQ to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog Send a message via Yahoo to MurphDog
No mouse-over on Helius for calendar mod.
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-04-2003, 05:17 PM
Junior Member
 
Join Date: Mar 2003
Location: Austin, TX
Posts: 130
Send a message via ICQ to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog Send a message via Yahoo to MurphDog
In addition...
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-04-2003, 05:24 PM
Junior Member
 
Join Date: Mar 2003
Location: Austin, TX
Posts: 130
Send a message via ICQ to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog Send a message via Yahoo to MurphDog
P.S. :)
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-04-2003, 05:36 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
  #5 (permalink)  
Old 07-04-2003, 05:46 PM
Junior Member
 
Join Date: Mar 2003
Location: Austin, TX
Posts: 130
Send a message via ICQ to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog Send a message via Yahoo to MurphDog
Mighty_Y
Thanks for the help, but are you sure you have the right file? There's no reference to color in mycalendar.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-04-2003, 05:55 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
  #7 (permalink)  
Old 07-04-2003, 05:57 PM
Junior Member
 
Join Date: Mar 2003
Location: Austin, TX
Posts: 130
Send a message via ICQ to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog Send a message via Yahoo to MurphDog
Oh, sorry. Didn't know there was one. Is it made by the same people? I'm looking for it now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-04-2003, 06:00 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
  #9 (permalink)  
Old 07-04-2003, 06:11 PM
Junior Member
 
Join Date: Mar 2003
Location: Austin, TX
Posts: 130
Send a message via ICQ to MurphDog Send a message via AIM to MurphDog Send a message via MSN to MurphDog Send a message via Yahoo to MurphDog
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?
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


All times are GMT -5. The time now is 06:34 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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