Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Read post on mouseover

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Shanö Posted - 17 April 2006 : 17:16:58
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

<
7   L A T E S T    R E P L I E S    (Newest First)
AnonJr Posted - 18 April 2006 : 10:46:29
Cool.

I'd have replied an hour ago, but I found a lot of cool stuff over at softcomplex.com.... thanks for the link. <
Shanö Posted - 18 April 2006 : 09:46:22
That's it working now. Thankyou <
Roger Fredriksson Posted - 18 April 2006 : 09:26:47
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 .<
tribaliztic Posted - 18 April 2006 : 05:44:41
I had problems with that mod, Serverhacker was going to look at it but I don't know if he found the time yet.
<
Shanö Posted - 18 April 2006 : 03:02:38
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. <
cripto9t Posted - 17 April 2006 : 23:17:46
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 Posted - 17 April 2006 : 22:47:13
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 <

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.03 seconds. Powered By: Snitz Forums 2000 Version 3.4.07