vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Preview Private Message Before Sending (https://vborg.vbsupport.ru/showthread.php?t=32695)

FWC 05-26-2002 07:15 AM

[QUOTE]Originally posted by Illuvatar
This hack is working great for me except when I use "PM To Buddies", and select multiple recipients. We sending multilples, I don't get an option to preview at all.

Illuvatar 05-26-2002 05:11 PM

I made the same mods to the priv_sendtobuddies template as you suggested and I do get the preview option, and it works great if I only select 1 buddy on the list(as admin I have several). If I select 2 or more buddies to send to the preview button acts like the send button and sends the message straight away without a preview. Is there something else in the php file?

Funny too, cause a whole bunch of my staff received pm's this morning that I had NO intention of sending! hehe

NeWays, one more thing, it seems that whilst in the preview panel that the "clear fields" button does'nt work. Not sure if intentional or not. Please advise.

Thanks as always,
Illu :bunny: :bunny: :bunny:

Erwin 05-29-2002 06:24 AM

Great hack - works well. :) I love it!

Boofo 06-05-2002 11:33 AM

I know I already asked this question in here, but I'm going to ask it again and hopefully this time I might be able to get an answer?

When I preview a message, the use signature becomes unchecked and I have to re-check it manually. Is there any way to fix it so it will stay checked (according to what the user has set in the options)? I uninstalled the smilie fix (which my smilies show fine in preview without it) and that didn't make a difference. Please, can someone help me this time? :)

BTW: I just checked in here on vb.org, and it does the same thing. The sig box become unchecked in a preview. Any ideas, anyone?

globalwin 06-18-2002 08:15 PM

anyone had this working on vB 2.2.6 because when i click the preview button it says invalid private message specified. FireFly, can you help?

BigJohnson 06-19-2002 09:52 AM

I fixed the signature thing. The sig check box is notchecked when you click preview but here is the fix

Find This In Private.php

PHP Code:

    $signaturechecked="checked";
  } else {
    
$signaturechecked '';
  } 

and replace it with this

PHP Code:

    $signaturechecked="checked";
  } 

That did it for me and everything works just fine. Enjoy.

Boofo 06-19-2002 02:53 PM

But what if you have it not to show in your options? I want it to follow whatever you have set in your options? :)

[QUOTE]Originally posted by BigJohnson
I fixed the signature thing. The sig check box is notchecked when you click preview but here is the fix

Find This In Private.php

PHP Code:

    $signaturechecked="checked";
  } else {
    
$signaturechecked '';
  } 

and replace it with this

PHP Code:

    $signaturechecked="checked";
  } 

That did it for me and everything works just fine. Enjoy.

Carsten 06-19-2002 04:00 PM

Does it work with v2.0.3 also?

Illuvatar 06-20-2002 05:37 PM

I seem to be having some strange things happening here.

1. When I attempt to forward a pm to buddies, it doesn't quote the original message, thereby NOT forwarding the original message. It only includes the new data included in the compose box.

2. To work around problem #1, I have to forward to individuals, and when I do so, MY signature is removed and replaced by the receipiants signature....very wierd?

Anybody having these problems?

JJR512 07-09-2002 05:37 AM

[QUOTE]Originally posted by globalwin
anyone had this working on vB 2.2.6 because when i click the preview button it says invalid private message specified. FireFly, can you help?


All times are GMT. The time now is 11:29 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
  • Page Generation 0.01075 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete