Leona
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Edit rightsSingle Site install.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Edit rightsNope, nothing else installed that affects permissions or roles.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Edit rightsYou really want me to type that all out? Ok here goes.
administrator
Event Capabilities
publish_events x
delete_others_events x
edit_others_events x
delete_events x
edit_events x
read_private_events xRecurring Event Capabilities
publish_recurring_events x
delete_others_recurring_events x
edit_others_recurring_events x
delete_recurring_events x
edit_recurring_events xLocation Capabilities
publish_locations x
delete_others_locations x
edit_others_locations x
delete_locations x
edit_locations x
read_private_locations x
read_others_locations xOther Capabilities
delete_event_categories x
edit_event_categories x
manage_others_bookings x
manage_bookings x
upload_event_images xeditor
Event Capabilities
publish_events x
delete_others_events x
edit_others_events x
delete_events x
edit_events x
read_private_events xRecurring Event Capabilities
publish_recurring_events x
delete_others_recurring_events x
edit_others_recurring_events x
delete_recurring_events x
edit_recurring_events xLocation Capabilities
publish_locations x
delete_others_locations x
edit_others_locations x
delete_locations x
edit_locations x
read_private_locations x
read_others_locations xOther Capabilities
delete_event_categories x
edit_event_categories x
manage_others_bookings x
manage_bookings x
upload_event_images xAs I said I’ve set up the edit with exactly the same rights as Admin.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Pass through ParametersArr, ok got it working, I had missed that I needed the form number, and the docs confused me a little.
I do think the docs need a little work, they’re not clear, took me a while to work it out.
It also works with ‘Selects’ that should be mentioned.
So I would add a ‘Select’ docs example eg.For Forum number 1, with 4 fruit options,
Create a new field, select ‘Select’ from Type.
Give the field a tag name, eg fruits, add a form label of your choice.
Add the options, eg
Apples
Bananas
Oranges
PearsThe url has the following parameters, (ignoring the brackets)
?[formNumber][tagName]=[optionNumber]So to preselect Bananas, from the first form, use the following url parameters
?1fruits=2
- This reply was modified 8 years ago by Leona.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Pass through ParametersOk I’m reading the docs but I’m not ‘getting it’
So the docs read
Version 4.x and newer:
[form number]tag=[option number] (checked)
Example: form 3 using extra field 7 for radio (select option 2, no)
(Do you like Onions? yes, no)
?&3tag=2 (no) will be selectedSo what do I put in the ‘Select Options’?
I have 4 options
1,’2 Cycles Per Hour’
2,’4 Cycles Per Hour’
3,’6 Cycles Per Hour’
4,’1 Cycles Per Day’
So I’d do /contact-us/?hire=1
Would select ‘2 Cycles Per Hour’
I just can’t see how I can make that happen from the options.Thank you, yes I’ve set that all up, but no form appears for a user with the correct privileges.
Arr, got it, thanks, it was in the docs I had to create an empty page as assign it. Sorted, thanks.
- This reply was modified 8 years ago by Leona.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Pass through ParametersOne more question, are these fields customisable, it appears in the docs that these are fixed fields, ie name, address, etc, but if I wanted ‘campaign’ can I have that, the docs are not clear here.
- This reply was modified 8 years ago by Leona. Reason: wanted to be notified of replies
Forum: Plugins
In reply to: [Fast Secure Contact Form] Pass through ParametersThank you, yes this does appear to be what I’m looking for, thank you.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Radio Button OptionIts not live yet, still developing, is there anything else I can provide?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Radio Button Optionwhich seems to be caused by Input radio fields: being set to width:22px; height:32px;
But what if I don’t want this, removing it, just brings it back.Forum: Plugins
In reply to: [Fast Secure Contact Form] Radio Button OptionOk, there was a float:left on the input css, removing this gives me the desired effect, but for some reason the buttons become huge.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Pass through ParametersOk, I have a page with 4 buttons.
These button would pass query parameters to the contact page, eg.
contact-form/?campaign=1 (or some value that can resolve to the form option)
Then in the form I’d have 4 options, which would be auto selected via this query parameter.
EG.
<option value="1" <? if ($_REQUEST['campaign'] == 1){ $echo " selected"; } ?> > campaign 1</option>
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Remove search boxOn a roll here answering my own questions, someone in a white coat will soon be collecting me I’m sure.
Anyway I discovered you can turn this box off by going to Settings > Styles and Select No for search box, then save and its gone, yayForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No events showingI’ve managed to solve the problem, another out of date widget was causing this, and other problems, removing said plugin has fixed it, thanks.
Forum: Themes and Templates
In reply to: [Minamaze] Feature Area TextAwesome tahoerock, thank you so much, that explains why I couldn’t change the text:) right images, great, I’ve not heard of tinyPNG so thank you for that tip too.
That was very helpful, thank you.