Registration Button Missing »  Show posts from    to     

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
Limun wrote: [View Post]
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
Limun wrote: [View Post]
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.



Limun wrote: [View Post]
can you please post your menu_block.html from black_pearl


Here you are:

Code: [Hide]
  1. <table width="100%" cellspacing="0" cellpadding="0" border="0">  
  2. <tr>  
  3. <td class="forum-buttons" colspan="3" width="100%">  
  4. <!-- IF not S_IS_BOT -->  
  5. <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->  
  6. <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;  
  7. <!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->  
  8. <!-- ENDIF -->  
  9. <!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->  
  10. <a href="{U_INDEX}">{L_FORUM}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;  
  11. <!-- IF not S_IS_BOT -->  
  12. <!-- IF S_USER_LOGGED_IN -->  
  13. <!-- 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 -->&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->  
  14. <!-- ENDIF -->  
  15. <!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->  
  16. <!-- ENDIF -->  
  17. <!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->  
  18. <a href="{U_FAQ}">{L_FAQ}</a>  
  19. <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->  
  20. </td>  
  21. </tr>  
  22. </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
Limun wrote: [View Post]
@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
Code: [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>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;
<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->
<a href="{U_INDEX}">{L_FORUM}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;
<!-- 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 -->&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- 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&nbsp;<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
Did you try this?

http://www.icyphoenix.com/viewtopic...&p=32155#p32155


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
Code: [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 ?


Chaotic [ Sun 21 Dec, 2008 22:22 ]
Post subject: Re: Registration Button Missing
Try this.

Open: menu_block.html

FIND:

Code: [Hide] [Select]
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED -->


REPLACE WITH:

Code: [Hide] [Select]
<!-- 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.




Powered by Icy Phoenix