The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Yeah I know, but there is no easy way around that.
|
#22
|
||||
|
||||
How would you prevent the pm from being quoted automatically..is there a setting for that?
--------------- Added [DATE]1419429140[/DATE] at [TIME]1419429140[/TIME] --------------- Yeah ...no worries about that ...pretty cool how this works though..im learning more and more .... |
#23
|
||||
|
||||
There was a mod somewhere to do that, I'll look when I get home later.
|
#24
|
||||
|
||||
Ok good stuff...I been searching the last couple of nights and haven't found it ..lol .. and I remember running into it a while ago ....
|
#25
|
|||
|
|||
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. |
Благодарность от: | ||
CAG CheechDogg |
#26
|
||||
|
||||
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 !!!! |
#27
|
|||
|
|||
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/>.
|
#28
|
||||
|
||||
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') { $text = ''; } |
#29
|
||||
|
||||
Quote:
OOOOOH YEAH !!! Good stuff ozzy !!! That did it ...MUAHAHAH !!!!! Thank you once again ... |
#30
|
||||
|
||||
Not a problem.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|