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

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Expressions
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SGr33n
Starting Member

Italy
17 Posts

Posted - 31 May 2001 :  11:27:32  Show Profile  Visit SGr33n's Homepage  Send SGr33n an ICQ Message
Is it possible to use graphical expressions without the insertion of the 2 parethesis ???

Thank you

SGr33n

redbrad0
Advanced Member

USA
3725 Posts

Posted - 31 May 2001 :  12:51:13  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
can you explain a little more and maybe i can help

Brad
Go to Top of Page

SGr33n
Starting Member

Italy
17 Posts

Posted - 31 May 2001 :  12:57:56  Show Profile  Visit SGr33n's Homepage  Send SGr33n an ICQ Message
sorry =(

For Expressions i mean these
:)
:(
;)

I would know if I can modify snitz forum for write graphical expressions without writing them into parenthesis.

Exemple if i write :) it should show graphical expressions, that is

Thank you

Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 31 May 2001 :  13:02:58  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
look in your inc_functions.asp file. there are two places that you will have to edit.

my inc_functions.asp is alot different so i can not tell you what line number, but here is an example of one of the lines...


fString= replace(fString, "<img src=""" & strSiteBaseURL & "images/icon_smile.gif"" border=""0"" align=""middle"">", "", 1, -1, 1)

and it would need to be changed to

fString= replace(fString, "<img src=""" & strSiteBaseURL & "images/icon_smile.gif"" border=""0"" align=""middle"">", ":)", 1, -1, 1)



and

fString = replace(fString, "", "<img src=""" & strSiteBaseURL & "images/icon_smile.gif"" border=""0"" align=""middle"">")

to

fString = replace(fString, ":)", "<img src=""" & strSiteBaseURL & "images/icon_smile.gif"" border=""0"" align=""middle"">")



Brad
Go to Top of Page

SGr33n
Starting Member

Italy
17 Posts

Posted - 31 May 2001 :  13:31:00  Show Profile  Visit SGr33n's Homepage  Send SGr33n an ICQ Message
Thank you a lot =)))

Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 31 May 2001 :  13:32:35  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
no problem

Brad
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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07