Deactivate automatic messagequote
This thread is in the Modification Graveyard.
Since vB 3.8 the pms are automaticaly quoted in the quick reply box.
With this add-on it is possible to let your users choose, if they want to use this autoquotefeature or not. On the "edit options" site ( /profile.php?do=editoptions ) there is now a new checkbox ( Autoquote pm? ) by the Private Messaging settings. Installation: Import the productfile. In the dontupload folder, you'll find the english language file! http://www.vbulletin.com/docs/html/language_download you can see, how to import it. After importing, change the template. Search in Template modifyoptions for Code:
<td><label for="cb_pmdefaultsavecopy"><input type="checkbox" name="options[pmdefaultsavecopy]" value="1" id="cb_pmdefaultsavecopy" $checked[pmdefaultsavecopy] /><phrase 1="private.php?$session[sessionurl_q]folderid=-1">$vbphrase[save_pm_copy_default]</phrase></label><input type="hidden" name="set_options[pmdefaultsavecopy]" value="1" /></td> </tr> </tbody> </table> HTML Code:
<tr> <td><label for="cb_pmragteknopmquot"><input type="checkbox" name="pmragteknopmquot" value="1" id="cb_pmragteknopmquot" $checked[pmragteknopmquot] />$vbphrase[quote_pm]</label></td> </tr> OK, in version 1.2 the autoquote is deactivated in the quick reply, but if you click on the replybutton, the pm will be quoted. Changehistory: 1.2.1 === Bugfix Download This modification cannot be downloaded. |