Quote:
Originally Posted by dsotmoon
ok, sorry i was having problems because i was testing with less than 10 characters, it should say beside the "Auto Reply Messages" box that it is 10 characters minimum
|
ok that is simply a post and must be as normal posts in ur forum..
maybe i add this notice in the future.....
Quote:
Originally Posted by dsotmoon
last question, is there something i can change in the hack so that in the "Auto Reply Messages" text box i can type multiple spaced sentences and/or spaced paragraphs instead of simple messages that appear randomly in the auto reply?
example:
I would like something formatted like the above to show in the auto reply each time. Hope that makes sense. Didnt mean to flood your thread.
|
yes you can turn the product to use only one message..
and u can put as many line breaks, paragraphs & sentences in this message as u like..
u will need to edit the plugin named "Thread Auto Reply - Part 2" as follows:
search for:
Code:
$msgs = @explode("\n", $vbulletin->options['coder_autoreply_text']);
$msg = $msgs[@array_rand($msgs)];
replace it with:
Code:
$msg = $vbulletin->options['coder_autoreply_text'];
then save the plugin.....