MyBB Hacks

Full Version: Cut quote notice
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Is there a way to make a plugin print a notice in editor when answer has quote in it. Its difficult to me say it in english. Please see attachment.
Thank you.

Have a nice weekend
TriTop
Yeah, I still don't understand, unfortunately.  Are you trying to stop quotes in quotes?
i think he means that he wants a prompt to show up when a quote tag is missing? Idk im guessing
Hi, thanks for feedback.

I want a prompt to show up only if the contribution contains quote tags.
The creator is to be made attentively keep quotations as short as possible.
If I can understand you, you can try using PHP in Templates plugin, and stick the following conditional into your newreply template:

HTML Code
<if $message then>
<div>Please make sure your quotes are as short as possible.</div>
</if>

That is exactly what I wanted. My desire is fulfilled.
I thank you many times for this very competently and fast support.

With kind regards
TriTop
Reference URL's