vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Auto PM to Thread Starter on Moderation (https://vborg.vbsupport.ru/showthread.php?t=69212)

SmartGnome 04-04-2005 10:41 AM

@Delphiprogrammi

Stupid me :dead: :dead:

Well it should be nice to read in the pm not "The thread is located at this URL DELETED" but "The thread is DELETED". Are conditionals possible in the message ??


When I move a posting I get this one:
Code:


Hi SmartGnome,

This message is to advise that your thread titled "Test 1" has been moved by SmartGnome.

The thread is located at this URL http://anita.adfs.nl/forum/showthread.php?t=10739

If you have any questions, you can ask an administrator for assistance

Sincerely,
The Anita's Lifestyle Board staff.

So it is not a clickable link :disappointed:

Anyway thanks for opening my eyes :ermm:

athoob 04-13-2005 03:51 PM

Hi

I got this error when I tried to instesrt the new quesries :ermm:


Quote:

SQL-query:

INSERT INTO `vb3_setting` ( `varname` , `grouptitle` , `value` , `defaultvalue` , `optioncode` , `displayorder` , `advanced` , `volatile` )
VALUES (

'modpmfrom', 'posting', '1', '1', '', 140, 0, 0
)
MySQL said:

#1062 - Duplicate entry 'modpmfrom' for key 1

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.lib.php on line 685

Marco van Herwaarden 04-13-2005 04:01 PM

Then you are trying to run that line twice.

athoob 04-13-2005 04:51 PM

Thank you so much, the hack is now installed but a strange thing happened

there is no subject and the pm is empty when it's send :surprised:

athoob 04-15-2005 12:40 AM

actually it sends no msg ,, just a link to the member's profile :/

Martin CX 04-27-2005 12:30 AM

Nice, but I would like the sender of the PM to be the same no matter what. Is this possible?

nnjj.net 05-02-2005 10:17 AM

good point Martin

mgurain 05-19-2005 05:00 PM

Hi,,
Perfect Hack Kall :squareeyed:

but I have some requests to be added to the new version of the hack :

1. The SENDER of the PM to be the Moderator who does the action.

2. an option to disable sending the PM by thread-base, i.e. in that time only I don't want the PM to be sent.

3. When I do the actions on MY THREADS no meaning for the PM to be sent to me !

4. which is an important one : to integrate this hack with Thanks Hack, where a PM will be sent when somebody thanks a user.

thanks,,

t-roz 05-20-2005 09:58 AM

how can i remove this hack????

cuz i got moderation problems!!!

nnjj.net 05-22-2005 01:44 PM

is it working on 3.7 and I need to be sending email not PM
is it possible?

mgurain 05-25-2005 07:18 AM

Quote:

1. The SENDER of the PM to be the Moderator who does the action.

2. an option to disable sending the PM by thread-base, i.e. in that time only I don't want the PM to be sent.

3. When I do the actions on MY THREADS no meaning for the PM to be sent to me !

4. which is an important one : to integrate this hack with Thanks Hack, where a PM will be sent when somebody thanks a user.
any advancement ?

kall 05-25-2005 08:48 AM

Quote:

Originally Posted by mgurain
any advancement ?

Nope.

t-roz 05-26-2005 02:03 AM

Quote:

Originally Posted by t-roz
how can i remove this hack????

cuz i got moderation problems!!!

nobody knows how to remove it???

how can i remove the tables that i added to the database????

Polo 05-26-2005 01:50 PM

Executing the SQL Query for those table and deleting them using the admincp....

t-roz 05-26-2005 05:00 PM

Quote:

Originally Posted by Polo
Executing the SQL Query for those table and deleting them using the admincp....


which tables do i have to remove???

what are there names??

nnjj.net 05-28-2005 06:17 AM

Quote:

Originally Posted by nnjj.net
is it working on 3.7 and I need to be sending email not PM
is it possible?


any idea :tired:

t-roz 05-29-2005 01:17 AM

please

how can i remoove these tables????

or tell me how can i remove this hack???

kall 05-29-2005 01:31 AM

My hack didn't create any tables.

It added some entries to existing ones.

To remove an entry, phpmyadmin is a useful tool, otherwise you can run a query that is the reverse of the one that put them there.

Or, restore the backup you made of your database.

You *did* backup your database before installing this, yes?

This hack clearly states that there are database changes, and you should always backup your satabase before making changes.

t-roz 05-29-2005 04:14 AM

Quote:

Originally Posted by kall
My hack didn't create any tables.

It added some entries to existing ones.

To remove an entry, phpmyadmin is a useful tool, otherwise you can run a query that is the reverse of the one that put them there.

Or, restore the backup you made of your database.

You *did* backup your database before installing this, yes?

This hack clearly states that there are database changes, and you should always backup your satabase before making changes.

thanx for your support but how can i delete these entries or run a query that is the reverse of the one that put them there

cause i forgot to take a backup of my data base :disappointed: :disappointed:

mgurain 06-02-2005 12:54 PM

Quote:

Originally Posted by mgurain
Hi,,
Perfect Hack Kall :squareeyed:

but I have some requests to be added to the new version of the hack :

1. The SENDER of the PM to be the Moderator who does the action.

2. an option to disable sending the PM by thread-base, i.e. in that time only I don't want the PM to be sent.

3. When I do the actions on MY THREADS no meaning for the PM to be sent to me !

4. which is an important one : to integrate this hack with Thanks Hack, where a PM will be sent when somebody thanks a user.

thanks,,

any advancement kall ?

smdani 06-10-2005 06:26 AM

The idea is really good, a hack like this would must be included in next release.

t-roz 06-10-2005 06:28 PM

how can i delete these entries or run a query that is the reverse of the one that put them there

kall 06-10-2005 09:59 PM

Quote:

Originally Posted by t-roz
how can i delete these entries or run a query that is the reverse of the one that put them there

1. Restore the backup you made of your database prior to installing this hack.

or:
2. Learn mysql. It's not hard to work out what the reverse of ADD or CREATE are.

or:
3. Go through your database table by table, row by row, and delete anything that matches the entries you made when installing.

paul41598 09-08-2005 05:51 PM

is there any way to add the varable $forum to it, so when it PM's the author it says, your thread has been moved to "x forum" as well as giving a thread URL.?

Private 09-09-2005 06:27 AM

Really great hack

but i think it's missing 2 important things
1- when the mod do an action (like closing), there should be a place to put the reason of that action to include it in the PM.
2- the ability of "not" sending a PM everytime i do an action, i mean like putting check box to inform sending or not.

i think that would be a good mods to ur hack if u did it

thank u
Private

kud0gfx 08-09-2008 09:13 AM

does it rules in 3.7.2?

pnosko31 08-31-2008 08:17 AM

I'd have to say no since the postings.php file doesn't have some of the code he states in the instructions

barcena 09-27-2008 10:46 PM

Can this mod be updated to version 3.7? The one in use for our forum version is only useful for Theads deletion not for posts, moving, etc, this one is more completed.

This is a great hack, can someone work on it so we can have it on 3.7 ?

Delphiprogrammi 09-30-2008 07:29 PM

Quote:

Originally Posted by barcena (Post 1631900)
Can this mod be updated to version 3.7? The one in use for our forum version is only useful for Theads deletion not for posts, moving, etc, this one is more completed.

This is a great hack, can someone work on it so we can have it on 3.7 ?

https://vborg.vbsupport.ru/showthread.php?t=192344


All times are GMT. The time now is 02:44 AM.

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.01351 seconds
  • Memory Usage 1,781KB
  • 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
  • (1)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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