I use CMS Made Simple 1.1 and problematic modules are:
Album 0.9.2
CustomContent 1.4.6
FCKeditorX 1.0.3
1. Module Album problem. How to make and/or assign thumbinails? My procedure for adding new album:
Add an album -> Name: -> Submit -> Add pictures -> Select all (from certain folder) -> Save...
And now what? How do I build thumbinails for those added images? I can see so called thumbinails, but those are actually original size-images, just made smaller by simply using img width/height-attribute...
The following issues are now more ore less OK, but Album problem remains...
2. CustomContent problem. Perhaps not (only) CustomContent is the one to blame... If I understand correctly, when I use tags such as these:
Code: Select all
{if $customcontent_loggedin}
{cms_module module=FrontEndUsers}
{content}
{else}
{cms_module module=FrontEndUsers}
{/if}
Following things should happen:
a) if user is logged in, then the logout form AND the content will be displayed
b) if user is not logged in, then only the login form will be displayed.
But I get very strange behaviour. At first, I managed to log in and see the logout-part, BUT NO content-part...
Then I messed with those tags (put those into the templates, not to content-page) and eventually I managed to create a situation where I'm not logged in, but I still see the content that should be protected.
How to create (minumum) one page, where you have to be logged in to see the content?
Btw... does CMS Made Simple 1.1 has set smarty to cache and how to I disable it???
3. FCKeditorX 1.0.3. I installed FCK, because I don't like TinyMCE. Then I made a change in User Prefrences to use FCK and now I get 404 Not found in that place where FCK should appear:
/modules/FCKeditorX/FCKeditor/editor/fckeditor.html?InstanceName=content_en&Toolbar=Default
I have spent some time with those problems and haven't get anywhere...



