Error on moving block
Posted: 9. April 2010 22:32
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: localhost
What have you done before the problem was there?
Fresh install of Board3 v1.0.5
What have you already tryed to solve the problem?
Search the forum and knowledge base
Description and Message
I tried to move the login-in box and user-menu to the left column by cutting and paste the following code into portal_left.html :
When I purge the cache all works well but when I disable the right column the log-in box and user-menu block disappear from the left column
Anybody who can help me with this problem?
Thanks in advance, Repo[/i]
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: localhost
What have you done before the problem was there?
Fresh install of Board3 v1.0.5
What have you already tryed to solve the problem?
Search the forum and knowledge base
Description and Message
I tried to move the login-in box and user-menu to the left column by cutting and paste the following code into portal_left.html :
Code: Select all
<!-- IF S_DISPLAY_USERMENU -->
<!-- IF not S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/login_box.html -->
<!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/user_menu.html -->
<!-- ENDIF -->
<!-- ENDIF -->

Anybody who can help me with this problem?
Thanks in advance, Repo[/i]