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/Code)
 Smile Manager 3.3
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 8

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 17 November 2001 :  08:13:13  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
lol, well I had to update it for other people anyway

----
-Eric (da_stimulator)
Stims Snitz Test area
Snitz Mod Resource
PHP Script Center -Quality PHP Scripts
Go to Top of Page

FeDe
New Member

62 Posts

Posted - 18 November 2001 :  13:57:55  Show Profile
Hi, I installed everything, and it worked perfect, but once i tried to post the "new smilie" i got this:

(the image red crosse)http://www.clubp3.com/smilies/jump.gif border=0 align=middle>


Please, help me.

Thanks for everything.

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 18 November 2001 :  14:30:51  Show Profile
quote:

Thanks

Now to the next. From FAQ clicking "Additional smilies" gives pop_smiles_noclick.asp fine, but it is not very useful when it only shows the icon and description - nothing about the code on how to use it. The two colomns are icon and description, nothing more.

Thanks
AF



As the file (pop_smiles_noclick.asp) says, I made it and believe it's kind of useless to have the code in a page where you can't click on the icons anyway. But because of the open source you're free to change it back

quote:

in inc_post_buttons.asp find this line:

<a href="JavaScript:openWindow2('pop_icon_legend.asp')"><img src="icon_editor_smilie.gif" width="22" height="22" alt="Insert Smilie" border="0"></a>

and replace it with this line:

<a href="JavaScript:openWindow3('pop_icon_legend.asp')"><img src="icon_editor_smilie.gif" width="22" height="22" alt="Insert Smilie" border="0"></a>



In the ZIP that I put together it says openWindow2('pop_icon_legend.asp') because the original file has openWindow2. I changed it to openWindow3 on my own forums because I couldn't see it all but thought nobody else had that problem and therefore left it at openWindow2. pop_new_smiles.asp opens with openWindow3 though if you use the codes I added.

Roland

- here to help when possible -

http://www.frutzle.com
Go to Top of Page

Pathos
Starting Member

USA
9 Posts

Posted - 19 November 2001 :  01:39:53  Show Profile  Visit Pathos's Homepage  Send Pathos an AOL message  Send Pathos an ICQ Message
OK I installed it and stuff but Now when i go to post any mu smiles i get this

http://redog5/forum/icon_smile.gif border=0 align=middle>

Is same for all my added smiles.

Whats wrong and how I fix it

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 19 November 2001 :  01:47:04  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
hmmm, try to not use http:// in front of it, just use relative paths (or upload to your forum directory and just use 'icon_smile.gif') and see what that does.

If you still get the same error, its something local to you, if you dont then I think I know where the problem is.

----
-Eric (da_stimulator)
Stims Snitz Test area
Snitz Mod Resource
PHP Script Center -Quality PHP Scripts
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 19 November 2001 :  16:50:54  Show Profile  Visit Doughnut's Homepage
A little Q regarding setting up of this mod, Im new to this stuff...

Does this instruction:
Admin_home.asp--------
Be sure to add a link to admin_smiles.asp so you can edit them !!


Mean that I add the line in Red:

<!--#INCLUDE FILE="config.asp" -->
<% If Session(strCookieURL & "Approval") = "15916941253" Then %>
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE file="inc_top.asp" -->
<!--#INCLUDE file="admin_smiles.asp" -->

Am I miles off, no doubt I am????

Thanks, Doughnut.

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 19 November 2001 :  22:59:51  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
No, in admin_home.asp find the following code:


<LI><a href="admin_moderators.asp">Moderator Setup</a></LI>
<LI><a href="admin_emaillist.asp">Email List</a></LI>


And add the following underneath it


<LI><a href="admin_moderators.asp">Moderator Setup</a></LI>
<LI><a href="admin_emaillist.asp">Email List</a></LI>
<LI><a href="admin_smiles.asp">Smile Admin</a></LI>


----
-Eric | Mod Resource | Test Area
"A program is a device used to convert data into error messages."
http://phpscriptcenter.com -Quality PHP Scripts
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 20 November 2001 :  08:38:31  Show Profile  Visit Doughnut's Homepage
Thanks,

I was just guessing, no wonder it didn't work
Perhaps its time I learnt this stuff properly.

Cheers, Doughnut.

Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 20 November 2001 :  09:18:40  Show Profile  Visit Doughnut's Homepage
Alright Mr Stimularot,

I have uploaded this mod and added the extra code, as far as I can see exactly as instructed but I get the following message when i run admin_mod_dbsetup.asp

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_SMILES'. Make sure it exists and that its name is spelled correctly.

/carpuk/forum/inc_functions.asp, line 363


Any ideas?
Thanks, Doughnut.

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 20 November 2001 :  09:23:51  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Did you run the setup script (admin_mod_dbsetup.asp)?

----
-Eric | Mod Resource | Test Area
Sleep: A completely inadequate substitute for caffeine
http://phpscriptcenter.com -Quality PHP Scripts
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 20 November 2001 :  09:36:13  Show Profile  Visit Doughnut's Homepage
I tried but it wont run....

I probably should have mentioned, I'm running 3.3.03 with an access database.... don tknow if this helps.

If you want to try its on my test forum, I use this before placing the mod on my real forum....
http://www25.brinkster.com/carpuk/forum/default.asp
the admin password is *****

Thanks.



Edited by - da_stimulator on 20 November 2001 09:38:08
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 20 November 2001 :  09:44:43  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Try Downloading this file and run it from your forum directory.

----
-Eric | Mod Resource | Test Area
Sleep: A completely inadequate substitute for caffeine
http://phpscriptcenter.com -Quality PHP Scripts

Edited by - da_stimulator on 20 November 2001 09:46:16
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 20 November 2001 :  11:00:42  Show Profile  Visit Doughnut's Homepage
Thanks, I'll give it a go!

Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 20 November 2001 :  11:05:50  Show Profile  Visit Doughnut's Homepage
Sorry... that one does nothing at all, no reaction...

I ran it like this from my browser
http://www25.brinkster.com/carpuk/forum/custom_setup.asp

is that right?
Thanks.



Edited by - doughnut on 20 November 2001 11:06:30
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 20 November 2001 :  11:19:26  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Are you using Access 97 connstring or Access 2000 connstring?

----
-Eric | Mod Resource | Test Area
Sleep: A completely inadequate substitute for caffeine
http://phpscriptcenter.com -Quality PHP Scripts
Go to Top of Page
Page: of 8 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07