wpwedding
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesFinally – I’ve managed to get it to work. I had to add a new menu and re-add the links and then it worked!
Thanks for your help!
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesI’ve also tried tweaking the permalinks section in case the trailing / was causing an issue – but that doesn’t appear to have sorted it either.
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesYup – doing that.
The user record is ID number 2 with the name Jane Doe (split between first and last name obviously). The rsvp has the same first and last name (including the same case) and a passcode of 2.
If you visit the url on its own – “http://www.mydomain.com/rsvp?firstName=Jane&lastName=Doe&passcode=2” – then it works a treat and takes them straight to their rsvp page without asking for a passcode, which is my mission.
However, if you log in as that user and click the rsvp button, it goes to the /rsvp page but asks you for the passcode to load the rsvp (the bit I’m trying to avoid).
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesYup – added the normal way and you just put rsvp-pluginhere on the page to activate the plugin. The plugin itself then let’s you pass the three (or two dependant on your settings) arguments through when visiting the relevant page (in my case /rsvp.
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesYup – the page number (18) has been added to the code which has been added to the functions.php file on the relevant theme
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesI’ve popped it in there, but it doesn’t appear to have worked 🙁
Any other suggestions?
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesI’m assuming this just needs to be popped in the theme’s functions.php file?
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesI’ve added a new page called “rsvp” and then called the plugin from within the page. What I want to do is make that url for the page use specified variables as shown in the original post, so that the individual logged in sees their own rsvp page rather than having to enter any details.
Forum: Fixing WordPress
In reply to: Custom URL based on plugin variablesAnyone?