YUP! It is missing. It should be in the top right hand corner. I would look in the imageset folder and see if the button is there. Or since your board is new download a new copy from phpbb.com and reinstall it.thirdandlong.co.uk wrote:changed skyline to default style
That is indeed the problem. 3.0.1 introduced the option to disable user registration.aaron1988 wrote:Just so you know it could be your board is way OUT of DATE we are on 3.04 and your using 3.0.0 so that could be the problem as its working on mine.
I not just blonde then hahaMartectX wrote:That is indeed the problem. 3.0.1 introduced the option to disable user registration.aaron1988 wrote:Just so you know it could be your board is way OUT of DATE we are on 3.04 and your using 3.0.0 so that could be the problem as its working on mine.
Code: Select all
<td width="10%"><a href="[color=#FF0000]yoururl.com[/color]"><img src="{T_IMAGESET_LANG_PATH}/b[color=#FF0000]utton_name.gif[/color]" alt="Calender" /></a></td>
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
Code: Select all
<div id="menudiv">
<table id="menubar" cellspacing="0">
<tr>
<td width="2%"><img src="./images/spacer.gif" width="182" height="1" alt="*" /></td>
<td width="7%"><a href="{U_INDEX}"><img src="{T_IMAGESET_LANG_PATH}/button_home.gif" alt="{L_HOME}" /></a></td>
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
<td width="7%"><a href="{U_FAQ}"><img src="{T_IMAGESET_LANG_PATH}/button_faq.gif" alt="{L_FAQ}" /></a></td>
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
<!-- IF S_DISPLAY_SEARCH -->
<td width="10%"><a href="{U_SEARCH}"><img src="{T_IMAGESET_LANG_PATH}/button_search.gif" alt="{L_SEARCH_ADV}" /></a></td>
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
<!-- ENDIF -->
<td width="10%"><a href="http://www.bizmastertalk.com/chat/flashchat.php"><img src="{T_IMAGESET_LANG_PATH}/button_chat.gif" alt="Chat Support" /></a></td>
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST -->
<td width="10%"><a href="{U_MEMBERLIST}"><img src="{T_IMAGESET_LANG_PATH}/button_memberlist.gif" alt="{L_MEMBERLIST_EXPLAIN}" /></a></td>
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<td width="10%"><a href="{U_PROFILE}"><img src="{T_IMAGESET_LANG_PATH}/button_settings.gif" alt="{L_SETTINGS}" /></a></td>
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
<!-- IF S_DISPLAY_PM -->
<!-- IF S_USER_NEW_PRIVMSG -->
<td width="10%"><a href="{U_PRIVATEMSGS}"><img src="{T_IMAGESET_LANG_PATH}/button_newprivatemsgs.gif" alt="{L_PRIVATE_MESSAGING}" /></a></td>
<!-- ELSE -->
<td width="10%"><a href="{U_PRIVATEMSGS}"><img src="{T_IMAGESET_LANG_PATH}/button_privatemsgs.gif" alt="{L_PRIVATE_MESSAGING}" /></a></td>
<!-- ENDIF -->
<td width="2%"><img src="{T_THEME_PATH}/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
<!-- ENDIF -->
<td width="10%"><a href="{U_LOGIN_LOGOUT}"><img src="{T_IMAGESET_LANG_PATH}/button_logout.gif" alt="{L_LOGOUT}" /></a></td>
<!-- ELSE -->
<td width="10%"><a href="{U_LOGIN_LOGOUT}"><img src="{T_IMAGESET_LANG_PATH}/button_login.gif" alt="{L_LOGIN}" /></a></td>
<!-- ENDIF -->
<!-- ENDIF -->
<td width="5%" align="right"><img src="{T_THEME_PATH}/images/panel_2_cap.gif" width="22" height="28" alt="*" /></td>
</tr>
</table>