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.
Is there any mod that allows to change the color of some post.
For example a user before to save the new post, check an option to change the color of the post in the topic.asp page.
Bye
Bye
Posted
I did it, and works great.
Thanks.
Another question....how can i bypass the waiting time after a new topic or post is saved. I'd like to eliminated the screen with
"New Reply Posted! Thank you for your contribution! Back to Category"
and directly go ahead to the topic.asp page.
Another question....how can i bypass the waiting time after a new topic or post is saved. I'd like to eliminated the screen with
"New Reply Posted! Thank you for your contribution! Back to Category"
and directly go ahead to the topic.asp page.
Posted
in post_info.asp look for the following code
it should be near the end, just above the
sub newForumMembers(fForumID) function
Replace all the code above with
Response.write "</font></p>" & vbNewLine
Response.Redirect(strReturnURL)
disclaimer I haven't tested this so make sure you take a copy of post_info first so you can roll it back
Code:
Response.write "</font></p>" & vbNewLine & _
" <meta http-equiv=""Refresh"" content=""2; URL=" & strReturnURL & """>" & vbNewLine & _
" <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>"
select case MethodType
case "Category"
Response.Write("Remember to create at least one new forum in this category.")
case "Forum"
Response.Write("The new forum is ready for users to begin posting!")
case "EditForum", "EditCategory"
Response.Write("Thank you for your contribution!")
case "URL"
Response.Write("The new URL is in place!")
case "EditURL"
Response.Write("Cheers! Have a nice day!")
case "Topic", "TopicQuote", "EditTopic", "Reply", "ReplyQuote", "Edit"
Response.Write("Thank you for your contribution!")
case else
Response.Write("Have a nice day!")
end select
Response.write "</font></p>" & vbNewLine & _
" <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href=""" & strReturnURL & """>" & strReturnTxt & "</a></font></p>" & vbNewLine
sub newForumMembers(fForumID) function
Replace all the code above with
Response.write "</font></p>" & vbNewLine
Response.Redirect(strReturnURL)
disclaimer I haven't tested this so make sure you take a copy of post_info first so you can roll it back
Posted
Yes, it works.
Thanks Ste
Thanks Ste
Posted
You know what would be a nice mod?
A link preview kind of thing like they have on facebook.
It takes your link and both checks it and puts in the picture and a small blurb plus the link.
Waaaaaay over my head to do, but it IS nice, I think.
It takes your link and both checks it and puts in the picture and a small blurb plus the link.
Waaaaaay over my head to do, but it IS nice, I think.
Posted
Golfmann, There have been some discussions about that in the past. Opinions vary as to how "nice" that would be.
Posted
Well I would like it
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...