vb.org Archive

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

Makc666 03-04-2010 09:21 AM

v3.8.107 - 04.03.2010
- New option "Trim Post's Text"
- Added check that option "Replace URL "Private Message" will only work if the option "Update Popup Menu Automatically" is disabled!
- Added one new phrase
- Updated some phrases

Jah-Hools 12-14-2011 08:32 AM

My members want PM notification when their post text has been quoted by another member - will this mod do this?

(sorry if I haven't understood the description properly)

Thanks in advance!

career 12-14-2011 12:51 PM

Quote:

Originally Posted by Jah-Hools (Post 2277636)
My members want PM notification when their post text has been quoted by another member - will this mod do this?

This mod doesn't have such feature.

volodja 02-05-2012 06:13 PM

Hello, Maksim. Great mod! Can you suggest where I should put the link to my own button?

wangyu1314 01-13-2016 02:37 PM

thank you,it is work fine in vb3.6.8.
but I have modified it as same as vb.org.

Makc666 01-26-2016 04:51 PM

Quote:

Originally Posted by volodja (Post 2296516)
Hello, Maksim. Great mod! Can you suggest where I should put the link to my own button?

Sorry for such long reply.

You have to modify the template:
qpipm_postbit
HTML Code:

<if condition="$show['pmlink']">
                        <a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]&amp;postid=$post[postid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="<phrase 1="$post[username]">$vbphrase[qpipm_quote_post_in_pm_postbit]</phrase>" border="0" /></a>
                </if>

Look for this code to change the path to the image.
HTML Code:

img src="$stylevar[imgdir_button]/sendtofriend.gif"
Pay attention that $stylevar[imgdir_button] leads to the default directory with the buttons of your Style directory.


Quote:

Originally Posted by wangyu1314 (Post 2562583)
thank you,it is work fine in vb3.6.8.
but I have modified it as same as vb.org.

You are welcome!

TTayfun 12-20-2017 06:20 PM

you can use with 3.8.11 with php 7

open xml files and find split, change with explode, than you can use again healthly.

thanks again..

Makc666 12-24-2017 04:55 PM

Quote:

Originally Posted by TTayfun (Post 2591720)
you can use with 3.8.11 with php 7

open xml files and find split, change with explode, than you can use again healthly.

thanks again..

Thank you, TTayfun!

split function ( http://php.net/manual/en/function.split.php ) was DEPRECATED in PHP 5.3.0, and REMOVED in PHP 7.0.0.

I didn't thing I will make changes for this one in original package.

I need time to test this one with explode function ( http://php.net/manual/en/function.explode.php ) and may be I will release it as a separate zip pack for PHP 7+.

Thank you one more time!

TTayfun 12-24-2017 06:56 PM

Quote:

Originally Posted by Makc666 (Post 2591813)
Thank you, TTayfun!

split function ( http://php.net/manual/en/function.split.php ) was DEPRECATED in PHP 5.3.0, and REMOVED in PHP 7.0.0.

I didn't thing I will make changes for this one in original package.

I need time to test this one with explode function ( http://php.net/manual/en/function.explode.php ) and may be I will release it as a separate zip pack for PHP 7+.

Thank you one more time!

Thank you for support your mod Makc666, great hack :up:


All times are GMT. The time now is 01:40 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.01186 seconds
  • Memory Usage 1,740KB
  • 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_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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