vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Moderators Functions - Moderation Auto-PM v3.0.1 (https://vborg.vbsupport.ru/showthread.php?t=192344)

tavarish 10-30-2008 08:12 PM

I have this activated, and i move posts and threads.. and users gets a pm that the post/thread was moved and the new link to the bin forum..

tavarish 10-31-2008 04:27 AM

Quote:

Originally Posted by Delphiprogrammi (Post 1656173)
PHP Code:

function check_recycle_bin()
 {
  if ((
$this->dest == $this->vbulletin->options['be_modpm_recyclebin']) AND ($this->item_type == 'thread') AND ($this->action == 'move'))
  {
   
$this->action 'delete';
  }
 } 

a thread move action to a "recyclebin forum" will appaer to the user like his thread whas deleted the pmed users will not know his thread still exists nor he / she will have have access to your recyclebin forum

Ah, ok i guess it works then, but could you make it for posts aswell?

Delphiprogrammi 10-31-2008 08:09 PM

Quote:

Originally Posted by misuzuu (Post 1656047)
If an user has disabled pms then you cant close a thread or anything, could you fix that please?

allthrough it worked fine on my testboard there is a codechange that might help vBulletin 3.7.x does no longer use $botpermissions['adminpermissions'] = 2; i will upload changes later

Delphiprogrammi 10-31-2008 08:12 PM

Quote:

Originally Posted by wito (Post 1656012)
There's a bug. You can't delete user's post when his PM box is full. (there's a notice that his box is full and post is not deleted).

that is not a bug actually

PHP Code:

die(print_r($pmdm->errors)); 

changed it a pm is always sended regardless if the system is disabled or the user pmbox is full

misuzuu 11-04-2008 02:42 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1656809)
allthrough it worked fine on my testboard there is a codechange that might help vBulletin 3.7.x does no longer use $botpermissions['adminpermissions'] = 2; i will upload changes later

thank you, this is the only thing stopping me from using it =3 since it doesnt work properly =| actually no pms are sent either

:(

raja811 11-06-2008 12:44 AM

thanks

anhpt 11-07-2008 05:49 AM

I always see this error:
Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_modpm.php on line 19
When user disable his PM funtion, I can't delete or edit his post/thread.

Delphiprogrammi 11-07-2008 09:17 AM

Quote:

Originally Posted by anhpt (Post 1661001)
I always see this error:
Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_modpm.php on line 19
When user disable his PM funtion, I can't delete or edit his post/thread.

the error about in_array() is known if you need to edit something temporarly disable the product for now an update which addresses the problem will come this afternoon

Forum Lover 11-07-2008 11:56 AM

Wish there is a option to send email too.

m0rk 11-07-2008 12:03 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1661056)
the error about in_array() is known if you need to edit something temporarly disable the product for now an update which addresses the problem will come this afternoon

Just got the update email - excellent work


All times are GMT. The time now is 01:07 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.01317 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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