The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
The answer is in the thread here.
https://vborg.vbsupport.ru/showthrea...514#post203514 [QUOTE]Originally posted by JJR512 I'm getting this, too. |
#63
|
|||
|
|||
I installed this on 2.2.8 and all I get is a blank screen when I hit preview. I all have the quick reply add. any ideas?
|
#64
|
||||
|
||||
[QUOTE]Originally posted by bira
From what you are telling me, I can only assume you have high error reporting set in php.ini. For the vast majority of the people, that error won't show up because they are not in development environment with high error reporting, and functionality is not tampered. However, if you want to be "holier than the pope" so to speak, do this instead: PHP Code:
Cheers, Bira |
#65
|
||||
|
||||
[QUOTE]Originally posted by Boofo
bira, I ran into a unique problem tonight totally by accident. (The wife noticed it, actually. ) If I reply to a message and send it, everything works fine. But if I preview it before sending it, somehow it "forwards" the message instead of sending it. The better half noticed an FW: on the message after she recieved it and asked how come I was always forwarding messages to her instead of sending them. I always hit the send button, never the forward button. It only seems to happen after previewing them first. Any ideas on this one? |
#66
|
||||
|
||||
Replace this:
Code:
// preview hack if ($preview) { $previewpost=1; $previewmessage=bbcodeparse($message,0,$allowsmilie); if ($signature) { $post['signature'] = bbcodeparse($bbuserinfo['signature'],0,$allowsmilie); eval("\$post[signature] = \"".gettemplate("postbit_signature")."\";"); $previewmessage.=$post['signature']; } eval("\$postpreview=\"".gettemplate("priv_sendpreview")."\";"); $parseurlchecked=iif($parseurl,"checked",""); $pmreceiptchecked=iif($pmreceipt,"checked",""); $savecopychecked=iif($savecopy,"checked",""); $signaturechecked=iif($signature,"checked",""); $previewchecked=0; $title = htmlspecialchars($title); $subject = $title; $privatemessageid = $prevmessageid; $forward; $privmessage = $message; $action="newmessage"; } else { // preview hack Code:
// preview hack if ($preview) { $previewpost=1; $previewmessage=bbcodeparse($message,0,$allowsmilie); if ($signature) { $post['signature'] = bbcodeparse($bbuserinfo['signature'],0,$allowsmilie); eval("\$post[signature] = \"".gettemplate("postbit_signature")."\";"); $previewmessage.=$post['signature']; } eval("\$postpreview=\"".gettemplate("priv_sendpreview")."\";"); $parseurlchecked=iif($parseurl,"checked",""); $pmreceiptchecked=iif($pmreceipt,"checked",""); $savecopychecked=iif($savecopy,"checked",""); $signaturechecked=iif($signature,"checked",""); $previewchecked=0; $title = htmlspecialchars($title); $subject = $title; if ($prevmessageid) { $privatemessageid = $prevmessageid; } $forward = iif($forward!='','true',''); $privmessage = $message; $action="newmessage"; } else { // preview hack |
#67
|
|||
|
|||
hello friends I tinkered already very much to orginal privat.php and I does not create it not without your assistance this beautiful Hack could I means Privat.php somebody to send and inserts it then? That would be very nice, since my English is now the best also not. subu1 thanks me would make happy: -))
that was my engl. Google Machine *g* |
#68
|
||||
|
||||
can someone update this hack for 2.3 please
i had an error when requesting preview it was an invalid link or something |
#69
|
||||
|
||||
I have the quick reply pm box hack installed (this one: http://www.vbulletin.org/hacks/index...ack&hackid=347)
Can someone tell me please how to put the preview button underneath that box as well :blush: |
#70
|
|||
|
|||
one of the most important features missing in vbulletin
thanks for this hack |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|