Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Frequently Asked Questions
 FAQ Addition Requests
 Subject line character limit

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
bnaumer Posted - 22 August 2005 : 16:53:57
I'm trying to set up a FAQ section on our snitz bbs. The limit on characters in the subject line makes it tough to get some of the questions listed. Is there a way to increase the number of characters allowed in the Subject line?

Thanks in advance.<
6   L A T E S T    R E P L I E S    (Newest First)
Shaggy Posted - 24 August 2005 : 04:46:44
You're welcome

<
bnaumer Posted - 23 August 2005 : 17:17:30
That was it. No I have more working room. Thanks for both replies.<
bnaumer Posted - 23 August 2005 : 10:12:18
Great!! I'll give it a try and report back... Thanks! <
Shaggy Posted - 23 August 2005 : 09:20:05
D'oh! Cheers, Marcel

<
MarcelG Posted - 23 August 2005 : 09:18:40
BNaumer, there's also one line to adjust in post_info.asp ;
if Len(Request.Form("Subject")) > 50 then

should be changed to
if Len(Request.Form("Subject")) > 100 then
<
Shaggy Posted - 23 August 2005 : 04:31:55
On line 768 of post.asp, find the following:
"                <td bgColor=""" & strPopUpTableColor & """><input maxLength=""50"" name=""Subject"" value=""" & Trim(ChkString(TxtSub,"edit")) & """ size=""40""></td>" & vbNewLine & _
And change the 50 to any value you wish up to 100, if you want to go higher than that, you're going to have to edit some tables in the database to allow for a longer subject.

<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.04 seconds. Powered By: Snitz Forums 2000 Version 3.4.07