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!
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:
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.