BabDev / Podcast-Manager

Podcast Manager is a suite of extensions allowing users to host and manage a podcast feed from their Joomla! site.
http://www.babdev.com/extensions/podcast-manager
40 stars 16 forks source link

Add podcast from front end #224

Closed kerryrodtnick closed 8 years ago

kerryrodtnick commented 8 years ago

I'm having trouble getting a menu option to add a new podcast from the front end to work. I want it set up that a certain level user can add a new podcast. I have the menu item showing. But when i click on the item, it gets a 403 (not authorized) error and cannot open the page. I feel I have the permissions set correctly. What am I missing?

mbabker commented 8 years ago

I can't say I've tested this lately but before the last release it was OK. I'm in the middle of rebuilding everything for Joomla 3.5+ and dropping a lot of old workarounds for 2.5+ support, so I can't say with certainty what is or isn't working now but in the next couple of weeks I'm trying to have the first builds of the cleaned up code ready.

On Friday, March 18, 2016, kerryrodtnick notifications@github.com wrote:

I'm having trouble getting a menu option to add a new podcast from the front end to work. I want it set up that a certain level user can add a new podcast. I have the menu item showing. But when i click on the item, it gets a 404 error and cannot open the page. I feel I have the permissions set correctly. What am I missing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/BabDev/Podcast-Manager/issues/224

sdawomyn commented 8 years ago

Please unsubscribe me from this email.

Jacqueline Hegarty, Web Designer

Hegarty Services

(510) 263-0274

From: Michael Babker [mailto:notifications@github.com] Sent: Friday, March 18, 2016 12:40 PM To: BabDev/Podcast-Manager Podcast-Manager@noreply.github.com Subject: Re: [Podcast-Manager] Add podcast from front end (#224)

I can't say I've tested this lately but before the last release it was OK. I'm in the middle of rebuilding everything for Joomla 3.5+ and dropping a lot of old workarounds for 2.5+ support, so I can't say with certainty what is or isn't working now but in the next couple of weeks I'm trying to have the first builds of the cleaned up code ready.

On Friday, March 18, 2016, kerryrodtnick <notifications@github.com mailto:notifications@github.com > wrote:

I'm having trouble getting a menu option to add a new podcast from the front end to work. I want it set up that a certain level user can add a new podcast. I have the menu item showing. But when i click on the item, it gets a 404 error and cannot open the page. I feel I have the permissions set correctly. What am I missing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/BabDev/Podcast-Manager/issues/224

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/BabDev/Podcast-Manager/issues/224#issuecomment-198513784 https://github.com/notifications/beacon/AF0bwO4geabfW-TtzwN-j9K3r0zEwareks5puv-KgaJpZM4Hz3r0.gif

kerryrodtnick commented 8 years ago

Thank you for responding. I did get it to work by making the menu item "public" access. I think it's a permissions thing in my side.

Thank you for making this module. It is very helpful and does almost everything I want it to do. I've been able to style it like my site very easily.

On Mar 18, 2016, at 2:39 PM, Michael Babker notifications@github.com wrote:

I can't say I've tested this lately but before the last release it was OK. I'm in the middle of rebuilding everything for Joomla 3.5+ and dropping a lot of old workarounds for 2.5+ support, so I can't say with certainty what is or isn't working now but in the next couple of weeks I'm trying to have the first builds of the cleaned up code ready.

On Friday, March 18, 2016, kerryrodtnick notifications@github.com wrote:

I'm having trouble getting a menu option to add a new podcast from the front end to work. I want it set up that a certain level user can add a new podcast. I have the menu item showing. But when i click on the item, it gets a 404 error and cannot open the page. I feel I have the permissions set correctly. What am I missing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/BabDev/Podcast-Manager/issues/224

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

mbabker commented 8 years ago

Just for reference I went through and did a couple of quick tests. From my perspective things are working right as it's all using Joomla's ACL system. For a guest user they'll correctly get a 403 page and a super admin gets the edit form. I didn't try too many other scenarios in between, but as you suggested, ultimately I think it's coming down to your site's permissions.