hami
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Members Only] Where is the documentationThere is reasonably extensive documentation the plugin page…
http://wordpress.org/extend/plugins/members-only/other_notes// Hami
Forum: Plugins
In reply to: [Plugin: Feed Key] Feed key for only some feeds?I’m looking into this for my other plugin Members Only, so once I have it working I will try and move some similar functionality over to Feed Key.
It’s definitely on the to do list, along with requiring some feeds to use Feed Keys and others not.
Your probably best to use Members Only for what your after. Version 0.7 which is almost finished protects individual posts and pages.
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] Fatal Error…Hi Jim,
Apologies – I’ve fixed that and uploaded version 0.6.7, which will be available as soon as the WordPress plugin website updates.
I made a call to
add_usermeta()which should have beenupdate_usermeta()– I’ve been doing too much work with the post meta function which there is anadd_postmeta()and anupdate_postmeta()To disable the plugin temporarily, just login to your FTP and rename the
members-only foldertomembers-only-disabledor something else. Then download 0.6.7 and upload that one.Let me know if your still having problems and thanks for the spot.
/ Hami
Forum: Fixing WordPress
In reply to: Members Only – Redirect to VIEW SITE instead of DASHBOARD!Version 0.6.6 is out that adds the option to redirect users who login directly to
wp-login.php. You can now choose to redirect them to the Front Page or to the Dashboard as normal./ Hami
Forum: Plugins
In reply to: [Plugin: Members Only]: Specified Redirect is not working?Forum: Fixing WordPress
In reply to: Members Only – Redirect to VIEW SITE instead of DASHBOARD!Great Job zer0one, I’ve added similar functionality into Members Only 0.7 which I hope to release next week.
@crobs808 – this isn’t actually a bug with Members Only, it’s just the way WordPress login works by design.
thanks,
/ Hami
Forum: Plugins
In reply to: Members Only – redirect to DashboardBy default, Members Only will redirect the user to the page they requested – if that’s the dashboard that’s where they will go.
There is option to turn this option off called ‘Return User’. Try unchecking that and see if it works?
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] Not working with WordPress 2.5If I understand you correctly – you want to redirect non logged in users to the front page (the root) of your site rather than a specific page url?
I’ll have a look at how this would be done – but generally this wouldn’t be a desired behaviour.
Do you happen to have your WordPress site setup with the front page not being the posts page, and the posts page being somewhere else?
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] Not working – Redirect ErrorI’ll have a look at this over the weekend see how I can fix this issue.
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] bloginfo(‘url’) should be ‘wpurl’ in members only.New version is up – if your having problems still let me know.
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] bloginfo(‘url’) should be ‘wpurl’ in members only.Ok – I’ve fixed this in the latest version. I now using
wpurlwhen referring to the core WordPress such as wp-login.phpI’m just finshing testing the other tweaks in this version and I’ll release it later tonight.
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] Not working – Redirect ErrorI think this may be the issue your having. Have you got WordPress installed in a different directory than the site root?
I’m going to be releasing a new version this weekend, version 0.6.5, and this issue should be fixed in it.
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] bloginfo(‘url’) should be ‘wpurl’ in members only.I’ve never actually used this feature of WordPress, I guess I’m one of those people you doesn’t mind the file in the root of my site folder.
I’m just about to release a new version of Members Only (0.6.5) this weekend before I embark on per-page and per-category protection, so I’ll get this fix into 0.6.5.
I think I’ll check whether
get_bloginfo('url') == get_bloginfo('wpurl')and then make the alterations in the code based on that logic, as I’m a little concerned that the fix above might break things for other users.I’ll create a new test bed with WordPress installed in a different directory to check this going forward.
Thanks
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] Bypassed by adding variable to urlHey Chris,
That sounds like your WordPress install has gone screwy and your file permissions have gone a rye. The error is basically saying it can’t find wp-config.php, but that could mean the permissions are wrong for the file. The correct permissions should be
rw-r--r--or644.I assume removing Members Only doesn’t fix this issue?
I pretty confident this is nothing to do with my plugin as I have it installed on multiple WordPress testbeds running several versions. Try reinstalling WordPress or checking all the files are there with the correct permissions.
/ Hami
Forum: Plugins
In reply to: [Plugin: Members Only] Not working – Redirect ErrorTry changing the permalinks to ‘Default’ and save your settings, then change them back to how you want them. That my fix the permalink issue.
/ Hami