Black Pearl phpBB3 style does not display a Registration Button when not logged in.
So new user cannot register.
Can you help me with this?
Thank you
SOLVED Registration Button Missing
Subject: Re: Registration Button Missing
what button :shock: Black Pearl phpbb3 does not have register button
you have "register" in header
anyway post link to your forum if you wish
@stuff please move this in phpbb3 section
you have "register" in header
anyway post link to your forum if you wish
@stuff please move this in phpbb3 section
Subject: Re: Registration Button Missing
h**p://starland.com/phpBB3/index.ph...ccc35a1d835577e
There is no way for anyone to Register, there is no link or button or anything else to click on to Register.
Ideas?
Limun wrote: [View Post]
h**p://starland.com/phpBB3/index.ph...ccc35a1d835577e
There is no way for anyone to Register, there is no link or button or anything else to click on to Register.
Ideas?
Subject: Re: Registration Button Missing
i see ...
this problem is only on black pearl or also in default template ?
this problem is only on black pearl or also in default template ?
Subject: Re: Registration Button Missing
Only Black Pearl, the other 2 templates installed both have Registration links that I can see.
Limun wrote: [View Post]
Only Black Pearl, the other 2 templates installed both have Registration links that I can see.
Subject: Re: Registration Button Missing
EDIT--- Problem is fixed!!! I removed the part in the line "and S_REGISTER_ENABLED" and the Register button appeared.
Thanks for your help.
Here you are:
Thanks for your help.
Limun wrote: [View Post]
Here you are:
Code: [Download] [Hide]
- <table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td class="forum-buttons" colspan="3" width="100%">
- <!-- IF not S_IS_BOT -->
- <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
- <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
- <!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
- <!-- ENDIF -->
- <!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
- <a href="{U_INDEX}">{L_FORUM}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
- <!-- IF not S_IS_BOT -->
- <!-- IF S_USER_LOGGED_IN -->
- <!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- IF PRIVATE_MESSAGE_INFO_UNREAD --><a href="#"> / </a><a href="{U_PRIVATEMSGS}" class="PM-new-link">{PRIVATE_MESSAGE_INFO_UNREAD}</a><!-- ENDIF --> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
- <!-- ENDIF -->
- <!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
- <!-- ENDIF -->
- <!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
- <a href="{U_FAQ}">{L_FAQ}</a>
- <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
- </td>
- </tr>
- </table>
Subject: Re: Registration Button Missing
i see u solved...good
but there is something messed :?
anyway delete my account now
but there is something messed :?
anyway delete my account now
Subject: Re: Registration Button Missing
i have the same probleme .....................user cant register because there is no link where they can click on.
i m using MG winter
here is my menu_block htlm
anyone who can help me out ?
tnx
danny
i m using MG winter
here is my menu_block htlm
anyone who can help me out ?
tnx
danny
Code: [Download] [Hide] [Select]
table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="forum-buttons" colspan="3" width="100%">
<!-- IF not S_IS_BOT -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<a href="{U_INDEX}">{L_FORUM}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- IF PRIVATE_MESSAGE_INFO_UNREAD --><a href="#"> / </a><a href="{U_PRIVATEMSGS}" class="PM-new-link">{PRIVATE_MESSAGE_INFO_UNREAD}</a><!-- ENDIF --> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<a href="{U_FAQ}">{L_FAQ}</a>
<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <a href="h**p://***.nylonvrienden.com/forum/chat/" target="_blank">CHAT <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /></a> <a href="h**p://***.nylonvrienden.com/forum/arcade.php">ARCADE</a></td>
</tr>
</table>
<tr>
<td class="forum-buttons" colspan="3" width="100%">
<!-- IF not S_IS_BOT -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<a href="{U_INDEX}">{L_FORUM}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- IF PRIVATE_MESSAGE_INFO_UNREAD --><a href="#"> / </a><a href="{U_PRIVATEMSGS}" class="PM-new-link">{PRIVATE_MESSAGE_INFO_UNREAD}</a><!-- ENDIF --> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a> <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<a href="{U_FAQ}">{L_FAQ}</a>
<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <a href="h**p://***.nylonvrienden.com/forum/chat/" target="_blank">CHAT <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /></a> <a href="h**p://***.nylonvrienden.com/forum/arcade.php">ARCADE</a></td>
</tr>
</table>
Subject: Re: Registration Button Missing
this is the same topic but i dont know what to change ?
they say
dont know what they mean......wat part do i have to remove ?
they say
Code: [Download] [Hide] [Select]
EDIT--- Problem is fixed!!! I removed the part in the line "and S_REGISTER_ENABLED" and the Register button appeared.
dont know what they mean......wat part do i have to remove ?
Page 1 of 2
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0924s (PHP: 24% SQL: 76%)
SQL queries: 11 - Debug Off - GZIP Enabled