vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PM Auto Reply (https://vborg.vbsupport.ru/showthread.php?t=116325)

Konstantinos 07-14-2008 12:42 PM

Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3743 in 3.6.10 in editoptions page

MerchantMilan 11-11-2008 02:00 PM

Quote:

Originally Posted by ZexTasy (Post 1570767)
Post.

Thank you so much! This mod works perfectly in 3.7.3 with your changes.

MikesSite 03-11-2009 01:56 AM

Quote:

Originally Posted by ZexTasy (Post 1570767)
@smooth-c

To fix the errormessage, apply the following changes to the product xml file:

In the product xml-file find:
PHP Code:

$repm->pre_save();
$re_errors array_merge($re_errors$repm->errors); 

Write this between those two lines:
PHP Code:

$re_errors = array(); 

So that it becomes:
PHP Code:

$repm->pre_save();
$re_errors = array();
$re_errors array_merge($re_errors$repm->errors); 

In the product xml-file find:
PHP Code:

$repm->pre_save();
$fw_errors array_merge($fw_errors$repm->errors); 

Write this between those two lines:
PHP Code:

$fw_errors = array(); 

So that it becomes:
PHP Code:

$repm->pre_save();
$fw_errors = array();
$fw_errors array_merge($fw_errors$repm->errors); 

After that just import the product again with overwrite.

Alternatively you could also edit the plugin directly in the plugin-manager, edit the plugin Send the Auto-Reply with hook location private_insertpm_complete and do the changes mentioned above directly in there, but personally I like to have a correct xml plugin file available to import again if necessary! ;)

Good luck!

- ZexTasy

This also works in 3.8. Thanks!

MikesSite 03-22-2009 07:57 PM

I was wondering if there's a way to add $pmautoreply_option onto a custom page I have built to avoid adding to modifyoptions. I would like to create a page with just this on there.

http://img149.imageshack.us/img149/5...toowide7ry.png

Thanks.

MikesSite 09-14-2009 09:49 PM

Forced to uninstall. THIS WILL MESS UP YOUR 3.8 FORUM!!!

pigsy 10-13-2009 06:45 PM

can anyone else confirm/deny how this works on 3.8? Is there an alternative?

MikesSite 10-13-2009 06:51 PM

This does not work on 3.8

BigBass 11-05-2009 10:02 AM

anybody know if this will work with vb 3.8

rfsforums 08-21-2010 12:41 AM

any plans to port this to 4.x ? I really would like to have this.
Thanks!


All times are GMT. The time now is 10:09 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.01101 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (2)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