Icy Phoenix
phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Registration Button Missing
Scorpiuscat [ Wed 24 Sep, 2008 18:20 ]
Post subject: Registration Button Missing
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
Limun [ Wed 24 Sep, 2008 18:29 ]
Post subject: Re: Registration Button Missing
what button

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
Scorpiuscat [ Wed 24 Sep, 2008 18:33 ]
Post subject: Re: Registration Button Missing
what button

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
http://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 [ Wed 24 Sep, 2008 18:44 ]
Post subject: Re: Registration Button Missing
i see ...
this problem is only on black pearl or also in default template ?
Scorpiuscat [ Wed 24 Sep, 2008 18:46 ]
Post subject: Re: Registration Button Missing
i see ...
this problem is only on black pearl or also in default template ?
Only Black Pearl, the other 2 templates installed both have Registration links that I can see.
Limun [ Wed 24 Sep, 2008 18:57 ]
Post subject: Re: Registration Button Missing
can you please post your menu_block.html from black_pearl
Scorpiuscat [ Wed 24 Sep, 2008 18:59 ]
Post 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.
can you please post your menu_block.html from black_pearl
Here you are:
- <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>
Limun [ Wed 24 Sep, 2008 19:07 ]
Post subject: Re: Registration Button Missing
i see u solved...good
but there is something messed
anyway delete my account now
buldo [ Fri 26 Sep, 2008 12:12 ]
Post subject: Re: Registration Button Missing
@stuff please move this in phpbb3 section
Done!

nylon [ Sun 21 Dec, 2008 21:14 ]
Post 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
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="http://www.nylonvrienden.com/forum/chat/" target="_blank">CHAT <img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /></a> <a href="http://www.nylonvrienden.com/forum/arcade.php">ARCADE</a></td>
</tr>
</table>
Chaotic [ Sun 21 Dec, 2008 22:11 ]
Post subject: Re: Registration Button Missing
nylon [ Sun 21 Dec, 2008 22:17 ]
Post subject: Re: Registration Button Missing
this is the same topic but i dont know what to change ?
they say
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 ?
Chaotic [ Sun 21 Dec, 2008 22:22 ]
Post subject: Re: Registration Button Missing
Try this.
Open:
menu_block.html
FIND:
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED -->
REPLACE WITH:
<!-- IF not S_USER_LOGGED_IN -->
nylon [ Sun 21 Dec, 2008 22:32 ]
Post subject: Re: Registration Button Missing
it worked tnx m8

Chaotic [ Sun 21 Dec, 2008 22:33 ]
Post subject: Re: Registration Button Missing
Glad to hear it worked.

Mighty Gorgon [ Wed 24 Dec, 2008 11:23 ]
Post subject: Re: SOLVED - Registration Button Missing
There is no MG Winter for phpBB 3.
