vb.org Archive

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

Sworm 03-03-2010 05:41 PM

Quote:

Originally Posted by archet1337 (Post 1996102)
Nice mod but I get this error:

Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: qpipm_quote in [path]/includes/functions.php on line 3932

Same error for me!! Only disable for the moment, waiting a fix.

Makc666 03-04-2010 08:39 AM

Quote:

Originally Posted by archet1337 (Post 1996102)
Nice mod but I get this error:

Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: qpipm_quote in [path]/includes/functions.php on line 3932

Quote:

Originally Posted by Sworm (Post 1996262)
Same error for me!! Only disable for the moment, waiting a fix.

Get a new one, please! :cool:

v4.0.104 - 04.03.2010
- New option "Trim Post's Text"
- Fixed PHP Warning: fetch_template() calls should be replaced by the vB_Template class.
- Fixed PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array
- Old variables for template "qpipm_quote" replaced by new variables: "{vb:raw qpipm_originalposterandpostid}", "{vb:raw qpipm_originalposter}", "{vb:raw qpipm_originalpostid}" and "{vb:raw qpipm_pagetext}"
- Added one new phrase
- Updated some phrases

Quote:

Originally Posted by ChopSuey (Post 1996112)
@Coder replace the fetch(templatename) with fetch(vB_Template)

Good luck.

I know this one. I just forgot to update that code.
Fixed now!
Thanks for your comment! :)

darren1981 03-04-2010 10:40 AM

Very impressive :)

Sunka 04-11-2010 11:11 PM

Installed!

iadventure 04-21-2010 06:29 PM

can I get the 4.01 version?

Makc666 04-23-2010 08:27 AM

Quote:

Originally Posted by iadventure (Post 2025040)
can I get the 4.01 version?

I can't understand your question.

vBulletin prior to version 4.0.2 has some bugs which don't allow this product (and some others) to work.

ChopSuey 05-21-2010 02:04 AM

Can you make a version without template edits? Thanks.

Vitaly 09-30-2010 07:44 AM

Because of wrong variable use, this mod crash nicks in threads sometime.

in hook postbit_display_complete

Find all
Code:

htmlspecialchars(\'' . "$post[username]" . '\'))
Replace for
Code:

htmlspecialchars($memberinfo[username]))

Makc666 10-18-2010 09:14 AM

Updated

v4.0.105 - 18.10.2010
- Fixed plugin "Quote Post in PM (1)" (Thanks to Vitaly - post #2104969) - could affect some forums if "Update Postbit Automatically" was not used (set to "No")
- Replaced deprecated function split() with explode() function
- Updated template "qpipm_menu" to watch changes in latest revision of template "memberaction_dropdown"

Quote:

Originally Posted by ChopSuey (Post 2040927)
Can you make a version without template edits? Thanks.

This Modification is Auto-Template version.

You can use Manual-Template option in this Modification if you want to edit your templates manually if they are heavy modified.

Quote:

Originally Posted by Vitaly (Post 2104969)
Because of wrong variable use, this mod crash nicks in threads sometime.

in hook postbit_display_complete
...

Thanks, Vitaly!

I have replaced:
Code:

htmlspecialchars(\'' . "$post[username]" . '\')
with:
Code:

htmlspecialchars(\' . $memberinfo[\'username\'] . \')

Hippy 10-18-2010 06:50 PM

thanks for the great mod Makc666.
I am going to instlall this later tonight
can't believe I missed this mod..


All times are GMT. The time now is 05:01 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.01312 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
  • (6)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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