Author |
Topic |
timhobbs
Starting Member
USA
9 Posts |
Posted - 29 August 2003 : 15:39:38
|
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? |
|
|
Ewim0
Starting Member
28 Posts |
Posted - 01 September 2003 : 22:07:55
|
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! |
|
|
Ewim0
Starting Member
28 Posts |
Posted - 02 September 2003 : 22:10:45
|
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!! |
|
|
algorealgore
Starting Member
4 Posts |
Posted - 03 September 2003 : 16:48:56
|
The exclude function isn't working for me. It just shows it normally :(. |
|
|
Ewim0
Starting Member
28 Posts |
Posted - 03 September 2003 : 17:20:21
|
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! |
|
|
Ewim0
Starting Member
28 Posts |
Posted - 04 September 2003 : 13:14:54
|
nm I got it working...WOOT! |
|
|
algorealgore
Starting Member
4 Posts |
Posted - 04 September 2003 : 16:04:14
|
Can you get rid of the edit list function while keeping the show all function? |
|
|
algorealgore
Starting Member
4 Posts |
Posted - 06 September 2003 : 09:19:12
|
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. |
|
|
Fireball
Starting Member
United Kingdom
12 Posts |
Posted - 23 September 2003 : 17:20:47
|
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 |
|
|
ianswe
Starting Member
6 Posts |
Posted - 24 September 2003 : 23:30:36
|
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 |
|
|
ianswe
Starting Member
6 Posts |
Posted - 26 September 2003 : 11:57:51
|
Can someone please help! |
|
|
ianswe
Starting Member
6 Posts |
Posted - 28 September 2003 : 16:07:27
|
Anyone???? |
|
|
HustlerX
Starting Member
14 Posts |
Posted - 29 September 2003 : 18:02:03
|
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 |
|
|
ianswe
Starting Member
6 Posts |
Posted - 30 September 2003 : 21:31:52
|
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 |
|
|
acoustika
Junior Member
Denmark
311 Posts |
Posted - 30 September 2003 : 22:30:45
|
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 *** |
|
|
Topic |
|