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)
-   -   Miscellaneous Hacks - Cyb - Auto Reply (https://vborg.vbsupport.ru/showthread.php?t=201305)

Valter 01-09-2009 10:00 PM

Cyb - Auto Reply
 
1 Attachment(s)
Info:
I'm using this to automatically welcome users in my "Introductions" sub-forum. You can customize messages and use it for any other auto-replying needs. You can write several messages (separated by |) and they will be used randomly in auto-replies. This work with subjects too. There are three different Sets of subjects/messages to use in different forums. You can set product to not reply to threads started by listed members, turn on/off signatures, etc... See screenshots for details about features...


To get this working don't forget to:
-Set forum id(s) in product options
-Set poster id(s) in product options

Otherwise it will not work or you'll get error messages.


Note:
-This executes 1 simple query on forumdisplay but only in selected forums.
-Same simple query is also executed when user searches for new posts.


Installation:
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]


To set options:
Go to: vBulletin Options > Cyb - Auto Reply


Versions:
v1.0 - Aug 25. 2007.
-Initial release
v1.1 - May 03. 2008.
-Compatible with vBulletin 3.7
-Minor bugs fixed
v1.2 - Apr 24. 2009.
-New: Three different Sets of subjects/messages to use in different forums
-New: Set if signature will be shown in reply
-Fixed several minor bugs and compatibility issues, optimized for better performance


Mark as INSTALLED to get support and updates.

Lee Roberts 01-10-2009 10:44 PM

Marked as Installed !
Marked for Nomination !

Kihon Kata 01-11-2009 12:22 PM

Installed, she welcomes my newbies. I made a user called "The Welcomer" lol

ALHGR 01-12-2009 08:55 AM

Thanks !!

Marked as Installed !

ALHGR 01-12-2009 09:13 AM

can we use BB Code ? om message

digicom 01-13-2009 01:33 PM

Thanks Installed :up:

Voltar 01-13-2009 05:52 PM

Hey, this is pretty cool, thanks. Going to install right now.

Just a thought, could this be adapted to Visitor Messages?

Edit: Can we make the time to wait setting random?

Edit 2: [s]Doesn't seem to display the sig of the user posting the message, is that possible?[/s] See this.

Also, nominated.

aciurczak 01-15-2009 11:27 PM

Not seeing user sig here either. Neat mod!

(I first hardcoded the sig into the welcome messages themselves, but then realized people would be getting an email with the hardcoded sig in it)

Voltar 01-16-2009 12:54 AM

Quote:

Originally Posted by aciurczak (Post 1713995)
Not seeing user sig here either. Neat mod!

(I first hardcoded the sig into the welcome messages themselves, but then realized people would be getting an email with the hardcoded sig in it)

You have to make a change to one of the plugins, "Cyb - Auto Reply - RW". Look for

PHP Code:

$postman->set('threadid'$car_threadid);
$postman->set('userid'$car_poster);
$postman->set('allowsmilie'true);  
$postman->set('visible'true); 

And add in

PHP Code:

$postman->set('showsignature'1); 

Directly under

PHP Code:

$postman->set('allowsmilie'true); 

So your $postman->set section should look like this...

PHP Code:

$postman->set('threadid'$car_threadid);
$postman->set('userid'$car_poster);
$postman->set('allowsmilie'true);
$postman->set('showsignature'1);  
$postman->set('visible'true); 

Worked for me.

Also, it only works on new posts, all your previous posts wont show a sig unless you modify the post and select the option to add a sig.

aciurczak 01-16-2009 01:37 AM

Worked like a charm! Thx Voltar...

Gleedo 01-17-2009 03:44 PM

Can this create a new thread in a specific forum to welcome newly registered users?:confused:

DivineMessenger 01-21-2009 09:54 AM

can i change this in anyway to have it make new threads?

Gleedo 01-21-2009 10:18 AM

Quote:

Originally Posted by DivineMessenger (Post 1719938)
can i change this in anyway to have it make new threads?

Thats what ive been wanting it to do. I want it to create a 'welcome' thread in a specified forum when a new user has registered, rather than waiting for them to make a post.:confused:

KatieG 01-21-2009 10:25 AM

Quote:

Originally Posted by DivineMessenger (Post 1719938)
can i change this in anyway to have it make new threads?

Quote:

Originally Posted by Gleedo (Post 1719955)
Thats what ive been wanting it to do. I want it to create a 'welcome' thread in a specified forum when a new user has registered, rather than waiting for them to make a post.:confused:



This is what you want

https://vborg.vbsupport.ru/showpost....&postcount=416

Gleedo 01-21-2009 10:38 AM

Quote:

Originally Posted by KatieG (Post 1719963)

Ah great stuff - thank you Katie :)

BlackJacket 01-30-2009 02:19 PM

*installs*

Wow works great! Thanks...

n8td 01-31-2009 05:06 AM

When I look at the forum that is suppose to have auto reply enabled it turns the template entirely white and says:

Quote:

vBulletin Message
The message you have entered is too short. Please lengthen your message to at least 5 characters.

Terminot 02-09-2009 04:14 PM

Can you make this work so it replies when you close, move or undertake any other action?

g0dfather1984 02-14-2009 01:22 AM

Thank you, Cyb!

This does come in handy for introductions and welcoming members, also saves me a lot of time from copying & pasting!

2L8 02-14-2009 06:01 AM

it works fine thank you sir!

ZexTasy 03-10-2009 01:27 AM

Hi,

I have installed your mod, but I found out that if you have a setting that you can post only 1 post every 15 seconds and in a forum for example two new threads have been posted within 5 seconds and I do a refresh on the forum overview I get an error stating that I can't post another until after those 15 sceonds. So it can't auto reply on two threads that fast and gives an error when you do a refresh on the forum overview ... do you have any idea how to fix this?

- ZexTasy

J105C 03-20-2009 01:58 PM

Quote:

Originally Posted by ZexTasy (Post 1764522)
Hi,

I have installed your mod, but I found out that if you have a setting that you can post only 1 post every 15 seconds and in a forum for example two new threads have been posted within 5 seconds and I do a refresh on the forum overview I get an error stating that I can't post another until after those 15 sceonds. So it can't auto reply on two threads that fast and gives an error when you do a refresh on the forum overview ... do you have any idea how to fix this?

- ZexTasy

Disable the seconds to wait to post lol

kaderith 03-20-2009 07:26 PM

This works great! Thank you so much.. I love this!

mrtroybaker 03-24-2009 04:01 AM

Quote:

Originally Posted by n8td (Post 1729722)
When I look at the forum that is suppose to have auto reply enabled it turns the template entirely white and says:

Mine whole screen turns white with the exception of the info on th etop right of the screen

carlos54321 04-05-2009 12:18 AM

i have this set up for introductions have no doubt ive set it up fine,but as soon as i turn the mod on if i go to the introductions forum i get a white page menu is still at the top the rest is white

really like this to work has anyone any ideas on how to fix,the only problem is my board is vBulletin 3.8.1 Patch Level 1

but carnt see how that is killing the forums when i turn the mod on every other forum works fine.

anyone?:confused:

rzoned 04-16-2009 06:07 AM

ok so i made a welcome acocunt and set to to make a reply when people post in the into forum its all set up right but its not making the post (note i disiabled the time delay)

any help?

im using 3.8.2

ShawneyJ 04-24-2009 09:55 AM

ahhh makes the forums go white just like the last one.

Valter 04-24-2009 12:44 PM

v1.2 - Apr 24. 2009.
-New: Three different Sets of subjects/messages to use in different forums
-New: Set if signature will be shown in reply
-Fixed several minor bugs and compatibility issues, optimized for better performance

To upgrade:
-Import product XML, allow overwrite
-Check product options and update if needed

Valter 04-24-2009 12:47 PM

Quote:

Originally Posted by mrtroybaker (Post 1775560)
Mine whole screen turns white with the exception of the info on th etop right of the screen

Ensure that poster ID(s) setting in product options is correctly set and not blank.
Quote:

Originally Posted by ALHGR (Post 1709496)
can we use BB Code ? om message

Yes, you can.
Quote:

Originally Posted by creative-friend (Post 1793198)
I Register a New User For Testing But Its Not Working....

This is not to welcome new users but to reply to new threads in some forums...

ShawneyJ 04-24-2009 01:58 PM

Quote:

Originally Posted by jaycob (Post 1798002)
ahhh makes the forums go white just like the last one.

Quote:

Mine whole screen turns white with the exception of the info on th etop right of the screen
i noticed that all the auto replys are doing this, not just Cybernetec's mod.
could it be because everytime the bot replys to a new member the bot members
IP becomes the same, so when you go to test the auto reply, 2 IP's are clicking different
links. i honestly can work out why the Bots IP changes to the IP of the member its replying
to. if you go clicking around the forums waiting for the bot to reply, the screen goes white and sometimes says "you have to wait 20 seconds to post again" if you dont touch a thing its fine most of the time. mmm its just a thought m8, im not complaining, i have most of your other hacks, there great thx.

digicom 04-24-2009 04:27 PM

Thanks for update installed n workin :up:

rtt.pyro 05-26-2009 10:00 PM

Fantastic add on!

I have a question about it though.

I am trying to use this with another add on on vb.org called easy forms, but its not working as I had hoped.

What i'm trying to do is this:

1.) Easy form creates a form which creates a new thread in a sub forum.

2.) Auto reply then replies to the thread that was created by easy form.

The problem is, auto reply doesnt seem to realize that easy form created a thread. I tested manually posting into the sub forum where easy form creates threads, and the auto reply worked just fine.

Do you happen to know of a way to make it so Auto reply can tell that easy form created a thread?

Thanks in advance!

edit: I posted on the thread for easy forms and I got an answer there! its working just fine now. =)

TwiiCe 05-27-2009 09:59 PM

installed !!

rtt.pyro 05-27-2009 10:34 PM

Hi,

I was just curious why the posts do not count on the post count. is there a way to make it so that they do?

W!cKeD 05-31-2009 10:29 PM

* Thanks & Installed * :up:

kootta 06-11-2009 01:26 PM

it seems to be cool mod
i have one question
can i set it to work with all forum not only specified forum id number
i hope it can work like that

kootta 06-11-2009 01:36 PM

and i have some a news rss feed from bbc to feed my forum as threads can that mod reply to the rss feed which imported as threads
thanks

UltimateOreo! 07-02-2009 05:28 AM

The plugin works, but won't work in conjunction when a form is posted in the forum using this plugin-

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

Any help?

HabboInn 07-18-2009 07:45 PM

Is it possible to change the message that automaticly appears on the reply? On the cyb autoreply options, I try to change, but it won't let me.

Thanks for any help.

Valter 07-18-2009 09:07 PM

<a href="http://www.vbulletin.com/docs/html" target="_blank">http://www.vbulletin.com/docs/html</a>


All times are GMT. The time now is 07: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.01310 seconds
  • Memory Usage 1,835KB
  • 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
  • (4)bbcode_php_printable
  • (13)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
  • (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