Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 adding smilies

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
baabaashep Posted - 22 February 2006 : 06:19:03
I have installed the 'copy and paste' type mods to 'Add More Smiles' also to add 'animated smiles'.

I now need to add a few of my own. How can I do this and where can I get some 'new' smiles from please?
Thank you
Pete
(copy and paste man only)<
15   L A T E S T    R E P L I E S    (Newest First)
baabaashep Posted - 22 February 2006 : 12:39:28
I did a clean reinstall

Thx for all your help
Pete
<
Jezmeister Posted - 22 February 2006 : 12:39:05
we only really need the code around line 58 ;)

should it not be:

strsql = "SELECT S_ID FROM " & strTablePrefix & "SMILES_CUSTOM WHERE MEMBER_ID = " & MemberID & "


? I'm not certain never used this mod... I'm thinking either that or = " & UserID<
baabaashep Posted - 22 February 2006 : 12:07:53
Jezmeister Posted - 22 February 2006 : 11:34:02
this should prob now be in the mod implementation forum.

anyway, try this:

Response.Write "<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""2"" align=""center"">" & vbNewLine & _

" <table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center"" height=""20"" valign=""40""><a name=""smilies""></a><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><b>Smilies</b></font></td>" & vbNewLine & _
" </tr>" & vbNewLine
' allow Member edits?


you don't need response.write on the second line as you have ended the above line with "& _"<
baabaashep Posted - 22 February 2006 : 10:53:15
OK removed the spacing to bring it onto the same line and got this message:


Microsoft VBScript compilation error '800a0401'

Expected end of statement

/forum/inc_smilies.asp, line 45

response.write " <table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _
---------------^


Any help would be appreciated
Thx
Pete
(copy and Paste man)<
baabaashep Posted - 22 February 2006 : 10:22:34
Still having problems...

I can get in access smile manager etc OK

I try to POST and get this error:




Microsoft VBScript compilation error '800a0409'

Unterminated string constant

/forum/inc_smilies.asp, line 45

response.write " <table width=""100%"" border=""0"" cellspacing=""0""
------------------------------------------------------------------------------------------^



the are my lines 43-55



<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""2"" align=""center"">" & vbNewLine & _

response.write " <table width=""100%"" border=""0"" cellspacing=""0""

cellpadding=""0"" align=""center"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center"" height=""20""

valign=""40""><a name=""smilies""></a><font face=""" & strDefaultFontFace & """ size=""" &

strFooterFontSize & """><b>Smilies</b></font></td>" & vbNewLine & _
" </tr>" & vbNewLine
' allow Member edits?



Pete
(copy and paste man)<
baabaashep Posted - 22 February 2006 : 10:06:37
OK
I removed these two line and now it works

'############# SmileManager Plus MOD ################

'####################################################

Guess I must have done some thing wrong..

Pete
<
baabaashep Posted - 22 February 2006 : 09:44:44
Ok That worked
Now for more errors

Microsoft VBScript compilation error '800a03ea'

Syntax error

/forum/admin_home.asp, line 147

'############# SmileManager Plus MOD ################
^


My Lines 146-158 read:

& _
'############# SmileManager Plus MOD ################
Response.Write " <LI><span class=""spnMessageText""><a href=""admin_smiles.asp"">SmileManager Plus Admin</a></span></LI>" & vbNewLine
'####################################################

"<!--##### Email All Users MOD #####-->" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a>"
if MemberID = intAdminMemberID then

Response.Write " <font size=""1"">(<a href=""javascript:openWindow3('admin_pop_mail.asp')"">Email All Users</a>)</font>"
end if
Response.Write "</span></LI>" & vbNewLine & _
"<!--####################################-->" & vbNewLine & _




Pete<
OneWayMule Posted - 22 February 2006 : 09:00:46
Have you tried replacing that line with
<!--#INCLUDE file="inc_footer.asp"-->

<
baabaashep Posted - 22 February 2006 : 08:08:24
OWM

I am having a nightmare....the instructions are not clear on this MOD

I have tried to copy and paste as per the instruction. Uploaded all the files and treid to login:


Active Server Pages error 'ASP 0126'

Include file not found

/forum/inc_func_common.asp, line 1608

The include file 'Original%20files/inc_footer.asp' was not found.



This is line 1608:
<!--#INCLUDE file="Original%20files/inc_footer.asp"-->


I need fast help please

Pete
(copy and paste man)<
OneWayMule Posted - 22 February 2006 : 07:22:24
You're welcome. <
baabaashep Posted - 22 February 2006 : 07:14:51
Great, just what i needed
Thank you

Pete
<
OneWayMule Posted - 22 February 2006 : 06:54:08
Probably the SmileManager Plus is the MOD that better suits your requirements as you can add/remove smilies online via an admin panel.<
baabaashep Posted - 22 February 2006 : 06:41:15
MOD Title:Additional Smilies
Version: v1.1 for Snitz Forums v3.4.xx
Author: Paige (tekgirl)
Last Update: Jan 15, 2004

http://www.snitzbitz.com/mods/details.asp?Version=All&mid=171

PLUS: This is just a zip file of files such as:
Icon_smilies_animated.
icon_smile_wink
icon_smile_sleepy
icon_smile_dissapprove
icon_search_folders
icon_folder_new_topic
icon_smile_approve

..22 in total

Hope you can help

Thanks

Pete
(copy and paste man)






<
OneWayMule Posted - 22 February 2006 : 06:23:30
Can you post links to the (smilie-related) MODs you have installed?

http://www.mysmilies.com/ is one of many, many sites where you can get smilies from.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07