hello, i really dont know were this question would go so i put it here. but i am having trouble putting up my logo on a new forum that i want to start. how would i delete the phpbb logo and replace it with mine? you can see my forum at www.vimshop.com. thanks for looking
depends on what version of phpbb. All you really need to do if you don't want to change any code is this: Find the file path to the image. Upload your new image to that location and with the same name. Voila.
right click on the phpbb logo image to discover its file name and location. Then it's just a matter of replacing the image with the same file name in that location.
Look in {forum root directory}/templates/{template name}/overall_header.tpl. If you haven't installed any templates other than the default subSilver, that would be {forum root directory}/templates/subSilver/overall_header.tpl. If you have installed more than one template and have it set in the Admin Control panel to allow members a choice of templates, you'll need to make the change in all copies of the overall_header.tpl file (one for each template).