It is possible to add extra menu on top of the phpBB page to redirect to my home page.
If possible, HOW?
phpBB- Redirect to homepage
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
a snippet taken from this site's template file:
you'll need to define the template values used, obviously..
Code: Select all
<td><a href="{U_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{SITENAME}" title="{SITENAME}" vspace="1" /></a></td>
<td align="center" width="100%" valign="middle">
<span class="gen"><strong>{SITE_DESCRIPTION}</strong></span>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap">
<span class="mainmenu">
<a href="{U_PORTAL}" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{L_HOME}" hspace="3" />
{L_HOME}
</a>
<a href="{U_FAQ}" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />
{L_FAQ}
</a>