Is anyone else having a problem with the FEU module with custom content?
When I login it doesn't display what it is supposed to. It should display some html located after the {if $customcontent_loggedin}. I have nearly the exact same code on a different site with an older version of CMSMS and it works fine.
Code: Select all
<table border="0" cellspacing="0" cellpadding="0" width="580" align="center">
<tbody>
<tr>
<td class="main2" width="580" align="center" valign="top"><br>
<p>{cms_module module=CustomContent} {if $customcontent_loggedin} {cms_module module=FrontEndUsers form=logout} Thank You for logging in, please enjoy the coupons below.<br> {cms_module module='printing'}</p>
<table id="Table_01" style="height: 185px;" border="0" cellspacing="0" cellpadding="0" width="250" align="center" bgcolor="#ffffff">
<tbody>
<tr>
<td rowspan="3"><img src="coupons/images/coupons_01.jpg" alt="" height="185" width="25"></td>
<td colspan="2"><img src="coupons/images/coupons_02.jpg" alt="" height="75" width="225"></td>
</tr>
<tr>
<td class="main" height="88" align="center"><span class="medium">$5 Off</span><br> Get $5.00 off your check when you spend at least $25.00</td>
<td rowspan="2"><img src="coupons/images/coupons_04.jpg" alt="" height="110" width="27"></td>
</tr>
<tr>
<td><img src="coupons/images/coupons_05.jpg" alt="" height="22" width="198"></td>
</tr>
</tbody>
</table>
<p class="medium" align="center"> </p>
<p class="main">{else} <br> You must first log in before you can view the specials. <br>Your username should be your email address. {cms_module module=FrontEndUsers form=login nocaptcha="1"}</p>
<p class="main">or</p>
<p class="large" align="center">{cms_selflink page="register" text="Click Here to Register"}</p>
<p>{/if}</p>
<p> </p>
<p> </p>
<br><br></td>
</tr>
</tbody>
</table>


