vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - Quote Post in PM (https://vborg.vbsupport.ru/showthread.php?t=151163)

Dannyloski 08-01-2007 03:43 PM

Awesome, installed/upgraded to v1.0.1 as I am running vB 3.6.8 :up:

Nathan2006 08-02-2007 04:35 PM

Thank you Maxim

Install

Analogpoint 09-13-2007 02:54 AM

I've installed this, and I like it quite a bit. Just one minor adjustment is due. The phrase qpipm_quote_post_in_pm should be adjusted to allow for translating. Not all languages are going to put the username at the end of the sentence, so the phrase should be:

Quote:

"Quote this post in a PM to {1}"
Instead of

Quote:

"Quote this post in a PM to"

And close the <phrase> tag in the template:

From this:

Code:

        <if condition="$show['pmlink']">
                <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]&amp;postid=$post[postid]"><phrase 1="$post[username]">$vbphrase[qpipm_quote_post_in_pm] $post[username]</a></td></tr>
        </if>

To this:

Code:

        <if condition="$show['pmlink']">
                <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]&amp;postid=$post[postid]"><phrase 1="$post[username]">$vbphrase[qpipm_quote_post_in_pm]</phrase></a></td></tr>
        </if>

And maybe I've got OCD, but I'd rather see you use $vbphrase[reply_prefix] instead of creating two new phrases qpipm_re_post and qpipm_re_thread.

Atakan KOC 09-13-2007 04:43 AM

Great Thanks!

Limebean 09-15-2007 03:13 PM

Very handy..espcially for pointing out post infractions to bad member!

ETDC 09-15-2007 04:04 PM

Easy to install, thanks. :)

Makc666 09-17-2007 08:00 AM

Quote:

Originally Posted by Analogpoint (Post 1338061)
I've installed this, and I like it quite a bit. Just one minor adjustment is due. The phrase qpipm_quote_post_in_pm should be adjusted to allow for translating. Not all languages are going to put the username at the end of the sentence, so the phrase should be:

Fixed this one.
Thanks.

Quote:

Originally Posted by Analogpoint (Post 1338061)
And maybe I've got OCD, but I'd rather see you use $vbphrase[reply_prefix] instead of creating two new phrases qpipm_re_post and qpipm_re_thread.

No. I made two new phrases "qpipm_re_post" and "qpipm_re_thread" specially. As, for example, I want to see different PMs' titles for quoted posts (threads) with titles and quoted posts without titles.

ETDC 09-17-2007 03:22 PM

Err, do I need to reinstall this now? :)

Makc666 09-19-2007 08:50 PM

Quote:

Originally Posted by ETDC (Post 1340904)
Err, do I need to reinstall this now? :)

I suggest you to install 1.0.2 over 1.0.1.
If you use not only English on your forums you will have to update phrase "qpipm_quote_post_in_pm".

JadedSouls 09-19-2007 09:23 PM

I think this will come in handy for me and my site!
thank you :)


All times are GMT. The time now is 07:36 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.01097 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)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