Module only shows up in "Admin module" Posted by eunos 06 Aug 2013 13:37 GMT-0000 posts: 32 I just created two modules. Both show up fine for everyone *except* anonymous users. The one that shows up is in the "pagetop" zone. The one that does not show up is in the "right" zone. What am I missing?
Posted by Rick Sapir / Tiki for Smarties 06 Aug 2013 14:27 GMT-0000 posts: 3665 Lots of things could be happening. Here's a few to check: Did you specify that the module is visible to the Anonymous group? Do you have the right column enabled? When you assigned the module, did you include any specific category, group, or perspectives? What module is it? Does the Anonymous group have the necessary permissions to access the content? Be sure to review the docs for details. HTH, - Rick | My Tiki Blog | My Tiki UserPage Why be a dummy? Get smarty! TikiForSmarties.com Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
Posted by eunos 06 Aug 2013 14:41 GMT-0000 posts: 32 1) Yes, I specified visibility for all groups, Anonymous included. 2) Yes, the right column is enabled. It shows up for anyone who is logged in. 3) No categories, groups, perspectives. 4) Its a custom module. As is my other module. One shows up, the other does not.
Posted by Rick Sapir / Tiki for Smarties 06 Aug 2013 16:49 GMT-0000 posts: 3665 If it is a custom module, you'll need to review the coding. That sounds like the culprit. -R HTH, - Rick | My Tiki Blog | My Tiki UserPage Why be a dummy? Get smarty! TikiForSmarties.com Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
Posted by eunos 06 Aug 2013 16:48 GMT-0000 posts: 32 Update: It seems my module doesn't display if other modules in the same zone are disabled for the user group. E.g. - I tried displaying my new module in the "left" zone. It did not display for Anonymous users. Then I went into Modules, and changed the permissions for the "Menu" module so it would show for Anonymous users. After I did that, both menu and my new module displayed. Seems like the second module in a zone is controlled by the permissions of the first module. Not sure that's supposed to be the case, but there we are.