Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Thread Auto Reply System (v2.0) Details »»
Thread Auto Reply System (v2.0)
Version: 2.0, by coderphp coderphp is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.4 Rating:
Released: 01-03-2007 Last Update: Never Installs: 235
DB Changes Uses Plugins
 
No support by the author.

Hi all

As a continuation for the success of the 1st version, I released this new version, considering all your ideas and suggestions..

Functionality
Use this mod to add an AUTOREPLY for threads added to your forums.

What's new in v2.0
1- An option to Auto Reply just for non-replied threads after a certain delay of time.
2- An option to add more than Member ID to post the autoreply RANDOMLY.
3- An option to add more then Guest Username to post the autoreply RANDOMLY.
4- An option to add more than one message for the autoreply.
5- An option to just include Forum IDs where you want the autoreply system to be active.
6- Including the replying member's signature in his post.
7- Optimizing 1 mysql query for better performance.


What was in the previous version
1- Set which member's id will add the Auto Reply.
2- Set the guest's username, If you want the reply to appear as been added from a guest. (for ex. to use as an ad bot)
3- Set the Auto Reply delay, or set it to 0 to add immediately.
4- Edit the Auto Reply text as you wich.
5- Exclude some forums from Auto Reply, as suggestions and administrators forums.
6- Exclude some members from Auto Reply for their threads.
7- Add "{username}" into Auto Reply text, to be translated into the thread sender's username.
8- Turn the Auto Reply on and off from the mod properties.

Install
1- If you previously installed the old version, please uninstall it first.
2- Import the attached product into your products.

If u like the product
Please click install to support me
also rating would be great

Regards

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 01-10-2007, 02:11 PM
Apoco's Avatar
Apoco Apoco is offline
 
Join Date: Mar 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, is there a way you could make this work with Abe's Form Product? It hooks into newthread_start, but does not do newthread_post_complete
Reply With Quote
  #43  
Old 01-10-2007, 08:01 PM
coderphp's Avatar
coderphp coderphp is offline
 
Join Date: Nov 2006
Location: Egypt
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Apoco View Post
BB Codes are not working. I have tested it on a live environment and in a test localhost w/ a clean install.

this is my Auto Reply
HTML Code:
[b][color=blue]omg test this kthx[/color][/b]
all that shows up is
HTML Code:
[b][color=blue]omg test this kthx
Quote:
Originally Posted by Apoco View Post
Actually, I just got it to work. It was an error in my typing in both cases. I did a soft return, thinking it wouldn't break it into two different answers, however it did. ~_~;
glad to hear it worked...

Quote:
Originally Posted by Apoco View Post
Also, is there a way you could make this work with Abe's Form Product? It hooks into newthread_start, but does not do newthread_post_complete
i know nothing about that product.. if u give me more info maybe i could help
Reply With Quote
  #44  
Old 01-11-2007, 10:15 AM
dc pringle dc pringle is offline
 
Join Date: Jun 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this work on 3.6.0?

Cheers
Reply With Quote
  #45  
Old 01-11-2007, 10:17 AM
nasser71 nasser71 is offline
 
Join Date: Jul 2005
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks m8
nice mode indeed
Reply With Quote
  #46  
Old 01-11-2007, 09:12 PM
coderphp's Avatar
coderphp coderphp is offline
 
Join Date: Nov 2006
Location: Egypt
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dc pringle View Post
will this work on 3.6.0?

Cheers
of course it will...

Quote:
Originally Posted by nasser71 View Post
thanks m8
nice mode indeed
thanx
Reply With Quote
  #47  
Old 01-12-2007, 11:35 AM
coderphp's Avatar
coderphp coderphp is offline
 
Join Date: Nov 2006
Location: Egypt
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<font color="Red">the product works on all 3.6 versions</font>
Reply With Quote
  #48  
Old 01-12-2007, 01:57 PM
Apoco's Avatar
Apoco Apoco is offline
 
Join Date: Mar 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by coderphp View Post
glad to hear it worked...


i know nothing about that product.. if u give me more info maybe i could help
What it does is allow you to create a form via the newthread.php file.

ie: you do: www.yoursite.com/newthread.php?do=form

and it takes you to a pre-designed form for people to fill out. After the submit button is clicked, it then posts the form into a thread in a specified form.

You can find it here:
https://vborg.vbsupport.ru/showthread.php?t=126676
Reply With Quote
  #49  
Old 01-12-2007, 06:25 PM
coderphp's Avatar
coderphp coderphp is offline
 
Join Date: Nov 2006
Location: Egypt
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Apoco View Post
What it does is allow you to create a form via the newthread.php file.

ie: you do: www.yoursite.com/newthread.php?do=form

and it takes you to a pre-designed form for people to fill out. After the submit button is clicked, it then posts the form into a thread in a specified form.

You can find it here:
https://vborg.vbsupport.ru/showthread.php?t=126676
thank you for the info..

ill see if we could use it here
Reply With Quote
  #50  
Old 01-13-2007, 09:23 AM
Artificial_Alex Artificial_Alex is offline
 
Join Date: Nov 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
vBulletin Message
That username is already in use. If you are Ryan and you have forgotten your password, click here.

It comes up with that like the previous error message on this thread about the "comment is too short" with white page and all, but it says this instead x.x
Reply With Quote
  #51  
Old 01-13-2007, 11:32 AM
coderphp's Avatar
coderphp coderphp is offline
 
Join Date: Nov 2006
Location: Egypt
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Artificial_Alex View Post
It comes up with that like the previous error message on this thread about the "comment is too short" with white page and all, but it says this instead x.x
what settings did u enter in hack settings' page?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:31 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05442 seconds
  • Memory Usage 2,323KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete