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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 smile manager 3
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Killer99
Starting Member

13 Posts

Posted - 12 July 2002 :  04:25:14  Show Profile
hi sorry 4 my english...

now i've add all file, upgraded a DB... wen i add a smile it's all ok
but when i add a smile in my post but i dont see it, i see aurl...
example
http://forum.html.it/forum/images/smilies/metallica.gif border=0 align=middle>
why????
this is my line in inc_funcition.asp
'############# Stimmy's SMile Mod ################
strsql = "SELECT S_URL, S_CODE, S_ENABLED FROM " & strTablePrefix & "SMILES"
set smilers = my_conn.execute(strsql)
if smilers.eof then
'## Do nothing
else
do until smilers.eof
if not(smilers("S_ENABLED") = "no") then
dim img
fString= replace(fString, "<img src="&smilers("s_url")&" border=0 align=middle>", smilers("S_CODE"), 1, -1, 1)
else
'## Do nothing
end if
smilers.movenext
loop
end if
set smilers = nothing
'############# End Stimmy's Smile Mod #################


crash
Advanced Member

Netherlands
2064 Posts

Posted - 16 July 2002 :  18:31:00  Show Profile  Visit crash's Homepage
what did you enter as URL when adding a smilie?

did you type a full url like this:
http://www.yourdomain.com/images/smile.gif

if so, try typing this as url:
images/smile.gif

basically leaving out the base domain name...



Crash's Site | Crash is from
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07