Quote:
Originally Posted by BleachFan
Ok but there are a way (without a "donation") to make the phrase "MARCO1 Advanced Editor by" and not "Forum Modifications By" because you don't make ALL the mod on my forum?
|
Further, your (c) note should only display on pages where your mod is active, not every page on the forum.
I.e. wrap the (c) code with:
PHP Code:
if (in_array(THIS_SCRIPT, array('showthread','blog','entry','vbcms','private','member','newthread')))
{
//Marco's (c) base64_decode stuff
}