FrontEndUsers form not showing...
Posted: Sun Nov 18, 2007 4:46 am
It's odd, but now that I ported my site to a new server, I cant get FrontEndUsers login form to show on a page of content.
Here is what I put in the page content (turned off WYSIWYG)
But the output from the browser is this:
So it looks as though its being called up right, but no form actually displays....
Help anyone?
Here is what I put in the page content (turned off WYSIWYG)
Code: Select all
{if $ccuser->loggedin() && $ccuser->memberof('Elders')} Welcome Elder
{else} Please login to download the packet. {/if}
{cms_module module=FrontEndUsers}Code: Select all
Please login to download the packet.
<!-- Login form template -->
<font size="2">
<p>
<br/>
<br/>
<br/></p>
</font>
<!-- Login form template -->So it looks as though its being called up right, but no form actually displays....
Help anyone?