agent_smith
02-Jun-2007, 03:29 PM
Hello,
Are you fed up of editing each template's footer to say 'This forum is hosting by.... blah blah'?
Then i just thought of something which only requires a few mins to do, and does it on all skins and all boards :)
OPEN:
/includes/page_tail.php
FIND:
print file_get_contents('./nbs/footer_ads.txt');
UNDER ADD:
print file_get_contents('./nbs/linkbar.txt');
Save and close.
Then make a basic footer in note / word pad. I did:
This forum is hosted by EasyForumz.com! Get your own free phpBB forum now!
This forum is located on server #1 Save it as linkbar.txt (should automatically have .txt extension).
Upload it to:
/nbs/
Finished!
Then just edit that linkbar.txt when ever you want a global change of the footer. It also goes the same colour as the skin.
Matt.
Are you fed up of editing each template's footer to say 'This forum is hosting by.... blah blah'?
Then i just thought of something which only requires a few mins to do, and does it on all skins and all boards :)
OPEN:
/includes/page_tail.php
FIND:
print file_get_contents('./nbs/footer_ads.txt');
UNDER ADD:
print file_get_contents('./nbs/linkbar.txt');
Save and close.
Then make a basic footer in note / word pad. I did:
This forum is hosted by EasyForumz.com! Get your own free phpBB forum now!
This forum is located on server #1 Save it as linkbar.txt (should automatically have .txt extension).
Upload it to:
/nbs/
Finished!
Then just edit that linkbar.txt when ever you want a global change of the footer. It also goes the same colour as the skin.
Matt.