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
 Strange behavior with Message Icon Mod (V 3.3.05)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

fido
Starting Member

30 Posts

Posted - 05 August 2002 :  23:16:14  Show Profile
I'm not sure if this is supposed to work like this, or if I have a problem somewhere.

If someone posts a new message, and they select the message icon they want for their post it shows up fine in FORUM.ASP, and when you read the post TOPIC.ASP.

The problem I'm having though is when someone replies to a post, and they select the message icon they want (not the default one), it doesn't appear - it shows the default icon. However, if that person edits their post, and once again selects an icon that is not the default one, it will then show up properly.

Is this supposed to work like this? I wouldn't think so... but ya never know.

I'm running V 3.3.05 with Message Icons, Active Users, Polls, and a few other modifications.

Forum is here if you want to take a look / test it out.

http://www.littlewhitedog.com/forum/

Thank you in advance for any feedback on the matter.

quote:

One final thing... the message_icon.txt file contains this version info:

Message Icons MOD
for Snitz Forums 2000 V3.3.03
last tested on Snitz Forums 2000 v3.3.03
by Richard Kinser
bugs, suggestions, etc to richard_kinser@yahoo.com



fido
Starting Member

30 Posts

Posted - 05 August 2002 :  23:33:27  Show Profile
Have posted POST.ASP and POST_INFO.ASP as text files if that helps your detective efforts:

http://www.littlewhitedog.com/forum/post.txt
http://www.littlewhitedog.com/forum/post_info.txt

Thanks again!

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 05 August 2002 :  23:51:24  Show Profile
Looked at your Post_info.asp

You have not made the changes required for the Reply Part

You need to add the statements shown in red

strSql = strSql & ", R_MESSAGE"
strSql = strSql & ", R_MSGICON"



' DEM --> End of Code added
strSql = strSql & ", " & "'" & txtMessage & "'"
strSql = strSql & ", " & Request.Form("strMessageIcon")


www.forumSquare.com - Rakesh Jain - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.
Go to Top of Page

fido
Starting Member

30 Posts

Posted - 05 August 2002 :  23:59:34  Show Profile
Thanks a bunch bud! That fixed my problem. Helps to get a fresh set of eyes looking at a problem sometimes!

Again - thank you much!

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