Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Read post on mouseover
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Shanö
Starting Member

6 Posts

Posted - 17 April 2006 :  17:16:58  Show Profile  Visit Shanö's Homepage  Reply with Quote
Hi,
Not sure if this is the right forum to ask in but...

Is there a snitz mod whereby a person can 'read' a brief intro to a posts content on mouseover?

thanks

<

cripto9t
Average Member

USA
881 Posts

Posted - 17 April 2006 :  22:47:13  Show Profile  Reply with Quote
This is an oldie, so line numbers might no match-up.
http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=37750&SearchTerms=mouseover
If you need help just ask <

    _-/Cripto9t\-_
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 17 April 2006 :  23:17:46  Show Profile  Reply with Quote
I see one thing wrong with the code

This code he show shouldn't be there
if fField_Type = "tooltip" then
	fString = Replace(fString, """", "")
	fString = Replace(fString, "'", "")
	fString = Replace(fString, CHR(13), "")
	fString = Replace(fString, CHR(10) & CHR(10), ".")
	fString = Replace(fString, CHR(10), ".")
	chkString = fString
end if

It needs to be after this code (inc_func_common)
		Case "hidden"
			fString = HTMLEncode(fString)

And it should look like this
Case "tooltip"
	fString = Replace(fString, """", "")
	fString = Replace(fString, "'", "")
	fString = Replace(fString, CHR(13), "")
	fString = Replace(fString, CHR(10) & CHR(10), ".")
	fString = Replace(fString, CHR(10), ".")
	chkString = fString

Also if you read the replies some people were having problems with it.<

    _-/Cripto9t\-_
Go to Top of Page

Shanö
Starting Member

6 Posts

Posted - 18 April 2006 :  03:02:38  Show Profile  Visit Shanö's Homepage  Reply with Quote
oh thanks very much thats great. If it is not working properly, i know someone who can probably fix it too - so if it works, i'll ask them to consider coming back with any code ammendments. <
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 18 April 2006 :  05:44:41  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
I had problems with that mod, Serverhacker was going to look at it but I don't know if he found the time yet.
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Roger Fredriksson
Average Member

Sweden
556 Posts

Posted - 18 April 2006 :  09:26:47  Show Profile  Visit Roger Fredriksson's Homepage  Reply with Quote
Perhaps "my" solution could be of some help. I am using Content Display Mod and a free script from www.softcomplex.com. DEMO: www.avgifter.com/forum/contentdisplay_tester_rf.asp" target="_blank">http://www.avgifter.com/forum/contentdisplay_tester_rf.asp and you can find the two files used here: www.avgifter.com/forum/contentdisplay_tester_rf.txt" target="_blank">http://www.avgifter.com/forum/contentdisplay_tester_rf.txt and www.avgifter.com/forum/content_rf.txt" target="_blank">http://www.avgifter.com/forum/content_rf.txt .<

rf/www.avgifter.com
Go to Top of Page

Shanö
Starting Member

6 Posts

Posted - 18 April 2006 :  09:46:22  Show Profile  Visit Shanö's Homepage  Reply with Quote
That's it working now. Thankyou <
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 18 April 2006 :  10:46:29  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Cool.

I'd have replied an hour ago, but I found a lot of cool stuff over at softcomplex.com.... thanks for the link. <
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07