Hide login form after user logged in

Hi!

i have one question..,

i move user login form to top of page in sub_header.html

how to hide this form when user logged in?

can i check when user is logged in js?

 

regards

Quote · 1 May 2011

anyone help me?

Quote · 6 May 2011

You can hide the login option by going to you administation settings -> Builders -> Pages Builders

Find the logon block, double click on it and then remove the tick from members

Quote · 8 May 2011

I cant offer much help with out seeing your code. But this may help you. try using  if else statements

Give me something to believe in...
Quote · 8 May 2011

Post this in a job  section...

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 9 May 2011

Is every question ends like this one here?!

I have the same question like @pangram and there is no documentation how to print login form in sub_header.

 

PHP cannot be used inside of HTML files so how to check is user logged in on not?!
To show form or basic user data.

thanks

Quote · 22 Aug 2011

sure you can use php inside a HTML file.

you might need to add this to .htaccess

these are the most common lines, most servers work with one of the first 2:

1.AddType application/x-httpd-php .html .htm .php
2.AddHandler x-httpd-php .html .htm .cgi .php
3.AddType x-mapp-php4 .html .htm .php
4.AddHandler server-parsed .html .htm .php
5.AddType application/x-httpd-php4 .htm .html .php
6.AddHandler application/x-httpd-php5 .html .htm .php

 

Quote · 22 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.