The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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.<
Thanks in advance.<
نوشته شده در
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.
<
Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Code:
" <td bgColor=""" & strPopUpTableColor & """><input maxLength=""50"" name=""Subject"" value=""" & Trim(ChkString(TxtSub,"edit")) & """ size=""40""></td>" & vbNewLine & _<
Search is your friend
“I was having a mildly paranoid day, mostly due to thefact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
نوشته شده در
BNaumer, there's also one line to adjust in post_info.asp ;
should be changed to
<
Code:
if Len(Request.Form("Subject")) > 50 thenCode:
if Len(Request.Form("Subject")) > 100 thenportfolio - linkshrinker - oxle - twitter
نوشته شده در
Great!! I'll give it a try and report back... Thanks!
<
نوشته شده در
That was it. No I have more working room. Thanks for both replies.<
Email Member
Message Member
Post Moderation
بارگزاری فایل
If you're having problems uploading, try choosing a smaller image.
پیشنمایش مطلب
Send Topic
Loading...