Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have an image gallery component, linked to a menu item. I also have my administrator folder secured on my web host (user security). Additionally, my folders are all CHMOD 755.

When I click on the gallery link, it pops up the security access form, as if the link or component needs to write to the administrator folder...

Am I overdoing security or is there a permission solution to this issue?

share|improve this question
Seth, this question should be migrated to the webapps QA site. Once enough people have voted to do this it'll move automatically. – music2myear Feb 29 '12 at 22:06
Even when they're self-hosted? I don't think we know whether or not this Q is regarding hosted or self-hosted, reading the FAQ it states wordpress.org, which is the download site for self-hosted (wordpress.com is the hosted solution), so I'm not sure. – music2myear Feb 29 '12 at 22:12
3  
@music2myear Ah, found it: "For managing and maintaining your own hosted web applicaton please ask on Pro Webmasters" – slhck Feb 29 '12 at 22:14
Excellent, thanks for the leg work. – music2myear Feb 29 '12 at 22:15
sorry for the confusion, thanks for the suggestion, how to vote for migration? – Seth Feb 29 '12 at 22:17
show 3 more comments

migrated from superuser.com Feb 29 '12 at 22:22

1 Answer

You should use modules to publish the gallery using:

{loadmodule position}

With the modules you can restrict who sees the gallery and then within the Gallery manage itself you should have some way of restricting the component to registered/super users. Otherwise opt to use a gallery which is ready out of the box as Joomla has plenty to choose from within the Extension library.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.