Mudvayne |
11-08-2006 10:00 PM |
Own Copyright On Archive Page
First of all I want to thank you all who are using this modification. I've updated this modification. Now you don't have to edit code. All you have to do is imporrt a product & edit a phrase.
New Installation Instruction: Import the product via product manager. Then search for phrase 'own_copyright' & edit it. The default value is 'Copyright ?2003 - 2007, Golpo. All Rights Reserved.'
Update Instruction: Search for phrase 'own_copyright' & delete it. Undo the code edit. For this either upload the original './archive/index.php' or in './archive/index.php' search for:
PHP Code:
<div id="copyright\">$vbphrase[own_copyright]<br />$vbphrase[vbulletin_copyright]</div>
Replace it with:
PHP Code:
<div id="copyright\">$vbphrase[vbulletin_copyright]</div>
Then follow the new installation instruction.
Live Demo: Golpo Community Forum Archive
|