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)

sheryjutt 11-30-2008 12:45 AM

wowwww that's good ;)
Nominated ;))

_________________

it's 1000000000000 % fit for my Forum

Delphiprogrammi 12-04-2008 04:08 PM

Quote:

Originally Posted by TheInsaneManiac (Post 1675268)
That defeats the purpose. I want it to send a psychical deletion message, but I don't want it to send a psychical deletion message when it was already soft deleted. Do you understand what I am saying?

yes you do not want the "duplicate" pm's but that's hard to implement there is no way for the system to "remember" wheter it issued a soft or hard delete (not as far as i know) althrough something might be possible with the deletetype variable vBulletin uses

Scandal 12-13-2008 03:39 PM

Great addon!
BUT... my site's language is greek (ISO 8859-7) and I have a problem with the charset.
The field "Reason" is writing in greek language and on the auto-pm does not appear correctly. :(:(

How could I change the charset for this mod? (I think that from "default" it is ISO 8859-1)

Hornstar 12-15-2008 10:46 PM

awesome. installed and working good, will let you know if anything comes up.

Hornstar 12-15-2008 11:51 PM

Major bug:

When trying to close a thread or edit a thread it gives me an error saying unable to save thread or edit thread in this forum. disabled the product and my site works again.

Delphiprogrammi 12-16-2008 02:10 PM

Quote:

Originally Posted by philos2 (Post 1684585)
Great addon!
BUT... my site's language is greek (ISO 8859-7) and I have a problem with the charset.
The field "Reason" is writing in greek language and on the auto-pm does not appear correctly. :(:(

How could I change the charset for this mod? (I think that from "default" it is ISO 8859-1)

yes i think default is iso 8859-1 but i have no idea howto change it however in the language manager are settings maybe it can be changed from there (not full sure)

Delphiprogrammi 12-16-2008 02:11 PM

Quote:

Originally Posted by hornstar1337 (Post 1686262)
Major bug:

When trying to close a thread or edit a thread it gives me an error saying unable to save thread or edit thread in this forum. disabled the product and my site works again.

i will have to test this on my testbord

WNxWakko 12-16-2008 02:40 PM

Is this an update from Moderation Auto-PM Version 2.0.1 by Alan @ CIT ??
https://vborg.vbsupport.ru/showthread.php?t=115677

I ask because it seems to have different files and such. The settings in the AdminCP are very different from one another. The title would suggest this is a port or upgrade but it doesnt seem to be the same mod by looking at it.

Ekshi 12-16-2008 07:58 PM

Hi,

This mod didn't worked in my forum. When I try to delete a post/thread, it says "this forum cannot contain threads or it is a link please choose another forum." (when mod is enabled)

Can anyone help me?

Hornstar 12-17-2008 08:32 PM

Glad im not the only one with the problem then. That same problem is happening to me. solution: disable it until the coder finds one.

Cars2007 12-19-2008 11:41 PM

Same here. This is the code that does it, in class_modpm_checker.php:
Code:

                        $newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
                        if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
                        {
                                eval(standard_error(fetch_error('error_modpm_badforum')));
                        }


Delphiprogrammi 12-21-2008 04:48 PM

Quote:

Originally Posted by WNxWakko (Post 1686686)
Is this an update from Moderation Auto-PM Version 2.0.1 by Alan @ CIT ??
https://vborg.vbsupport.ru/showthread.php?t=115677

I ask because it seems to have different files and such. The settings in the AdminCP are very different from one another. The title would suggest this is a port or upgrade but it doesnt seem to be the same mod by looking at it.

yes correct that mod gave me the "ideas" nothing special here just updated code to make sure it works

Delphiprogrammi 12-21-2008 04:50 PM

Quote:

Originally Posted by Ekshi (Post 1686915)
Hi,

This mod didn't worked in my forum. When I try to delete a post/thread, it says "this forum cannot contain threads or it is a link please choose another forum." (when mod is enabled)

Can anyone help me?

damn it that doesn't work as i intended :o

Sawa Dee SohL 12-22-2008 01:08 AM

When they say thread started, does that mean it only works for the actual thread starting post, or does it work for a post 5 replies down?

Also, is there a way to make it so one the post is moderated, it's deleted/custom message is inputed?

Delphiprogrammi 12-22-2008 10:00 AM

Quote:

Originally Posted by Cars2007 (Post 1689221)
Same here. This is the code that does it, in class_modpm_checker.php:
Code:

            $newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
            if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
            {
                eval(standard_error(fetch_error('error_modpm_badforum')));
            }


checked and working fine on my testboard (without errors) the only reason i can come up with is that my testboard is a vBulletin 3.8.0 RC 1

Delphiprogrammi 12-22-2008 10:02 AM

Quote:

Originally Posted by Sawa Dee SohL (Post 1690752)
When they say thread started, does that mean it only works for the actual thread starting post, or does it work for a post 5 replies down?

Also, is there a way to make it so one the post is moderated, it's deleted/custom message is inputed?

it works in any thread / post

if you delete a thread / post you can make use of the 'reason' field and if provided it will show up in the pm

viper357 12-22-2008 10:45 AM

Will this work on 3.6.12 ?

Sawa Dee SohL 12-22-2008 01:56 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1690967)
it works in any thread / post

if you delete a thread / post you can make use of the 'reason' field and if provided it will show up in the pm


Sorry I wasn't very clear. What I ment was the message that is being deleted (for being moderated) - on the actual post, can the message be changed (the user's message) - to display something new.

Such as 'This message was removed by the Staff' - Not only in PM - but it now shows, for what their message was. So the users see it was deleted/handled

erateinow 12-27-2008 01:32 PM

nice work ! thank you :)

ehsanix 12-27-2008 06:04 PM

excellent ! thank u :)

franzis 12-28-2008 06:28 PM

Can we all functions via thread ID exclude?
Exclude the function is so limited operational, is not it?

This will only obtain the following:
If a thread in one of the forums in this list will be moved or from one of these forums is removed, the user is sent to PN NO.

I need the opportunity to host all functions in some threads ruled out.

Would be nice if I could be there to help :)

Otherwise, a super-addon, thank you!

Install and nominate!!

LG Franzis


edit:
With the permission of Delphiprogrammi I German Sprackpakete attached!

gullim 01-02-2009 06:05 PM

Hi delphiprogrammi,

very nice Hack but this Hack doesn't work without errors. I get the following error, when i try to moderate a thread (for example: open/close, delete....)

Quote:

This forum cannot contain threads or it is a link please choose another forum.
I use the actual Version of vBulletin (3.7.4 newest Patchlevel).

This error concerns only Threads, which are older than the Installation-Date of the Hack. I checked it with new threads and the hack works without errors. So only the old threads are concerns.

Can you fix this problems? This would be very nice :)

I wish you a great weekend.

Regards,
Joe

Delphiprogrammi 01-02-2009 06:48 PM

Quote:

Originally Posted by gullim (Post 1699518)
This error concerns only Threads, which are older than the Installation-Date of the Hack. I checked it with new threads and the hack works without errors. So only the old threads are concerns.

users reported this before but you mentioned it only effects older threads that could be why i marked it as "unable to reproduce" i will check right now

gullim 01-02-2009 07:00 PM

Thank you for your very fast answer :) I hope, you can reproduce this bug :)

Delphiprogrammi 01-03-2009 03:21 PM

hi folks,

open "includes/class_modpm_checker.php" and find

PHP Code:

$newforuminfo fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
   if (!
$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
   {
    eval(
standard_error(fetch_error('error_modpm_badforum')));
   } 

next comment this block of PHP code like this

PHP Code:

/*$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
   if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
   {
    eval(standard_error(fetch_error('error_modpm_badforum')));
   }*/ 

now try again to see if the error message disapperd

gullim 01-04-2009 04:23 PM

Hi Delphiprogrammi,

thank you for your support! The Plugin works now without errors :)

I've got a feature request for this plugin: I can except some Boards from the Moderation Auto-PM. This feature works fine for threads, but not for postings :( The system sends a private message to the user when i move only the posting of this user in an excluded board. In this private message is the full thread title displayed. I move spam or vulgar postings in a hidden trash board, some miserable users have got a own thread, when i try to move a posting in this thread, this user get a private message with the full thread-title!
Is it possible, that when I exclude a board, only the name of board is displayed, and not the full thread-title with a link.
Can you fix this?

mahakala 01-09-2009 03:40 PM

hi there,

(how) is it possible to inform every user who has posted in a moved/deleted thread about the action?

regards,
thomas

Delphiprogrammi 01-13-2009 03:46 PM

Quote:

Originally Posted by gullim (Post 1701472)
Hi Delphiprogrammi,

thank you for your support! The Plugin works now without errors :)

I've got a feature request for this plugin: I can except some Boards from the Moderation Auto-PM. This feature works fine for threads, but not for postings :( The system sends a private message to the user when i move only the posting of this user in an excluded board. In this private message is the full thread title displayed. I move spam or vulgar postings in a hidden trash board, some miserable users have got a own thread, when i try to move a posting in this thread, this user get a private message with the full thread-title!
Is it possible, that when I exclude a board, only the name of board is displayed, and not the full thread-title with a link.
Can you fix this?


this is possible by editing the corrosponding phrases

Delphiprogrammi 01-13-2009 03:47 PM

Quote:

Originally Posted by mahakala (Post 1706437)
hi there,

(how) is it possible to inform every user who has posted in a moved/deleted thread about the action?

regards,
thomas

impossible and a bad idea to you do not want to overload your board by sending pm's to 100 of users do you ?

el-q6ri 01-14-2009 12:38 PM

I try to make it work but it didnt work in vb 375

davoodblack 01-15-2009 01:18 AM

very Thanks for this Great Hacks....i always dream about have this................

but i upgrade my vb t 3.8... its work on vb 3.8 or not?

davoodblack 01-15-2009 01:20 AM

very very thanks for this great hack................

jeefo 01-15-2009 10:29 PM

installed ,,
then I've deleted one of my topics... >>> no thing happened

my Version is 3.8.0

thanks at all..

Delphiprogrammi 01-17-2009 11:40 AM

Quote:

Originally Posted by jeefo (Post 1713949)
installed ,,
then I've deleted one of my topics... >>> no thing happened

my Version is 3.8.0

thanks at all..

offcourse not what's the use of sending a pm to yourself ? you need to test with two different accounts.If the poster from the post you are trying to delete is the same person as the moderator trying to delete no pm's will be sended at all

el-q6ri 01-17-2009 12:26 PM

I install it and after installing it i move one of the user topec to another form but I he didnt get any thing

jeefo 01-17-2009 12:55 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1715629)
offcourse not what's the use of sending a pm to yourself ? you need to test with two different accounts.If the poster from the post you are trying to delete is the same person as the moderator trying to delete no pm's will be sended at all

ohhh :o
that's really great
now i test it like you said and it's working perfectly ,,
Nominated ;)

f4vn 01-17-2009 08:37 PM

Does it work well with this mod vBRecycle / Moderation Auto-PM Bridge ?

Nadeemjp 01-19-2009 06:50 AM

this is a wonderful modification.
i was just wondering if it is possible to launch this officially in 3.8 as well so that i dont have to come in here again.

it is working though with 3.8 @ my forums.

mahakala 01-19-2009 07:12 AM

Quote:

Originally Posted by Delphiprogrammi (Post 1711075)
impossible and a bad idea to you do not want to overload your board by sending pm's to 100 of users do you ?

i think it's not very often, that 100 users are writing in the same thread.

i just asked, if it's possible and you could do that. - and - if your 100 users have instant email notification on thread changes, the server is working much more than for the pm's. so it seems to be possible, no? ;)

Nightmare-GameZ 01-26-2009 05:09 PM

Just tested it and this is exactly the mod i wasnt looking for but the one i wanted. lol xD

Anyways, i made rules for my mods to PM the users whenever they get their posts moved, edited and other stuff so that they know what happened and what not.

This mod just makes that a whole lot easier. Thanx!

Oh almost forgot. Istalled. xD


All times are GMT. The time now is 06:05 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.01599 seconds
  • Memory Usage 1,840KB
  • 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
  • (15)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
  • (40)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