Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post 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
 



 
ScorpiuscatSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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


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?
 



 
ScorpiuscatSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
i see ...

this problem is only on black pearl or also in default template ?
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
ScorpiuscatSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
can you please post your menu_block.html  from black_pearl
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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> 

 



 
ScorpiuscatSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
i see u solved...good
but there is something messed  

anyway delete my account now
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
Limun wrote: [View Post]
@stuff please move this in phpbb3 section


Done!
 




____________
~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [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>&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="h**p://***.nylonvrienden.com/forum/chat/" target="_blank">CHAT&nbsp;<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>

 



 
nylonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
Did you try this?

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




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
this is the same topic but i dont know what to change ?
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 ?
 



 
nylonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
Try this.

Open: menu_block.html

FIND:

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


REPLACE WITH:

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

 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
it worked tnx m8  
 



 
nylonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Registration Button Missing 
 
Glad to hear it worked.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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