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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 including smilies... HELP ME!!!!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sheridan
Starting Member

22 Posts

Posted - 16 March 2003 :  17:58:57  Show Profile
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  Show Profile
yes, in the inc_func_common.asp file, look for the function Smile(fString) (around line #166)
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 16 March 2003 :  18:02:44  Show Profile  Visit PeeWee.Inc's Homepage
There is a MOD that will do this work for you.
It is on SnitzBitz.com

De Priofundus Calmo Ad Te Damine
Go to Top of Page

sheridan
Starting Member

22 Posts

Posted - 24 March 2003 :  22:12:58  Show Profile
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
Go to Top of Page

sheridan
Starting Member

22 Posts

Posted - 24 March 2003 :  22:14:29  Show Profile
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
Go to Top of Page

TestMagic
Senior Member

USA
1568 Posts

Posted - 24 March 2003 :  22:21:21  Show Profile  Visit TestMagic's Homepage
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
Go to Top of Page

sheridan
Starting Member

22 Posts

Posted - 25 March 2003 :  07:47:28  Show Profile
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
Go to Top of Page

TestMagic
Senior Member

USA
1568 Posts

Posted - 25 March 2003 :  17:54:42  Show Profile  Visit TestMagic's Homepage
I explained how it did it in this post:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=39862&SearchTerms=add,smilie

Snitz rocks! · Search 2
Go to Top of Page

sheridan
Starting Member

22 Posts

Posted - 26 March 2003 :  09:19:36  Show Profile
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
Go to Top of Page

TestMagic
Senior Member

USA
1568 Posts

Posted - 26 March 2003 :  15:39:34  Show Profile  Visit TestMagic's Homepage
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
Go to Top of Page

TestMagic
Senior Member

USA
1568 Posts

Posted - 26 March 2003 :  15:41:51  Show Profile  Visit TestMagic's Homepage
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?

Snitz rocks! · Search 2
Go to Top of Page

sheridan
Starting Member

22 Posts

Posted - 26 March 2003 :  21:33:31  Show Profile
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
Go to Top of Page

TestMagic
Senior Member

USA
1568 Posts

Posted - 27 March 2003 :  01:03:41  Show Profile  Visit TestMagic's Homepage
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
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07