Hello i have a Phpbb forum. And i was wondering how i take off the phpbb icon at the top left corner. I want to do this through the administration panel. Does anyone know how. Will rep good advice. Many thanks
Hello ! You must have FTP access in order to remove it ! You cannot remove it through Administration Panel ! Thanks Olgi
If you want to replace it with another logo, you can just create a new logo and call it logo_phpBB.gif and then ftp it to the correct directory, which normally is- templates/subSilver/images/logo_phpBB.gif I think removing it completely would be difficult as you would need to edit some files, just not sure which If you want a search engined optimized board that generates search engine friendly url's then see here- http://www.phpbb-seo.com/
Actually he must edit overall_header.tpl which is found under public_html/templates/templatename/ Then he must just check for this line <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td> Code (markup): Thanks Olgi