Maybe a solution to people posting in the wrong forum?

Sal Collaziano

Well-known member
I saw over on @Snog's site that he has some verbiage populated in the text box when posting a message. Is there any way to have a custom message for each forum area? What I'd LIKE to have is this message display when somebody is starting a new topic. I'd like some type of verbiage that states something to the affect, "Please be sure you're posting about X topic in this forum. If not, please find the forum that related to your message"...

I run a bunch of XF's and this could save me a lot of time... Thoughts?
 
For text in message you could try this add to the template forum_post_thread (at the end)

Code:
<xf:js>$("textarea[name='message_html']").html("<span>Please note </span>");</xf:js>
 
I do it with Siropu's Ads Manager. For example, when someone opens a new message dialogue in our FOR SALE section, it pops a banner up just above the message editor, such as:

ForSaleRules.png
 
Last edited:
Top Bottom