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)
 SmileManager Plus for Snitz 3.4
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

timhobbs
Starting Member

USA
9 Posts

Posted - 29 August 2003 :  15:39:38  Show Profile  Visit timhobbs's Homepage
Oh yeah. I had it working just fine, now it is broken. I have removed all the "offenders" and even tried adding them again. Right now, the craziest thing is this one:

When I delete the tag ( [+V+] ) it will be broken. But, if I add ANY smile code that is the same, no matter what image I reference it always points to "icon_smile_dissapprove.gif". A reference to this exists NOWHERE in the forum code or ANY other code on my entire site. WTF? I cannot figure this out for the life of me.

Also, I can no longer add any smilies. The codes will not work, no matter what I try. I am considering removing the SmilieManager code all together (and possibly re-adding it). Does anyone know of an easy way to do this?
Go to Top of Page

Ewim0
Starting Member

28 Posts

Posted - 01 September 2003 :  22:07:55  Show Profile
I just downloaded and installed the SmileManager Plus MOD but I am having problems and I think I know what is causing it but because I know very little myself about ASP I am not sure how to fix it.
I know kiddanger and richfed posted back on page 3 that they had to edit the installation some due to the poll mode. Well I too am using the Poll Mode and I think the error I am getting is cause of a piece of code the SmileManager MOD does right where some code is for the Poll MOD! My post.asp in txt format can be found here!
I attempted to edit the code myself as you will see but have been unsuccessful! The code that I think is causing my problem goes from line 890-919! Please help!! Thanks to anyone who replies to this!
Go to Top of Page

Ewim0
Starting Member

28 Posts

Posted - 02 September 2003 :  22:10:45  Show Profile
Can someone please help me with my problem. I really like this MOD but right now I can't use Polls because of it! I want to know how to get the poll mod t work with this mod! PLEASE!!
Go to Top of Page

algorealgore
Starting Member

4 Posts

Posted - 03 September 2003 :  16:48:56  Show Profile
The exclude function isn't working for me. It just shows it normally :(.
Go to Top of Page

Ewim0
Starting Member

28 Posts

Posted - 03 September 2003 :  17:20:21  Show Profile
What do you mean by "Normal". The Exclude option makes it so that users can't select it as a Default smile to show up in there list when they are posting/replying! If you want to make it so they cannot see it at all you need to uncheck the "Visible" option!

Anyway I really really need help with the code of this. The problem is in post.asp where code goes for both the SmileManager MOD and the Poll MOD I need to know how to edit this area so that both MODs work together!
Go to Top of Page

Ewim0
Starting Member

28 Posts

Posted - 04 September 2003 :  13:14:54  Show Profile
nm I got it working...WOOT!
Go to Top of Page

algorealgore
Starting Member

4 Posts

Posted - 04 September 2003 :  16:04:14  Show Profile
Can you get rid of the edit list function while keeping the show all function?
Go to Top of Page

algorealgore
Starting Member

4 Posts

Posted - 06 September 2003 :  09:19:12  Show Profile
Nevermind I got it. Just delete lines 154-156 in inc_smiles.asp and, if anyone already edited their list, delete anything in the database table FORUMS_SMILES_CUSTOM.
Go to Top of Page

Fireball
Starting Member

United Kingdom
12 Posts

Posted - 23 September 2003 :  17:20:47  Show Profile  Visit Fireball's Homepage
Just installed a new site with Snitz with loads of mods already done (yer - I'm lazy!!)
Noticed the problem with the posting screen as it loads with the width of the left col shrinking as the smilies load .. not an option for my fussy users!!
I read earlier that it could be fixed by adding the height/width of each smilie to the table and calling it from inc_smilies.asp - frightening thought if you've got loads of smilies ...

An alternative (and much less work) is in inc_smilies.asp find the following:

if allowedit = 1 then
response.write " <tr><td align=center><div style=""overflow:auto;height:100px""><table cellspacing=0 cellpadding=2 border=0>" & vbnewline
else
response.write " <tr><td align=center><div style=""overflow:auto;height:120px""><table cellspacing=0 cellpadding=2 border=0>" & vbnewline
end if

and replace with

if allowedit = 1 then
response.write " <tr><td align=center><div style=""overflow:auto;height:100px;width:200px""><table cellspacing=0 cellpadding=2 border=0>" & vbnewline
else
response.write " <tr><td align=center><div style=""overflow:auto;height:120px;width:200px""><table cellspacing=0 cellpadding=2 border=0>" & vbnewline
end if

This will fix the width of the left col at 200 pixels (you can change that figure up or down as you like). What you will get is a horizontal scroll bar whilst the smilies load and that will stay there if the total width of the smilies exceeds the width of your <div> ...

Make sense ... then your better than me!

Fireball

www.laser2000.org.uk
Go to Top of Page

ianswe
Starting Member

6 Posts

Posted - 24 September 2003 :  23:30:36  Show Profile
Hi, I have recently downloaded Smilemanager Plus. I am however having some difficulty installing it. I have gotten to Step three, in the readme, with no problem until you have to go into MOD Setup and select Smilemanager Plus. I problem is there is nothing to select. All I see is a text box that has "Code" beside it and a "submit" and "reset" button.

If someone could tell me what I have done wrong or what I need to do that would be great.

Ian
Go to Top of Page

ianswe
Starting Member

6 Posts

Posted - 26 September 2003 :  11:57:51  Show Profile
Can someone please help!
Go to Top of Page

ianswe
Starting Member

6 Posts

Posted - 28 September 2003 :  16:07:27  Show Profile
Anyone????
Go to Top of Page

HustlerX
Starting Member

14 Posts

Posted - 29 September 2003 :  18:02:03  Show Profile  Visit HustlerX's Homepage
Step 3 AFAIK means:

Go to the main page of your forum and click on the Admin Options text in the top right of your forum

Click on 'Mod Setup' text at the bottom of the right hand list of options

You should have a drop down box with two options
* Add Default Smiles
* SmileManager Plus

If you do not it means you have not put the two dbs files in your 'forum' folder i.e. dbs_smiles.asp & dbs_addoldsmiles.asp

You should be able to work through the rest of step 3 from there

Edited by - HustlerX on 29 September 2003 18:02:51
Go to Top of Page

ianswe
Starting Member

6 Posts

Posted - 30 September 2003 :  21:31:52  Show Profile
Hi thanks for your help, now think I might know what the problem is.

When I go into admin options, and on the right hand side options, right at the top is "SmileManager Plus Admin" when I click on that, I get the following screen:

--------------------------------------
Microsoft JET Database Engine error '80040e37'

The Microsoft Jet database engine cannot find the input table or query 'FORUM_SMILES2'. Make sure it exists and that its name is spelled correctly.

/ianswe/admin_smiles.asp, line 160
--------------------------------------

Do you any idea what this means???

Thanks
Ian
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 30 September 2003 :  22:30:45  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
Help, I have installed the smilie manager plus, and everything works great, except for the post.asp page, my smilies haven't got the right size anymore, I have NOT added any extra smilies yet besides the default ones.
the appear to be 23x22 pixels on the post screen, and below on the Preview topic fields, but on all other pages they look right.
can anubody help

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
Go to Top of Page
Page: of 11 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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07