Author |
Topic |
serritzlev
Junior Member
Denmark
291 Posts |
Posted - 02 October 2003 : 06:59:24
|
Hi all this works fine fore me on my test forum white active.asp or forum.asp but before i upload this to my webhotel there is one thing more i want this to do. I use an image forum or this use an default.asp and i want this great addon to works white that to are there somone here there can help me white this. |
|
|
|
serritzlev
Junior Member
Denmark
291 Posts |
Posted - 03 October 2003 : 19:07:33
|
Thank image fore the big help this works great in default.asp. |
|
|
|
møff
Starting Member
3 Posts |
Posted - 19 April 2004 : 13:25:57
|
First ****!! thats a nice mod!! just what i was looking for!!
But what about the background colour?? can it be changed??
quote: Originally posted by mortioli
Any way of changing the back ground colour of the tooltip?
Have you ever thought of using OverLib instead of normal tooltips? http://www.bosrup.com/web/overlib/
i dont know how to insert it.. but give it a try.. look at thees two pages!
first the one with all the normal solutions:
http://rod.rant-on.net/dhtml/tooltip.html
and then something different:
http://www.chrispearson.org/pages/programming/javascript/scrolltip.asp
Please help.. i want it blue.. i cant use it in public if its yellow
Thanks¨
Møff |
Edited by - møff on 20 April 2004 13:01:05 |
|
|
dibley
New Member
United Kingdom
91 Posts |
Posted - 28 April 2004 : 19:28:56
|
Cool, mod I'm probaly going to implement it! But should it work in Mozilla 1.5 too? |
.:dib:.
www.nightsouls.co.uk - Uk clubber & music forum. www.animatronica.co.uk - Creators of themepark animatronics. |
|
|
chumbawumba
Junior Member
United Kingdom
304 Posts |
Posted - 29 April 2004 : 05:36:58
|
I have this feature on my forum. I designed it myself , but the code is similar to ez4arabs code. You can improve it by only getting a small amount of text from the db in the first place rather than strip it out later. ie.
Ez4Arab code: strSql ="SELECT T.T_STATUS, T.CAT_ID, T.FORUM_ID, T.TOPIC_ID, T.T_VIEW_COUNT, T.T_SUBJECT, T.T_MESSAGE, "
New code: strSql ="SELECT T.T_STATUS, T.CAT_ID, T.FORUM_ID, T.TOPIC_ID, T.T_VIEW_COUNT, T.T_SUBJECT, left(T.T_MESSAGE, 200), "
This gets only the first 200 characters of the post.
Then
ChkString(left(RemoveForumCode(RemoveHTML(Topic_Message)), 150), "tooltip") can become
ChkString((RemoveForumCode(RemoveHTML(Topic_Message))), "tooltip")
|
Can't stop, lose job, mind gone, silicon. |
|
|
mortioli
Average Member
United Kingdom
898 Posts |
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 01 September 2004 : 08:48:15
|
I just implemented this, worked like a charm! Both forum.asp and active.asp! Thanks alot!
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 09 September 2004 : 03:31:03
|
Hm... I think I was a little too fast there.. =) On forum.asp the topic is messed up if the message has a " in it, but only if it also has a carrige return. (I think I got it right there..) Can someone see why this happen? Could it be because I have version .3 and not .4?
The error only appear if I view the sub category, not on active.asp and so on.
It's the line 601 in this file that's messed up:
http://www.gotlandrace.com/temp/forum.txt
|
/Tribaliztic - www.gotlandrace.se -
|
Edited by - tribaliztic on 09 September 2004 03:33:09 |
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 09 September 2004 : 03:43:48
|
Hm, just realized that the code for forum.asp and active.asp isn't alike. Can I just use the code for active.asp in forum.asp?
|
/Tribaliztic - www.gotlandrace.se -
|
|
|
Topic |
|