Can anyone remove "powered phpfox" on my site at all

Status
Not open for further replies.

coolseo

Regular Member
Joined
Oct 2, 2008
Messages
263
Reaction score
15
Hi

Can anyone remove the "powered by phpfox" on the phpfox script at all?

Will pay

Thanks
 
Hi there, that would be awesome, please share how you remove powered phpfox. Been niggling me for ages.. Thanks
 
Hi cool,
Plz go to edit template.html.php
path :
phpfox\theme\frontend\default\template\template.html.php

line no 132
Before:
<div id="copyright">
{branding}
</div>

plz remove {branding} and add your link

After :

<div id="copyright">
<a href="">your site</a>
</div>
 
Last edited:
Hi cool,
Plz go to edit template.html.php
path :
phpfox\theme\frontend\default\template\template.html.php

line no 132
Before:
<div id="copyright">
{branding}
</div>

plz remove {branding} and add your link

After :

<div id="copyright">
<a href="">your site</a>
</div>

Do you know how to remove SITENAME from everywhere in the script and place our own logo or name????
 
Status
Not open for further replies.
Back
Top