blanch80
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Missing element in weekly digestHi,
I understand that support for the plugin is free and limited, but it’s been 4 months since I asked this question, and others have the same question, but have not had a reply.
Is someone able to help please?
Thanks,
David.
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Missing element in weekly digestHi,
Just wondering if there is any chance someone could have a look at the one please?
Thanks.
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Missing element in weekly digestHi – just wondering if anyone might look at this please, as it seems it’s more than just me experiencing the issue. Thanks.
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Missing element in weekly digestHi – is anyone able to help with this please?
Thanks.
Forum: Plugins
In reply to: [Redirection] Replace middle part of URLThanks for getting back to me.
I’ve got the redirect working using the source URL ^/members/(.*)/events/$ but it only works when a user is logged in. The redirect doesn’t kick in when trying to hit the same URL when logged out.
I’ve got the match set as URL only.
Any advice please?
Forum: Plugins
In reply to: [Redirection] Replace middle part of URLThanks for getting back to me, I can’t quite get it right.
With ^/members/.*/events/, it’s redirecting https://test.learning.necsu.nhs.uk/members/dblanchardnhs-net/events/ as expected which is great – but when it’s meant to successfully load https://test.learning.necsu.nhs.uk/members/dblanchardnhs-net/events/attending it’s redirecting to: https://www.bbc.co.ukattending/
I’m hoping that there is a way to redirect https://test.learning.necsu.nhs.uk/members/dblanchardnhs-net/events/ but to allow https://test.learning.necsu.nhs.uk/members/dblanchardnhs-net/events/attending to load as normal.
Is this possible please as I can’t seem to get it working.
Thanks.
Hi,
Thanks for your reply. The last link isn’t really what I’m after. I’ve tried this and it does change the state to a drop down rather than a free text box but what I’m after is more on the user booking form.
So on the booking form the user is asked for their location.
If they choose England from the location field, they’re then presented with another drop down field with locations in England.
If they choose Scotland from the location field, they’re then presented with another drop down field with locations in Scotland.
The more specific drop down list for areas within England and Scotland are hidden, and only show when an option is picked from the first field.
Is that possible?
Thanks,David.
Hi, I’ve checked the box in the settings – is that all that needs to be done? How does it pull in the information into the title attribute?
Forum: Plugins
In reply to: [Events Made Easy] Conditional shortcode infoSpot on, worked a treat. Thanks for your help with this one.
Forum: Plugins
In reply to: [Events Made Easy] Conditional shortcode infoPerfect, that’s worked an absolute treat, thank you!
My last one on this then is are you able to advise where I can change the waiting list text please? Ideally I just want to change the text to bold.
Thanks for this Franky.
Forum: Plugins
In reply to: [Events Made Easy] Conditional shortcode infoIt’s weird…
I’ve created a new event and it works on that one, basic code with no [eme_if] tags and the ‘This booking will be put on the waiting list’ text appears.
The event i was testing on yesterday wasn’t doing this. I’ve deleted that one and tried creating a couple more new events and it works each time.
I guess my question now is how can I edit that text? I’ve looked in the options but it doesn’t seem to be listed (I’m looking on the RSVP tab) as I’d like to add some extra text and make it bold.
My booking form format is:
<table class='eme-rsvp-form'> <tr><th scope='row'>First Name*:</th><td>#REQ_FIRSTNAME</td></tr>#_SEATS <tr><th scope='row'>Last Name*:</th><td>#_LASTNAME</td></tr> <tr><th scope='row'>E-Mail*:</th><td>#_EMAIL</td></tr> </table> #_SUBMIT
I’ve changed this to try to have the SUBMIT button show different text if it’s a waiting list booking rather than a standard one…
<table class='eme-rsvp-form'> <tr><th scope='row'>First Name*:</th><td>#REQ_FIRSTNAME</td></tr>#_SEATS <tr><th scope='row'>Last Name*:</th><td>#_LASTNAME</td></tr> <tr><th scope='row'>E-Mail*:</th><td>#_EMAIL</td></tr> </table> [eme_if tag='#_WAITING_LIST_ACTIVATED' value='0'] #_SUBMIT [/eme_if] [eme_if tag='#_WAITING_LIST_ACTIVATED' value='1'] #_SUBMIT{Request to be place on the waiting list} [/eme_if]
With this code the Submit your booking button can’t be seen when there are spaces available to book.
On the event page: https://test.learning.necsu.nhs.uk/events/test-event-2/
When the event loads with only waiting list seats available the button with the custom text shows OK.
If I remove the eme_if code around
[eme_if tag='#_WAITING_LIST_ACTIVATED' value='0'] #_SUBMIT [/eme_if]
The the button shows when there are spaces available, but they both show if waiting list places are available.
That’s how it stands now. If you have the time I could send you credentials for the site to take a look if that’s something you could do?
Forum: Plugins
In reply to: [Events Made Easy] Conditional shortcode infoAh, I’ve done that. I was just wondering if there was an option elsewhere I hadn’t checked to make it work.
I’ll wait to hear from you after your testing tonight.
If everything goes OK I might have to remove the plugin and data and reinstall to see if that works.
Forum: Plugins
In reply to: [Events Made Easy] Conditional shortcode infoThanks Franky.
There isn’t an option to enable waiting lists is there?
The way I’ve done it is have 2 Seats on the event then have 1 waitinglist seat, putting 1 in the max number of seats to book and 1 in the min number of seats to book.
Forum: Plugins
In reply to: [Events Made Easy] Conditional shortcode infoI think that might be the problem, as it doesn’t seem to be showing the message about putting the booking on a waiting list?
People must be registered in order to book onto an event, I’ve got that configured in the settings.
I’m using the following code in the Default single event format
<h1>#_EVENTNAME</h1> <br /> <b>Date/Time</b>: #_STARTDATE{l}, #_STARTDATE - #_STARTTIME - #_ENDTIME <br /> <br /> <b>Location</b>: <a href="#_LOCATIONPAGEURL">#_LOCATIONNAME</a> <br /> <br /> <b>Available Spaces</b>: #_AVAILABLESEATS <br /> <br /> <b>Contact Details</b>: #_AUTHORNAME: <a href="mailto:#_AUTHOREMAIL?Subject=QUERY:%20#_EVENTNAME,%20#_LOCATIONNAME,%20#_STARTDATE">#_AUTHOREMAIL</a> <br /> <br /> <b>Description</b>#_NOTES <br /> #_ADDBOOKINGFORM_IF_NOT_REGISTERED #_REMOVEBOOKINGFORM_IF_REGISTERED<br /><br /><br />#_MAP
The code in the post above is in a template for the booking form.
- This reply was modified 5 years, 6 months ago by blanch80.
Forum: Plugins
In reply to: [Events Made Easy] Conditional shortcode infoThe whole of the 2nd lot of code is:
[eme_if tag='#_IS_REGISTERED' value ='0'] [eme_if2 tag='#_WAITING_LIST_ACTIVATED' value ='0'] <table class='eme-rsvp-form'> <tr><th scope='row'>First Name*:</th><td>#REQ_FIRSTNAME</td></tr>#_SEATS <tr><th scope='row'>Last Name*:</th><td>#_LASTNAME</td></tr> <tr><th scope='row'>E-Mail*:</th><td>#_EMAIL</td></tr> </table> #_SUBMIT [/eme_if2] [/eme_if] [eme_if tag='#_IS_REGISTERED' value ='0'] [eme_if2 tag='#_WAITING_LIST_ACTIVATED' value='1'] <b>There are currently no spaces available on this event. Submitting the form below will add you to the waiting list.</b> <table class='eme-rsvp-form'> <tr><th scope='row'>First Name*:</th><td>#REQ_FIRSTNAME</td></tr>#_SEATS <tr><th scope='row'>Last Name*:</th><td>#_LASTNAME</td></tr> <tr><th scope='row'>E-Mail*:</th><td>#_EMAIL</td></tr> </table> #_SUBMIT{Request place on waiting list} [/eme_if2] [/eme_if]