On the top of the forum where there is a logo, and when you click on it, it goes to the first page of the forum, how do I change the link of it?
Would depend on the forum software, but you want to be looking for the header file in the theme dir. Just re-read the thread title... Doh! Yeah, there should be a file in the template folder called header.tpl. Well that is as far as I remember. It has been a long time since I have used phpbb.
If you are using phpBB2 it's in the file overall_header.tpl in the templates directory. If you are using the default template then this is the code you will need to edit: <a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a> HTML: Replace that, upload and your all set.
Open overall_header.html and find: <td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td> Code (markup): Replace "{U_INDEX}" with link, example: <td><a href=http://google.com">{SITE_LOGO_IMG}</a></td> Code (markup): After that refresh the theme.