Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Message Icons Gone Weird
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mortioli
Average Member

United Kingdom
898 Posts

Posted - 11 April 2002 :  07:00:04  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
I have the message icons mod installed on my forum, which worked fine, but has now gone a bit strange.

When I post a reply they work fine (putting the right icon in), but when I post a topic, it comes up with the default message icon (the pic of a list on paper), and doesn't insert the chosen one (smiley, wink etc).

Anyone heard of this problem before?

Cheers!

Oli

MortiOli Site | MortiOli Forum

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 11 April 2002 :  07:01:08  Show Profile
Most likely it is something you added or modified that changed something.
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 11 April 2002 :  09:58:01  Show Profile  Visit crash's Homepage
you forgot to paste the code for the Message Icon MOD to the Topic part of topic.asp



Crash's Site | Crash is from
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 12 April 2002 :  06:00:46  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
But I have had it working, and when I edit the topic, and re choose the icon, it inserts it fine!

Oli

MortiOli Site | MortiOli Forum
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 12 April 2002 :  06:18:20  Show Profile
and you haven't changed any code in either post.asp or post_info.asp ?
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 12 April 2002 :  11:40:56  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Yes, I have changed code, but haven't deleted any.

Oli

MortiOli Site | MortiOli Forum
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 02 May 2002 :  06:05:36  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
I have noticed that they don't work in posts either, so I'm going to get rid of them.

Is there anyway of reversing a db update?

This is the code which updates the db for Message Icons:


Message Icons Mod (Default)
[ALTER]
TOPICS
ADD#T_MSGICON#int#NULL#1
[END]
[ALTER]
A_TOPICS
ADD#T_MSGICON#int#NULL#1
[END]
[ALTER]
REPLY
ADD#R_MSGICON#int#NULL#1
[END]
[ALTER]
A_REPLY
ADD#R_MSGICON#int#NULL#1
[END]


If someone could give me some tips on how to reverse this, that would be great!

Thanks!

Oli

MortiOli Site | MortiOli Forum
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 May 2002 :  09:49:40  Show Profile
Try this:


Message Icons Mod (Remove)
[ALTER]
TOPICS
DROP#T_MSGICON###
[END]
[ALTER]
A_TOPICS
DROP#T_MSGICON###
[END]
[ALTER]
REPLY
DROP#R_MSGICON###
[END]
[ALTER]
A_REPLY
DROP#R_MSGICON###
[END]
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 02 May 2002 :  11:21:26  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Cheers!

Oli

MortiOli Site | MortiOli Forum
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07