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

Aaron S.
Average Member

USA
985 Posts

Posted - 28 May 2003 :  23:35:01  Show Profile  Visit Aaron S.'s Homepage
Did you include the code for inc_func_common.asp?

--Aaron


DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 31 May 2003 :  21:13:14  Show Profile  Send Astralis a Yahoo! Message
Eek! This really messed up the Feng Shui of my forum. It also looks really amateurish.

How can I turn off the "Edit Smiley List" feature? The admin menu doesn't give an option to turn it off.

I liked the way it was done previously where you could click a button for more smileys. What would I need to do to get it back to the old SmileyMod way?

UPDATE

I fixed it - I kept the original smiles in their location and put a link to the expanded list underneath the original icons. I'd love to have the users make their own default smiley list but, for me, the way it was accomplished according to the mod did not look good on my board. I would like to limit the default to only 16, like the original, but that isn't easy because one has to take into account the size of the icon - there are some smileys which are rather large, and this completely messes up the post page's width and look and feel.

It's a great idea but needs thought through some more.

Edited by - Astralis on 31 May 2003 21:49:05
Go to Top of Page

Astralis
Senior Member

USA
1218 Posts

Posted - 31 May 2003 :  21:25:57  Show Profile  Send Astralis a Yahoo! Message
BTW, updating the smiley list locked up my machine!

I only have 25 smileys. What's up with this mod?
Go to Top of Page

Mike-E
Starting Member

23 Posts

Posted - 01 June 2003 :  05:39:24  Show Profile
Hi there,

How do I create the database tables within MS SQL? I've tried to run the ASP files from my browser but then I only see the SQL code displayed, it didn't do anything.

I also tried to run it within SQL Query Analyser but then it comes up with an error.

When I run the SMileManager admin I get an error, which I think is generated because of the missing tables in the database (sorry, I'm not an experienced developer):

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'FORUM_SMILES2'.

/scripts/internet/forum/admin_smiles.asp, line 143
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 01 June 2003 :  10:13:42  Show Profile  Visit Aaron S.'s Homepage
A new ADMIN page has been created:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=44803

It should significantly increase the speed of updates.

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Mike-E
Starting Member

23 Posts

Posted - 02 June 2003 :  04:52:53  Show Profile
Aaron,

Could you please, please, please give me a little help with my problem. See my posting just above yours (2 up).

Maik
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 02 June 2003 :  08:01:32  Show Profile  Visit Aaron S.'s Homepage
There should be some files called .dbs.

Put them into your forums directory, and then go to the admin page.

There is a section MOD setup... and you can install the database tables from there.

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Mike-E
Starting Member

23 Posts

Posted - 02 June 2003 :  09:01:20  Show Profile
But there's the problem. I did that, then I forgot to delete the .dbs files after and went to the admin section again. Then I got that error I've reported before and that's it.

No tables were added to the SQL server. So, the admin page can't load... because it needs the database tables...

Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 02 June 2003 :  14:04:50  Show Profile  Visit Aaron S.'s Homepage
The admin page should still load since it does not need the database files.

Can you directly access the database to confirm whether the tables are there or not.

If it cannot add those tables, there must be a permissions problem on your machine. Have you been able to load any other dbs files?

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Mike-E
Starting Member

23 Posts

Posted - 03 June 2003 :  03:24:40  Show Profile
The entire forum is using that database, so yes I can.

I'm at the office now, but is it a lot of work to manualy at the tables and default data?

Well the admin page retruns an error:

- - - -

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'FORUM_SMILES2'.

/scripts/internet/forum/admin_smiles.asp, line 143

- - - -

Or is this error generated by something else?

Edited by - Mike-E on 03 June 2003 03:27:12
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 03 June 2003 :  17:09:24  Show Profile  Visit Aaron S.'s Homepage
This error is generated because the tables have not been installed.

You have to put the correct DBS files in your forum directory, then install them from the Admin page.

The instructions are quite explicit about the process.

If you are unable to install to your database, you have a permissions problem and you should speak to your systems administrator.

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Mike-E
Starting Member

23 Posts

Posted - 04 June 2003 :  01:22:45  Show Profile
Aaron,

I can't get into the adminpage because of this error.

Can I run the scripts seperately?

Maik
Go to Top of Page

RM
Starting Member

USA
17 Posts

Posted - 04 June 2003 :  18:20:21  Show Profile
quote:
Hi
I have installed the smile plus manager.
And i have upload and add some icons.
I can view those icon, on the left hand side of the Post, or PM.
when i add to the message box, and send those new icons i added, i can't see the smilies, i only see (eg... [ :o))] ) like the code.
i only see the code in the posted message or PM message.

can anyone please explain me how to fix that problem ?

Thanks
Best Regards.
Steve


I am also having this problem, does anyone know why it did this? they worked for about 24 hours, and now, all I get is the code

THANKS!
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 04 June 2003 :  23:00:59  Show Profile  Visit Aaron S.'s Homepage
Did you add the code to inc_func_common.asp?

--Aaron

DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

Mike-E
Starting Member

23 Posts

Posted - 05 June 2003 :  01:30:10  Show Profile
quote:
Originally posted by Aaron S.

Did you add the code to inc_func_common.asp?

--Aaron




So, you are ignoring my posting just above this one? :(

Cool... you left me with a ****ed up forum. THX, but NO THX!

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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07