The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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)<
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)<
Postet den
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.<
http://www.mysmilies.com/ is one of many, many sites where you can get smilies from.<
Postet den
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)
<
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)
<
Postet den
Probably the SmileManager Plus is the MOD that better suits your requirements as you can add/remove smilies online via an admin panel.<
Postet den
Great, just what i needed
Thank you
Pete
<
Thank you
Pete
Postet den
You're welcome.
<
Postet den
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)<
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)<
Postet den
Have you tried replacing that line with
<
Code:
<!--#INCLUDE file="inc_footer.asp"-->
Postet den
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<
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<
Postet den
OK
I removed these two line and now it works
'############# SmileManager Plus MOD ################
'####################################################
Guess I must have done some thing wrong..
Pete
<
I removed these two line and now it works
'############# SmileManager Plus MOD ################
'####################################################
Guess I must have done some thing wrong..
Pete
<
Postet den
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)<
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)<
Email Member
Message Member
Post Moderation
Filopplasting
If you're having problems uploading, try choosing a smaller image.
Forhåndsvis post
Send Topic
Loading...