vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - EZ Bounced Email Management for Admins (https://vborg.vbsupport.ru/showthread.php?t=138884)

djbaxter 02-22-2007 01:53 AM

Makes sense. Why is that a problem?

Nathan2006 02-22-2007 07:11 AM

Quote:

Originally Posted by Antivirus (Post 1186268)
Almqdad, did you upload the ezbounce.php file to your admincp directory?

Nathan, you could get the single link bouncecode back in your emails by altering the code as follows, but I would suggest changing it within the plugin for mail_send instead of doing it in the xml file (it's always safer to avoid editing xml plugins manually).

Try changing following:
PHP Code:

$bounceurl $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" $buser['userid'];
$bouncestring "<a href=\"$bounceurl\" target=\"_blank\">$bounceurl</a>"

to this:
PHP Code:

$bounceurl $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" $buser['userid'];
$bouncestring $bounceurl


Untested, but I think that'll do the trick for what you want.


Thanks Antivirus

that worked great :D

Antivirus 02-22-2007 07:46 PM

Quote:

Originally Posted by almqdad (Post 1188017)
have some body noticed this when members use the Contact Us link the ezbounce link
http://www.mysite.com/admincp/ezbounce.php?u=1
contains the admin user Id and not the member Id please check it up

the userid shown in the EZbounce url should be that of the email's original recipient. For instance, if you receive a bounced email which was sent to username BOB with userid 2339, then the EZbounce URL would look like the following:

http://www.mysite.com/admincp/ezbounce.php?u=2339

djbaxter 02-23-2007 12:48 AM

Quote:

the userid shown in the EZbounce url should be that of the email's original recipient
Yes, exactly. And if someone uses the "Contact us" form, the original recipient is the Admin, typically userid=1.

MikeWarner 02-26-2007 07:13 AM

Hi - good hack, but I have a few questions.

When I click the link in the bounced email, it comes up with the admincp and says "User whatever is being managed for bouncing emials". Is it possible to see a list of users that are being managed.

Also, the PM that tells them to change their email address creates an email which bounces.... I think this hack should include and option so that when you click that link, is dissables all 4 email setting for the user:

- Receive emails from admin
- Receive Email from Other Members
- Receive Email Notification of New Private Messages
- Default Thread Subscription Mode (set to "No email notification")

It would then be up to them to change them back once they update their email. This could be detailed in the PM.

Anyway - I hope future releases bring more functunality to what is potentially a great tool.

Thanks

Mike

rapsearch 02-26-2007 10:44 AM

Awsome... it always gave me headache when massmailing... thanks!!

Antivirus 02-27-2007 12:34 PM

Quote:

Originally Posted by MikeWarner (Post 1190935)
Is it possible to see a list of users that are being managed.

The script only manages 1 user each time you run it- the user which the bounced email was originally sent to

Quote:

Originally Posted by MikeWarner (Post 1190935)
I think this hack should include and option so that when you click that link, is dissables the other 3 email setting for the user:
- Receive Email from Other Members
- Receive Email Notification of New Private Messages
- Default Thread Subscription Mode (set to "No email notification")

Good suggestion, i'll look into it & possibly include in a future release

djbaxter 02-27-2007 01:53 PM

Quote:

Originally Posted by MikeWarner (Post 1190935)
Is it possible to see a list of users that are being managed.

If you create a new group for bounced users and select the option to send the user to that group when you click the EZ Bounce link, then you have a ready made list of everyone who has been bounced - access it from your Admin CP | Usergroups or with a custom SQL query.

MikeWarner 02-27-2007 02:51 PM

Can't do that as I'm using paid subscriptions and have problems enough with usergroups updating correctly once exiry occurs.

I've been going through manually turning off users email features for those with bouncing emails.

ludachris 02-28-2007 01:13 PM

Hey guys, is there any settings that would allow this hack to make the user account changes automatically? Without having to click on the link in the email header? The reason I ask is because I have a member who got moved to the specified usergroup and I didn't move them. I was wondering if it was done by this hack?


All times are GMT. The time now is 12:08 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.01932 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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