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
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 |
anyone help me? |
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 |
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... |
Post this in a job section... PS: If possible do not write me personally, please try to ask on the forum first |
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?! thanks |
sure you can use php inside a HTML file. 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
|