vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Quick PM Reply Box for Private Messages (https://vborg.vbsupport.ru/showthread.php?t=59999)

Boofo 01-12-2004 11:41 PM

No problem. Problem is solved.

Kentaurus 01-13-2004 03:49 AM

If you installed the most recent version of the attachments in pm you will not have any problems, but if you installed it before this post was made then please go here: https://vborg.vbsupport.ru/showthrea...694#post461694 as you might have to make some code modifications.

Boofo 01-24-2004 02:58 AM

Erwin, with the Quick PM Reply hack installed this:

Quote:

Confirm Outstanding Receipt


no longer has the reciept recipient name before it. It looks like this now:

Quote:

has requested a read receipt - Confirm?
with no name at the beginning. It is the same way on here. Can this be fixed? ;)

Erwin 01-28-2004 09:50 AM

Quote:

Originally Posted by Boofo
Erwin, with the Quick PM Reply hack installed this:



no longer has the reciept recipient name before it. It looks like this now:


with no name at the beginning. It is the same way on here. Can this be fixed? ;)

I never noticed that. :) I am very busy with a new job at the moment, so when I find the time I will do it.

catocom2 02-07-2004 02:23 AM

This works great with RC4 too. :up:

Boofo 02-13-2004 06:40 AM

And fix yet for the

Confirm Outstanding Receipt

not showing the from username?

Erwin 02-13-2004 10:39 AM

I'm still trying to find time to upgrade my forums, as well as reorganize my forum categories. :) Sorry, I just got a new job which is extremely busy. I will get to it.

sharjah 02-18-2004 02:28 PM

Excellent work.

Installed.

Kentaurus 03-06-2004 09:19 PM

For the people that are using the attachments in private messages hack, if you want to add attachment support for the quick reply:

in Erwin's hack, look for this:

Code:

    $signaturechecked = iif($bbuserinfo['signature'] != '', HTML_CHECKED);
change it to
Code:

    $signaturechecked = iif($bbuserinfo['signature'] != '', HTML_CHECKED);
        $attachtypes = unserialize($datastore['attachmentcache']);
        $poststarttime = TIMENOW; 
        $posthash = md5($poststarttime . $bbuserinfo['userid'] . $bbuserinfo['salt']);
        $attachurl = "privateattachment=1";

        eval('$attachmentoption = "' . fetch_template('newpost_attachment') . '";');

You need the attachments in pm hack and this hack installed of course.

Wifey 03-15-2004 05:46 PM

Okay, I'm new to hacking in vB and I just installed this and it looks a little different from yours - instead of Post New Reply it says Send, but I'm pretty sure I did it right! I attached screencaps - ignore the ugly colors, I'm working on it ;)


All times are GMT. The time now is 05:31 PM.

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.01124 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_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