garnser
Forum Replies Created
-
Forum: Plugins
In reply to: [Selective Loading Plugin] Disable for a mobile theme?Hi Jon,
What did you end up doing to work around this?
Forum: Plugins
In reply to: [Selective Loading Plugin] Cannot save settingsHi,
Unfortunately the plugins hasn’t been quite blessed with a responsive UI but when you press Save it does get saved even though there isn’t any indication.
As you’ve figured out Global means site-wide.
Hi Kurt,
Yes we’re using 1.3.1 although as asked we are using a custom upload path, the profiles directory has been created and the permissions is all alright.
Hi,
I actually have the same issue although I worked around it, for some reason the P3_PROFILES_PATH isn’t called correctly, in my case I hardcoded it, I’ve no clue as to why this would be needed though
Forum: Plugins
In reply to: SuperCache "Internal Zend error" WTF?Did you guys ever come to a conclusion as to why this is? I’ve seen some bug-reports on it but no solutions.
Hi radiok,
Yeah I figured the code isn’t completely kosher giving that it’s a quick hack going live with our new website 🙂
Feel free to contact me directly at jpetersson [ at ] op5 dot com
Updated patch: http://plugins.trac.wordpress.org/attachment/ticket/1287/register-plus-redux.php.8.patch
– Support for upstream 3.7.1 version
Updated patch: http://plugins.trac.wordpress.org/attachment/ticket/1287/register-plus-redux.php.7.patch
Bugfixed:
* Bugfixes for AlterProfileForm (mainly due to the fact that someone decided to have different POST and show variables)Known issues:
* Upon adding the Password field all show/require settings are set to the field above it, probably an easy fixUpdated patch: http://plugins.trac.wordpress.org/attachment/ticket/1287/register-plus-redux.php.6.patch
Big stuff:
* Added support for AlterProfileFormGeneral:
* Bugfix for Yahoo-field
* Minor bugfixes
* CleanupFair enough, however it seams weird that the function would take an argument to begin with if it’s overwritten immediately.
Updated patch: http://plugins.trac.wordpress.org/attachment/ticket/1287/register-plus-redux.php.5.patch
* Further beautification making the UI more consistent
* More cleanupRemaining outstanding issues
* Automatically add password fieldScreenshot with required custom and password field http://plugins.trac.wordpress.org/attachment/ticket/1287/Screen%20shot%202011-03-11%20at%2010.29.34%20AM.2.png
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Lost PasswordHi Geon,
I had a similar issue whereas another plugin set the following parameter:
add_action(‘password_reset’, array(&$this, ‘disable_function’));Check you plugins for this code, if you find it just uncomment it and you should be golden.
Updated patch http://plugins.trac.wordpress.org/attachment/ticket/1287/register-plus-redux.php.4.patch
Better beautification of required fields
Added updated patch http://plugins.trac.wordpress.org/attachment/ticket/1287/register-plus-redux.php.3.patch
Added features:
* Automatically add required fields to database on installation
* “Beutification” of required fields, should probably be solved in a better way
* CleanupOutstanding issues
* General cleanup
* Automatically add password-field upon enabling user set password (worked a bit on this but I need to go back to the drawing-board as I ran into some issues)Other:
* Interoperability with theme-my-login was caused due to a bug in theme-my-login, patch provided http://wordpress.org/support/topic/plugin-theme-my-login-register_redirect-doesnt-honor-redirects-made-by-other-plugins?replies=1