Talon
Announcement
Collapse
No announcement yet.
[HowTo] Make your boards highlight with onMouseOver (template) hack
Collapse
X
-
In forumhome_pmloggedin
Find:
Code:<td bgcolor="#F1F1F1" colspan="5">
Code:<td bgcolor="#F1F1F1" colspan="5" onMouseOver="this.style.backgroundColor='#DFDFDF'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#F1F1F1';" onClick="window.location.href='private.php?s=$session[sessionhash]'">
Code:<td bgcolor="#F1F1F1" colspan="6">
Code:<td bgcolor="#F1F1F1" colspan="6" onMouseOver="this.style.backgroundColor='#DFDFDF'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#F1F1F1';" onClick="window.location.href='online.php?s=$session[sessionhash]'">
Replace #F1F1F1 with {firstaltcolor } without space.
That should do it.Last edited by c-prompt; Tue 5th Feb '02, 2:10pm.
Comment
-
This may be usefull to some http://www.vbulletin.com/forum/showt...threadid=24664 it was for me(if you use it make sure to edit the .php3 to the version ur using ie. .php)
Comment
-
Originally posted by Arsenik
This may be usefull to some http://www.vbulletin.com/forum/showt...threadid=24664 it was for me(if you use it make sure to edit the .php3 to the version ur using ie. .php)
I didn't see that one, when we were trying to get this to work
Last edited by Floris; Wed 6th Feb '02, 1:49am.
Comment
-
Thanks JTMON. I appreciate the comments. I wish I could say that I designed the site but unfortunately, all I did was the forums. We used to run a UBB a few weeks back but I decided to "upgrade" to vBulletin. The import went without a hitch and all the members seem to be very, very happy with all the "new toys" they can now play with.
Your site is very cool as well. It's amazing what you guys can do with a little php programming. I'm still in amazement that a site can be built based on vBulletin.
Take care bro.
RoC
Comment
-
Those are great
Thanks a lot for sharing those template changes. Its fun to throw new stuff at my friends when they least expect it
oops spoke too soon, I am getting a "done but with errors" display in lower left hand corner. Any idea how to find out what the errors are?
Ok double oops, I forgot this "> gee I am amazed it worked with out.Last edited by Breeze; Thu 7th Feb '02, 3:36pm.
Comment
-
I just installed the mouseover in my template and it worked great. I love the way it looks. I would also like to have the mouseovers once I go into a forum. What templates do I need to modify?
Thanks,
Netman
Comment
-
Originally posted by netman
I just installed the mouseover in my template and it worked great. I love the way it looks. I would also like to have the mouseovers once I go into a forum. What templates do I need to modify?
Thanks,
Netman
Originally posted by Arsenik
This may be usefull to some http://www.vbulletin.com/forum/showt...threadid=24664 it was for me(if you use it make sure to edit the .php3 to the version ur using ie. .php)
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment