Author |
Topic |
|
Bear the gozerian
Starting Member
21 Posts |
Posted - 24 June 2001 : 15:13:03
|
How do you exactly you do it? I know it's related to inc_functions.asp, but how? I tried to add a smiley and the text just stays the same let's say I have a smiley [>0] the pic doesn't show up and just stays in text? can any of you crazy posters answer?
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 25 June 2001 : 02:04:22
|
There is 2 sections in inc_functions.asp related to the smilies. One converts the code to the image. The other converts the image back to the code. You'll need to add your new smilies to both for it to work properly. |
|
|
SalmanKhana
Average Member
USA
961 Posts |
Posted - 25 June 2001 : 02:08:31
|
we also need to change smilies.asp i guess .... or pop_smilies.asp or somethin... for the pop up window.
|
|
|
Bear the gozerian
Starting Member
21 Posts |
Posted - 25 June 2001 : 06:42:22
|
Yes I saw those 2 sections but it's still doesn't work, it simply shows freaking text
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 25 June 2001 : 07:28:00
|
Can you post the exact code you added? |
|
|
Bear the gozerian
Starting Member
21 Posts |
Posted - 25 June 2001 : 07:48:51
|
It's the first (Replace Image To Code): fString= replace(fString, "<img src=icon_smile_rocket.gif border=0 align=middle>", "[:=>]", 1, -1, 1) It's the second (Replace Code to image): fString = replace(fString, "[:=>]", "<img src=icon_smile_rocket.gif border=0 align=middle>")
There's more, but they're written the same (other smilies)
|
|
|
Bear the gozerian
Starting Member
21 Posts |
Posted - 25 June 2001 : 14:48:06
|
I've used the smilies add mod, and it doesn't let you putting any html/asp charcters (I think) like >=
|
|
|
mneedham
New Member
United Kingdom
84 Posts |
Posted - 25 June 2001 : 18:03:24
|
if you just want to overwrite the originals then I would have said a search in http://www.yahoo.com would be a good idea. I searched animations and it actually came up with some good stuff for use as avatars as well
|
|
|
Bear the gozerian
Starting Member
21 Posts |
Posted - 26 June 2001 : 06:41:12
|
I don't want to overwrite the originals because those are the most basic smiles, I just want a few more, and i'll see about avatars
|
|
|
|
Topic |
|