techdruid
Forum Replies Created
-
I did manage to get this plugin working at least with the basics.
I disabled the WP-Polls plugin, and removed field name that had a space in the name. Though I’m not sure the space was an issue, because I added it back, and it seems to work okay.
Also, I had to modify the code. edit the pie-register.php file and search for the string “value = get_user_meta”. You must add the “true” field to the end of this line, or the edit profile displays arrays instead of the actual value. At least for “Text” fields. Not sure how this will effect drop-downs or radio buttons. Here’s what I changed the line to be.
$value = get_user_meta( $user_ID, $id, true );
Yes, I’m using version 3.1 of WordPress.
Thank You.
Forum: Plugins
In reply to: [Gallery Objects] Gallery Objects doesn't workOh. The fix relies on the “admin_url()” function within WordPress. If your custom installation is not providing the url with a filter to this function, then the fix may not work.
Also… Using Gallery Objects will divulge the admin url to your site visitors. So this plugin will not adhere to your modest secruity feature. ??
Forum: Plugins
In reply to: [Gallery Objects] Gallery Objects doesn't workMark,
I have made a quick fix to this problem, which should work until I can provide a new release. Can you please test this modified file and see if it fixes your problem?
https://galleryobjects.net/viewtopic.php?f=2&t=16
Thank You
RichardForum: Plugins
In reply to: [Gallery Objects] Gallery Objects doesn't workMark,
You do not have a “wp-admin” folder on your site? The plugin calls upon included files in the folder.
If you go to (https://www.noyo.eu/wp-admin) there is no page to be found. How do you manage your WordPress installation?
You can disable the test page as I think I can see what the problem is.
Thanks
RichardForum: Plugins
In reply to: [Gallery Objects] Gallery Objects doesn't workCan you please provide more details? Such as a link to a broken site? It may help me figure out what is wrong.
Thank You