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)

specktra.net 06-13-2006 06:22 PM

Quote:

Originally Posted by Stangsta
Still having same problem :(

As am I. /disables until we can get this resolved :(

freedom2support 06-13-2006 08:56 PM

Quote:

Originally Posted by Smiry Kin's
it maybe a little big, but still looks ok, it doesnt make the outside table any bigger.

also the name functiion works perfect.

Yeah the display thing is only very minor, but I thought I'd point it out.

I don't think the {name} variable is right (going by the description in the user options of what it is meant to do). Logically the replacement variables are for showing things in the message that can change, like the from and to dates which you might change as you are away at different times. There isn't really much point in having a variable which just displays your username, since your username would hardly ever change (if ever at all). The example plugin output in this post further up shows that {name} is being replaced by the sender of the auto-reply (the user who has the auto-reply setup for PMs they receive) and not the name of the auto-reply recipient (the person who sends a PM and gets an auto-reply back).

Hellcat 06-13-2006 10:29 PM

{name} is replaced by the name of the user that has sent you the original PM, or in other terms, with the name of the reciever of the auto-reply.

Ex:
UserA sends UserB a PM, UserB has autoreply enabled -> {name} = UserA

At least that's how it's supposed to be, anything else I will check and fix, since it's a bug then. :)

Nathan2006 06-14-2006 06:45 AM

Quote:

Originally Posted by Hellcat
{name} is replaced by the name of the user that has sent you the original PM, or in other terms, with the name of the reciever of the auto-reply.

Ex:
UserA sends UserB a PM, UserB has autoreply enabled -> {name} = UserA

At least that's how it's supposed to be, anything else I will check and fix, since it's a bug then. :)


Hi,

As in my post above, The {to} and {from} don't work the only thing that does work is {name} but this only works as your user name as from not too.

This is the only one that works for me if setup like this:

Quote:

Hi,

Thank you for your message.

I will get back to you shortly,

Regards,
{name}
If adding anything Hi {to} or Hi {from} they only leave a blank space and will not show the senders user name :(

I have tried this on alot of other user accounts with no luck :(

klaush 06-14-2006 07:05 AM

Quote:

Originally Posted by Hellcat
I actually like that idea :) and I could be quite easiely be done, I think....
[high]* Hellcat puts on ToDo[/high]

Thanks!

Hellcat 06-14-2006 07:18 AM

Quote:

Originally Posted by Nathan2006
If adding anything Hi {to} or Hi {from} they only leave a blank space and will not show the senders user name :(

I have tried this on alot of other user accounts with no luck :(

{to} and {from} is for the date display, if you have not entered a date, of course they will be empty ;)

I'll check the {name} thing....

Ramsesx 06-14-2006 11:51 AM

Very nice hack Hellcat, thank you.
Is it possible to make a setting in the acp for enabling/disabling the date settings? I don't find it usefull and think it's only to much confusing for the default user, especially who really knows whats a "PHP recognizable format" is.

Thanks.

Strat 06-14-2006 01:55 PM

I can't find, for the life of me, the options to type in the msg. Any idea?

Hellcat 06-14-2006 03:32 PM

Quote:

Originally Posted by Ramsesx
Very nice hack Hellcat, thank you.
Is it possible to make a setting in the acp for enabling/disabling the date settings? I don't find it usefull and think it's only to much confusing for the default user, especially who really knows whats a "PHP recognizable format" is.

Thanks.

That can be done, yes :)
[high]* Hellcat puts on ToDo
[/high]


Quote:

Originally Posted by Strat
I can't find, for the life of me, the options to type in the msg. Any idea?

In "Edit Options", right under "Enable Autoresponder"?

Did you edit the template?

Strat 06-14-2006 08:02 PM

My mistake. I thought this was something I'd have to type inside a box in the Admin Options. Instead, it's part of regular users' Control Panel.

freedom2support 06-14-2006 09:41 PM

Quote:

Originally Posted by Hellcat
{name} is replaced by the name of the user that has sent you the original PM, or in other terms, with the name of the reciever of the auto-reply.

Ex:
UserA sends UserB a PM, UserB has autoreply enabled -> {name} = UserA

At least that's how it's supposed to be, anything else I will check and fix, since it's a bug then. :)

Currently in the code {name} is being replaced with the value of $recipient, which is the name of one of the recipients in the $recipients array. So in your example, currently {name} would be replaced with UserB as UserB is one of the recipients of UserA's PM, and so is the value in the $recipients array. {name} needs to be replaced with $vbulletin->userinfo['username'] (the username of the person who would receive the auto-reply, who is the currently logged in user sending the PM which triggers the auto-reply).

Nathan2006 06-14-2006 11:14 PM

Quote:

Originally Posted by Hellcat
{to} and {from} is for the date display, if you have not entered a date, of course they will be empty ;)

I'll check the {name} thing....

Thanks Hellcat :)

Hellcat 06-16-2006 04:11 PM

UPDATE :)

- Fixed the {name} replacement bug
- Added optional receiver of automatically forwarded PM (the original PM sent can be forwarded to a third person)

bada_bing 06-16-2006 04:44 PM

HOw do you upgrade? Do you just re-import the plugin ?

Hellcat 06-16-2006 05:08 PM

Yep.
Just reimport with "allow overwrite".

bada_bing 06-16-2006 05:39 PM

Quote:

Originally Posted by Hellcat
Remove everything from the excluded groups setting in the AdminCP and try again.
There's a bug with that I still need to fix.

Report if it's showing up then, if not wee look for other causes :)

Does the new version now work with 3.5.3 since there was a bug with the prior version

bada_bing 06-16-2006 05:47 PM

If I dont have anything in the ecxluded then the option shows in the user options but if you put an exclude group id then thats when the option no longer shows

Hellcat 06-16-2006 07:29 PM

What bug was/is there with 3.5.3?

//

I'll re-write the excluding thing, any missbehaviours with it should be gone then....

bada_bing 06-16-2006 10:24 PM

Quote:

Originally Posted by Hellcat
What bug was/is there with 3.5.3?

//

I'll re-write the excluding thing, any missbehaviours with it should be gone then....

Cool any idea when? I will keep this hack installed for a few if your going to fix the 3.5.3 issues?

klaush 06-17-2006 03:49 AM

Quote:

Originally Posted by Hellcat
UPDATE :)

- Fixed the {name} replacement bug
- Added optional receiver of automatically forwarded PM (the original PM sent can be forwarded to a third person)

Yipi!:-) Thanks and works!

bada_bing 06-17-2006 07:16 PM

Quote:

Originally Posted by bada_bing
Cool any idea when? I will keep this hack installed for a few if your going to fix the 3.5.3 issues?

Any fix to this?

vau7 06-19-2006 03:32 AM

I have an Idea, and i would be so glad if i had this feature that i'd pay for that:

It would be great if the Auto-Pm only will be send if an, in options, predefined PM-Title is given.
e.G.: I set up in the options the Title "Please gimme", the Auto-Pm only will be send if an PM arrives with that title.

Would it be possible?

bada_bing 06-19-2006 12:04 PM

Any updates from the author of this hack?

vau7 06-20-2006 04:17 AM

Or another Idea: If you had an Option where just the first PM you get, will be answered by the PM-Reply-Machine. That would be very usefell and make much sense.

Nathan2006 06-20-2006 04:22 AM

Quote:

Originally Posted by vau7
Or another Idea: If you had an Option where just the first PM you get, will be answered by the PM-Reply-Machine. That would be very usefell and make much sense.

Me too :) I know when I send one of my mods a pm and we are sending them back and too and it drives me mad lol

bada_bing 06-20-2006 11:45 AM

Hellcat .

Are you going to step in and start helping out here with this hack?

serhat_kk 06-22-2006 10:18 PM

Good work. Thanks.

bada_bing 06-23-2006 01:53 AM

Quote:

Originally Posted by bada_bing
Any fix to this?

Any fix to this? I have unistalled this hack from one of my sites already since it does not work with 3.5.3 untill the author can fix it

Hellcat 06-24-2006 11:07 AM

I read a lot about 3.5.3 issues, but no details.
What exact issues are there with 3.5.3 that are not present on the others? :confused:


Quote:

Originally Posted by vau7
I have an Idea, and i would be so glad if i had this feature that i'd pay for that:

It would be great if the Auto-Pm only will be send if an, in options, predefined PM-Title is given.
e.G.: I set up in the options the Title "Please gimme", the Auto-Pm only will be send if an PM arrives with that title.

Would it be possible?

Sounds like a nice addition.
[high]* Hellcat puts on ToDo
[/high]


Quote:

Originally Posted by bada_bing
Any updates from the author of this hack?

Yes ;)


Quote:

Originally Posted by vau7
Or another Idea: If you had an Option where just the first PM you get, will be answered by the PM-Reply-Machine. That would be very usefell and make much sense.

You mean like a sort of "auto deactivate" after the first auto-replied PM?

vau7 06-24-2006 03:15 PM

Quote:

Originally Posted by Hellcat
You mean like a sort of "auto deactivate" after the first auto-replied PM?

Sure, i dont make a sense that the PM is everytime resend to a user who has already got it.

noj75 06-24-2006 04:02 PM

Thanks very much for this.

Clicked install.

Hellcat 06-26-2006 01:45 AM

Quote:

Originally Posted by vau7
Sure, i dont make a sense that the PM is everytime resend to a user who has already got it.

Ah, you're talking about something on a "per user" level?
Hmm.... that would need quite some db overhead....

If you have an eMail autoresponder, you also get the reply everytime you send something there.
Once the other(s) know you're not there, they should know it doesn't make sense to send more PMs for a while ;)

Well, I'll think about this, if and how it can be done without too much overhead....

bada_bing 06-28-2006 03:22 AM

Quote:

Originally Posted by Hellcat
I read a lot about 3.5.3 issues, but no details.
What exact issues are there with 3.5.3 that are not present on the others? :confused:



Sounds like a nice addition.
[high]* bada_bing puts on ToDo
[/high]



Yes ;)



You mean like a sort of "auto deactivate" after the first auto-replied PM?

Hellcat,

Would love if you can fix the issue with 3.5.3 . Basically if I add any groups to exclude this hack in admincp then the back options in usercp no longer exists but if I allow all usergroups to use this hack then the options for this hack will show up in usercp.

Can you please fix this???

Hellcat 06-28-2006 04:36 AM

Quote:

Originally Posted by bada_bing
Hellcat,

Would love if you can fix the issue with 3.5.3 . Basically if I add any groups to exclude this hack in admincp then the back options in usercp no longer exists but if I allow all usergroups to use this hack then the options for this hack will show up in usercp.

Can you please fix this???

I've rewritten the code for checking the usergroups.
Try the new version if it's working now.

Also doublecheck that the template edit has been made and there's no typo.

bada_bing 06-28-2006 01:28 PM

Quote:

Originally Posted by Hellcat
I've rewritten the code for checking the usergroups.
Try the new version if it's working now.

Also doublecheck that the template edit has been made and there's no typo.

Hellcat,

I installed the latest version and it works..Thank You Thank You...

Chris Blount 06-29-2006 06:20 PM

Nice hack! Thanks so much and great work!

freedom2support 07-11-2006 08:14 PM

Quote:

Originally Posted by Hellcat
UPDATE :)

- Fixed the {name} replacement bug
- Added optional receiver of automatically forwarded PM (the original PM sent can be forwarded to a third person)

Thanks for fixing that bug

** Installs on live site ** :D

user02934123123 07-17-2006 10:09 AM

Dear all,

Notification that there is a serious bug when using this hack on 3.6 (as of release candidate 1), not in its performance in its own right, but in the form of a fatal error it causes in other parts of vB when installed and enabled.

Namely, having PM AutoReply 1.25 installed on vB 3.6 rc 1 causes a serious error in the user self-registration process. Read fuller details in vB 3.6 bug report 498 (it's not actually a vB bug, but I reported it there before we were able to determine it was being caused by this plugin).

Read that bug report for the full details. In short, having this hack installed causes the verification process for registrations to result in a 'fatal error' when a new user follows the registration link in their verification e-mail. The hack also causes the problem of new registration welcome PMs (a new feature in 3.6) not appearing in unread/total PM counts (as per bug 497).

The long and short of this is that PM AutoReply really should be entirely uninstalled on vB 3.6, or at the very least fully disabled in AdminCP > Plugins & Products > Manage Products, as it causes these rather serious registration errors that system moderators / admins are likely not to see first-hand (unless you routinely register for test accounts on your own system, to see how things are working).

NB: This has been an excellent hack on vB 3.5.x -- one of those I have enjoyed most and found most useful. I'm hopeful its author will release a vB 3.6 native version soon so we can get back to using it!

mrmike 07-21-2006 04:01 PM

Great mod! Thanx.. Clicking install :cool:

workplaybiz 07-21-2006 11:19 PM

Is there any way you can adapt this to send an auto-responder sequence via e-mail? I really need to send a series of follow ups to users who opt-in to recieve them when they register for my site. How would I update the admin cp so that I can send an e-mail every day or every week for a set number of weeks and then just send them messages as neccassary?

Thanks,
John


All times are GMT. The time now is 02:52 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.01653 seconds
  • Memory Usage 1,839KB
  • 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
  • (25)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
  • (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