Change post color - Posted (1917 Views)
Junior Member
s80ts0465
Posts: 290
290
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
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Junior Member
s80ts0465
Posts: 290
290
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.
Posted
Forum Admin
HuwR
Posts: 20611
20611
in post_info.asp look for the following code
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
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
Posted
Junior Member
s80ts0465
Posts: 290
290
Yes, it works.
Thanks Ste
Posted
Junior Member
golfmann
Posts: 450
450
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.
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
Golfmann, There have been some discussions about that in the past. Opinions vary as to how "nice" that would be. wink
Posted
Junior Member
golfmann
Posts: 450
450
Well I would like it mean
You Must enter a message