The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
prevent useless full quotes
Hi,
some users prefer to use the quote function all the time, but this produces tons of redundancy. I am looking for a mod to prevent users from quoting an article which is on the same page, or at least quoting an post which is just above theirs. |
#2
|
||||
|
||||
interesting. you could disable quoting, and take the very rare step of switching to threaded or hybrid mode, but to develop this sort of mod would take some doing.
|
#3
|
|||
|
|||
least quoting an post which is just above theirs.
Create a new plugin Hook: postbit_display_complete Code: PHP Code:
its also possible with one extra line of code but you should not be doing this as this will prevent all users (from a group, if you usergroup condition) from quoting the post which is on same page. But still here is the code for it (don't add this with previous code) PHP Code:
|
#4
|
|||
|
|||
lovely, great!
|
#5
|
|||
|
|||
Your best bet is to educate your members when to use the Reply with Quote versus Reply to Thread buttons. Create a thread that explains this and send the offender a link to the thread.
|
#6
|
|||
|
|||
I can't even educate my moderators not to do so :/
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|