Author |
Topic |
|
sheridan
Starting Member
22 Posts |
Posted - 16 March 2003 : 17:58:57
|
i desire to include a few smilies on my forum http://www.fim-do-mundo.com/forum and i made this steps
1-) put de smilies on the directory (/images) 2-) alter the file inc_iconfiles.asp and include the lines for the additionals smilies (ex : Const strIconSmileangry2 = "icon_smile_angry2.gif|15|15")
3-) alter the file inc_smilies.asp and include the folow lines (ex) " <tr align=""center"" valign=""middle"">" & vbNewLine & _ " <td><a href=""Javascript:insertsmilie('[:1]')"" tabindex=""-1"">" & getCurrentIcon(strIconSmileangry2,"Angry [:1]","") & "</a></td>" & vbNewLine & _ " <td><a href=""Javascript:insertsmilie('[:2]')"" tabindex=""-1"">" & getCurrentIcon(strIconSmileangry3,"Angry2 [:2]","") & "</a></td>" & vbNewLine & _ " <td><a href=""Javascript:insertsmilie('[:3]')"" tabindex=""-1"">" & getCurrentIcon(strIconSmiledeath,"Death [:3]","") & "</a></td>" & vbNewLine & _ " <td><a href=""Javascript:insertsmilie('[:4]')"" tabindex=""-1"">" & getCurrentIcon(strIconSmiledeath4,"Death2 [:4]","") & "</a></td>" & vbNewLine & _ " </tr>" & vbNewLine & _
why the the post / reply functions of the forum doesn't works??? i have to make other modifications???
Please help me and sorry for my poor english!!!!
|
Edited by - sheridan on 16 March 2003 18:00:49 |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 16 March 2003 : 18:01:42
|
yes, in the inc_func_common.asp file, look for the function Smile(fString) (around line #166) |
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 16 March 2003 : 18:02:44
|
There is a MOD that will do this work for you. It is on SnitzBitz.com |
De Priofundus Calmo Ad Te Damine |
|
|
sheridan
Starting Member
22 Posts |
Posted - 24 March 2003 : 22:12:58
|
quote: Originally posted by RichardKinser
yes, in the inc_func_common.asp file, look for the function Smile(fString) (around line #166)
thanks for info, but doesn't works, the forum ( in my testing area) continues to report error when tries do create a new topic or replies one. i created the lines in file equaly you told.
i already installed the mod smiles (before this)and i trying to put more smilies. have something more to check or to do?
thanks |
|
|
sheridan
Starting Member
22 Posts |
Posted - 24 March 2003 : 22:14:29
|
quote: Originally posted by PeeWee.Inc
There is a MOD that will do this work for you. It is on SnitzBitz.com
i already installed this mode. i´m trying to put some more smilies on my forum
if you can help, i will apreciate this...
thanks
Sheridan |
|
|
TestMagic
Senior Member
USA
1568 Posts |
Posted - 24 March 2003 : 22:21:21
|
I looked at your forum, and it doesn't seem that the Smilie MOD is working correctly--there should be a link for extra smilies, I think, but I don't see it.
Are you trying to install more smilies with the MOD, or without the MOD?
I added some extra smilies to my forum by edited the code. You can see the result here:
http://www.testmagic.com/forum/post.asp?method=Topic&FORUM_ID=65
If you want to do that, I already made a post some time ago about how to do it. Just let me know, I can dig up the post. |
Snitz rocks! · Search 2 |
|
|
sheridan
Starting Member
22 Posts |
Posted - 25 March 2003 : 07:47:28
|
quote: Originally posted by TestMagic
I looked at your forum, and it doesn't seem that the Smilie MOD is working correctly--there should be a link for extra smilies, I think, but I don't see it.
Are you trying to install more smilies with the MOD, or without the MOD?
I added some extra smilies to my forum by edited the code. You can see the result here:
http://www.testmagic.com/forum/post.asp?method=Topic&FORUM_ID=65
If you want to do that, I already made a post some time ago about how to do it. Just let me know, I can dig up the post.
man, is exactly what i want, a link to few more smilies. the smilies mod installed in the forum is working fine. what i have to do to have this in my forum?
thanks..
sheridan |
|
|
TestMagic
Senior Member
USA
1568 Posts |
|
sheridan
Starting Member
22 Posts |
Posted - 26 March 2003 : 09:19:36
|
quote: Originally posted by TestMagic
I explained how it did it in this post:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=39862&SearchTerms=add,smilie
man, i already did everything you told. maybe exists a table limit in file topic.asp. i'm trying to put more 20 smilies.
maybe de mod SmileManager Plus for Snitz 3.4 works well, but i can't find it to download.
thanks
sheridan |
|
|
TestMagic
Senior Member
USA
1568 Posts |
Posted - 26 March 2003 : 15:39:34
|
Why don't you start over? I.e., upload a clean copy of the files from your backup, then start over line by line.
It will be easier to figure out what's going wrong if you do that. |
Snitz rocks! · Search 2 |
|
|
TestMagic
Senior Member
USA
1568 Posts |
|
sheridan
Starting Member
22 Posts |
Posted - 26 March 2003 : 21:33:31
|
quote: Originally posted by TestMagic
Okay, I looked here:
http://www.fim-do-mundo.com/forum/post.asp?method=Topic&FORUM_ID=2
and it *looks like* (not sure, though) that the table is there, but the smilies aren't loading. Did you make the changes to all three files AND upload your smilies?
well, lets separate de subjects :
1-) i already installed the mod smilies what i found in snitz
2-) i trying to put some more smilies. i´m making this in one testing area, in my machine
3-) i will redo the steps, and i put a testing forum in a public area and i warn you after.
4-) but stills my question. do i have to make some mod in topic.asp, because i'm trying to add 20 smiles?
thanks
sheridan
|
|
|
TestMagic
Senior Member
USA
1568 Posts |
Posted - 27 March 2003 : 01:03:41
|
If you want to add 20 smilies, I think you should use the Smilie MOD instead.
I would suggest doing one at a time. That way, if you have a problem, we can troubleshoot one thing at a time. |
Snitz rocks! · Search 2 |
|
|
|
Topic |
|