After upgrade cmsms 2.1.4 webpage members without style etc
Posted: Wed Jun 15, 2016 7:42 pm
After upgrade from cmsms 1.12.2 to 2.1.4 in the frontend the page for members comes up without any style en without the content. All other show up fine.
On the top of the page the following lines are given:
Skip to navigation
Skip to content
And the name of the website is shown twice.
This worked perfectly under cmsms 1.12.2.
A member that wanted to go to the member content would on that page sign in and was then shown the content block with the member content.
The member template has exactly the same stylesheets assigned and is exactly the same as the one for the other pages except that it contains after {content} te following code:
{if ($ccuser->memberof('bleden,zleden,mleden,nleden'))}
{content block='ledeninhoud'}
{/if}
The menber page is not cachable and contains the following Content:
{if !$ccuser->loggedin()}
<p>Some text...: <a href="{cms_selflink href='h_registratie'}">Ledenregistratie</a></p>
<p>Some text...</p>
{FrontEndUsers nocaptcha="1"} {/if} {FrontEndUsers nocaptcha="1" form="logout"}
And as defined in the template has is Content-block "ledeninhoud" wich contains a couple of links to documents.
Why is the page displayed without the styles?
And why does not the content with the signin come up?
On the top of the page the following lines are given:
Skip to navigation
Skip to content
And the name of the website is shown twice.
This worked perfectly under cmsms 1.12.2.
A member that wanted to go to the member content would on that page sign in and was then shown the content block with the member content.
The member template has exactly the same stylesheets assigned and is exactly the same as the one for the other pages except that it contains after {content} te following code:
{if ($ccuser->memberof('bleden,zleden,mleden,nleden'))}
{content block='ledeninhoud'}
{/if}
The menber page is not cachable and contains the following Content:
{if !$ccuser->loggedin()}
<p>Some text...: <a href="{cms_selflink href='h_registratie'}">Ledenregistratie</a></p>
<p>Some text...</p>
{FrontEndUsers nocaptcha="1"} {/if} {FrontEndUsers nocaptcha="1" form="logout"}
And as defined in the template has is Content-block "ledeninhoud" wich contains a couple of links to documents.
Why is the page displayed without the styles?
And why does not the content with the signin come up?