![]() |
Yeah I know, but there is no easy way around that.
|
How would you prevent the pm from being quoted automatically..is there a setting for that?
--------------- Added [DATE]1419429140[/DATE] at [TIME]1419429140[/TIME] --------------- Quote:
|
There was a mod somewhere to do that, I'll look when I get home later.
|
Quote:
|
If you just want the quote to not appear when you reply to a pm, you can edit the template newpost_quote and remove the quote. But since the same template is used when replying to posts (and maybe other places like the blog), you'd probably want to put in a condition that checks for pms, like:
Code:
<vb:if condition="THIS_SCRIPT != 'private'">[QUOTE={vb:raw originalposter}]{vb:raw pagetext}[/QUOTE]</vb:if> and just for the record, adding line breaks to that template (so that there's space between the top and the quote) does work, but I was wrong about using <br/> because the template is not html, it's bbcode. You can just use blank lines and it should work. |
The blank line's wont work kh99 ... I tried that from your thread to joey in this post:
https://vborg.vbsupport.ru/showpost....1&postcount=59 Thanks for the condition though !!!! |
Hmm, that's strange, I just tried it before posting that. But I just looked at the reply box and I didn't actually send a message. Or maybe it depends on some other options or something, I don't know. But I was wrong about using <br/>.
|
Quote:
Product: vBulletin Hook Location : editor_toobar_start Title: Remove Quote In Pm Execution Order : 5 Plugin PHP Code: Code:
if (THIS_SCRIPT == 'private' AND $editor_type == 'qr') |
Quote:
OOOOOH YEAH !!! Good stuff ozzy !!! That did it ...MUAHAHAH !!!!! Thank you once again ... |
Not a problem. :)
|
All times are GMT. The time now is 11:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|