help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
select venue in new event
select venue in new event
1 year 7 months ago
I've searched and not found. In new event you get a popup for select a venue but it does not respect the "can edit own events". I can't find the file that contains the query to add "where user=".
Sorry if this has been asked before, I haven't coded for a decade or two and things have moved on a bit.
Sorry if this has been asked before, I haven't coded for a decade or two and things have moved on a bit.
Please Log in or Create an account to join the conversation.
Re: select venue in new event
1 year 7 months ago - 1 year 7 months ago
Hi gnarly,
thank you for reporting.
Could you give us some more details:
Are you in the frontend or backend, are you logged in as admin or editor etc., and what exactly happens that makes you describe it with "it does not respect the 'can edit own events'."
thank you for reporting.
Could you give us some more details:
Are you in the frontend or backend, are you logged in as admin or editor etc., and what exactly happens that makes you describe it with "it does not respect the 'can edit own events'."
Last edit: 1 year 7 months ago by hekla.
Please Log in or Create an account to join the conversation.
Re: select venue in new event
1 year 7 months ago - 1 year 7 months ago
I've just found the option for owned venues only (RTFM) however I wrote a tale about the rabbit hole I was going down so I've left it in for the more experienced to laugh at.
Apologies for vagueness (hard day late night), I have set registered users to have permission (testing site) to add venues and events. The registered user menu has "My Venues" and "New event" on it. If "My Venues" is selected it displays the logged in users venues as you'd expect. If "New Event" is selected either from the icon in "My Venues" or from the menu, the popup box for "Choose Venue" show all venues. I've looked in , , I can see there's user ID checks I just can't work out what needs to change. In the debug info there's
Which I think tells me all I need to know but my intellect is lacking due to years of not having to think about coding.
In 's
on line 272. :blink: :blink: :silly: :whistle:
Apologies for vagueness (hard day late night), I have set registered users to have permission (testing site) to add venues and events. The registered user menu has "My Venues" and "New event" on it. If "My Venues" is selected it displays the logged in users venues as you'd expect. If "New Event" is selected either from the icon in "My Venues" or from the menu, the popup box for "Choose Venue" show all venues. I've looked in , , I can see there's user ID checks I just can't work out what needs to change. In the debug info there's
Code:
$_GET
array:6 [
"option" => "com_jem"
"view" => "editevent"
"layout" => "choosevenue"
"tmpl" => "component"
"function" => "jSelectVenue_jform_locid"
"20016f1ac2207c97917a6961c70e15b3" => "1"
]
In 's
Code:
if ($params->get('global_show_ownedvenuesonly'))
Last edit: 1 year 7 months ago by gnarly. Reason: missed file name
Please Log in or Create an account to join the conversation.
Time to create page: 0.622 seconds