swill
Forum Replies Created
-
I do now know what the code originally was, but this is what my ‘widget_listattach’ function looks like now.
Hope this helps people: https://pastebin.com/c5RfpPZX
It is really funny that my code got removed. Why do you have a ‘code’ highlighting type if you cant put code in here without it being deleted??? Now I have to do a whole bunch of research including installing the base plugin again in order to figure out what I changed.
Real annoying…
I will see if I can figure out what I changed…
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Checkbox itensOn other note… The option of ‘New users will not be asked to enter a username, instead their email address will be used as their username.’ no longer works in version 3.7.3.1, but it was working in 3.7.3…
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Checkbox itensWhen will this be fixed???
I have tried the dev version as well 3.7.3.1, but the problem still exists.
If I have a checkbox ‘Can I contact you?’. It is checked by default on the registration screen (which in my case is fine). If you uncheck it and submit, it shows up in the profile as being checked. If I uncheck it in the profile and save, it is checked again when the page reloads.
Apparently it is NOT POSSIBLE to have a checkbox that is not checked…
This is a MAJOR problem…
This is wrong and since it always comes up for people who are searching for how to resolve this issue, I am posting the correct way to do this.
echo do_shortcode('[xydac_field]{short-code-name}[/xydac_field]');
a real example would be
echo do_shortcode('[xydac_field]xy_project[/xydac_field]');
I hope this helps. This information should really be in the FAQ section for the plugin because it is not obvious.
I implemented this as follows.
I have a custom post type called ‘event’. I copied
single.php
tosingle-event.php
and then did the above to display the custom fields associated with my event in the markup I wanted.