MyBB Community Forums

Full Version: How to Remove eZtrade my advertising company name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Remove eZtrade my advertising company name

Open eztrader.php

search: 349. row

paste this cod:

function eztraderCopyright()
{
echo '<div align="center"> <a href="" target="blank"></a>  <a href="" title=""></a></div>';
}

After Save and done !
What about?

function eztraderCopyright()
{
echo '<span>&nbsp;</span>';
}
Are you sure you are allowed to do so? Generally if copyright is built into the plugin you are not to remove it unless you and the plugin author come to an agreement such as a brand-free payment.