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 DEV-Group
 DEV Bug Reports (Closed)
 BUG+FIX (3.1sr4): Descript Req'ed and shouldn't be
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Aznknight
Senior Member

USA
1373 Posts

Posted - 22 January 2001 :  21:19:15  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
Actually this has bothered me since several versions back.

When you initially create a Forum Topic under a category, you're not required to enter a message description for the Forum Topic.

However if you try to edit the Forum Topic, like changing the name, the script will complain that you need a message description.

A little consistency here would nice. Either make it required for both create and edit or make it both not required.

- Alan

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 23 January 2001 :  07:16:49  Show Profile  Visit Kat's Homepage
I don't get this problem. I am forced to enter both a subject and a new message for a new forum under a category.

Same if I add a new topic in a forum. It insists on the subject and the message being populated.

KatsKorner
Go to Top of Page

barky81
Junior Member

USA
166 Posts

Posted - 23 January 2001 :  09:26:59  Show Profile
quote:

I don't get this problem. I am forced to enter both a subject and a new message for a new forum under a category.


I have the exact same experience as Aznknight. (And yes, it has been a bother...)

If you create a new forum, adding the "descriptive message text" is apparently optional. But, if you ever try to edit that forum info (usually occurs when you are messing around with re-ordering...), it will then demand the addition of message text.

Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 23 January 2001 :  10:07:15  Show Profile  Visit Kat's Homepage
Nope definitely not happening for me. I am using 3.1 SR2.

KatsKorner
Go to Top of Page

barky81
Junior Member

USA
166 Posts

Posted - 23 January 2001 :  10:17:57  Show Profile
quote:

Nope definitely not happening for me. I am using 3.1 SR2.

KatsKorner




Oh, the subject was 3.1sr4... (maybe it's only been an issue through the sr3 betas into sr4)

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 23 February 2001 :  20:31:01  Show Profile
<-- bump -->

This one is easy to fix. In post_info.asp (Alpha 8) around line 673, change this:
if txtMessage = "" then 
Err_Msg = Err_Msg & "<li>You Must Enter a Message for the New Forum</li>"
end if
to this:
if txtMessage = " " then 
Err_Msg = Err_Msg & "<li>You Must Enter a Message for the New Forum</li>"
end if


*----*----*----*----*----*----*----*----*
"Even when you feel you have nothing left,
You still have prayer--And that's enough."

*----*----*----*----*----*----*----*----*
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 25 February 2001 :  19:30:17  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
hmmm... I was thinking... perhaps the message should not be required... since only admins will be posting them :) The title is definately required.

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 25 February 2001 :  19:32:38  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
set up post_info.asp to not check for the message in "forum" and "editforum"

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 25 February 2001 :  19:33:20  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
fixed in the source of sf2k_32a3.zip

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07