MrNase
04-15-2007, 10:00 PM
The ability to forward certain messages is nice but sometimes you get confused when someone forwarded a message to you and you just see the quoted original message.
This is why I made this quick and dirty Add-on.
By default, a quoted message looks like:
63196
My Add-on turns it into this:
63197
You don't have to be a wizard to install the Add-on! Simply upload the attached XML-File to your Product Manager and edit the template 'newpost_quote'.
Replace the content of the template with:
<if condition="$vbulletin->GPC[forward]"><phrase 1="$originalposter">$vbphrase[forwardnote]</phrase>
</if>{$pagetext}Save it and you are done. :)
This Add-on installs a new phrase called 'forwardnote' which you can edit/translate to make it fit your needs.
To remove the Add-on, simply remove the product 'Note on PM forward' and revert the template 'newpost_quote' - that's all! :)
Versions and updates:
1.0 (current release) - initial release, no known bugs
This is why I made this quick and dirty Add-on.
By default, a quoted message looks like:
63196
My Add-on turns it into this:
63197
You don't have to be a wizard to install the Add-on! Simply upload the attached XML-File to your Product Manager and edit the template 'newpost_quote'.
Replace the content of the template with:
<if condition="$vbulletin->GPC[forward]"><phrase 1="$originalposter">$vbphrase[forwardnote]</phrase>
</if>{$pagetext}Save it and you are done. :)
This Add-on installs a new phrase called 'forwardnote' which you can edit/translate to make it fit your needs.
To remove the Add-on, simply remove the product 'Note on PM forward' and revert the template 'newpost_quote' - that's all! :)
Versions and updates:
1.0 (current release) - initial release, no known bugs