phill2003
03-28-2004, 01:57 PM
hi
i have a small website for my village, its primary role is to get enough interest in broadband so that BT will enable our exchange.
anyway i have it set up nice and use the phpbb bulletin board with the portal from http://www.kohl-net.de
well all is good exept for one bit there is a link in the home page and i cant for the life of me find it to remove it could anyone help please.
the picky shows the link in question...
http://www.llllll.fsworld.co.uk/board.gif
websterworld
03-28-2004, 02:08 PM
never used that CMS with phpBB before, however it shouldnt be very hard to remove that "home" text. try looking in overall_header.tpl, or one of the files that comes with the mod.
(search for "home" with find in notepad/wordpad)
;)
phill2003
03-28-2004, 02:16 PM
thanks i looked in the overall header but it comes right after that template finishes and i cant figure out which one is next.
SimonMc
03-28-2004, 03:38 PM
open up the site in your favorite HTML editor. Do a search for home. And then delete it :)
Hey presto...it will be gone.
Simon
Informity
03-28-2004, 05:57 PM
Originally posted by SimonMc
open up the site in your favorite HTML editor. Do a search for home. And then delete it :)
Hey presto...it will be gone.
Simon
He can't - he's asking which template to edit.
CyberAlien
03-28-2004, 07:35 PM
You disabled access to tpl files so i can't say exactly what you need to change.
But looks like you have some portal and probably link that you are looking for is in portal_body.tpl (if such file exists). It should be one of first lines in that file if not first one and should point to {U_INDEX} or {U_PORTAL} or something like that. That file should be in templates/AirHead/
tensixteen64
03-28-2004, 09:46 PM
Go to your forum board directory, then to templates, subSilver, overall_header.tpl. It is probably in the code right near this: <body>
If you want more help, please let me know and I will root around in there for you. :) I had the worst time trying to get a link on a phpBB a few months ago, finally found where to add it.
SimonMc
03-29-2004, 03:43 AM
Originally posted by phision.com
He can't - he's asking which template to edit.
If he has dreamweaver he can do a global site search for the word ...and then he does not need to know what template...because it will be found. That is assuming that he has dreamweaver of course.
Simon
phill2003
03-29-2004, 04:45 AM
found it, it wasn't in a bloomin template it was in the index.php of all places..
tensixteen64
03-29-2004, 07:13 AM
Good, glad you found it! :)