It's a hack. By default, it takes you to the forums index (as you are aware)
Here's where to change it:
/path2phpbb/templates/templatename/overall_header.tpl
In my case the template name is subSilver (the default)
Line 231:
Original line:
Code:
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
New line:Code:
<td><a href="http://www.ryandor.com"><img src="templates/subSilver/images/logo2.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
Notice, I changed the logo and the link. I forgot to change the alt text.
Pretty simple cahnge, but don't come back to me if you break it
-Ryandor