X-Blogs
Forum Replies Created
-
Next I want to add a function to sort categories. Filter links from the sidebar will not be a big problem.
The error should be gone in 1.6.4! You can fix it temporarly by hiding at least 1 tag.
And added subdirectory installation in 1.6.3 – so this thread should be solved now. 🙂
Fixed in 1.6.2!
Added in 1.6.2!
If you go back to 1.5 it works? Or the other way around – can you tell me, what is different in 1.5?
//Edit: Damnit, I found the problem – fix will be released in a few minutes. Sorry!
Please download new version at
http://plugins.svn.wordpress.org/private-wordpress-access-control-manager/trunk/lang/Thank you!
Ah, these settings are translated in a routine, so the wp script could not find it. I added them in 1.6.1, but now I have to wait, until it is downloadable. I will then update the pot file and tell you here.
Added in V1.6.0 in subdomain installations – Thanks for the suggestions!
Do you still use PHP 4?
I added a version check in V 1.6.0 that will be released in a few hours.
Hi Eduardo, this is great and of course I’m interested. So far I didn’t need a pot file, as the po was manually written and I couldn’t know you worked in it. Sorry, first plugin – my fault!
If this helps, generate a actual one from the wp site or send me your po and I will add the missing variables.
//Edit
Wait! Nobody moves! I didn’t understand, this is an admin features *gg*. I uploaded the pot file to the trunk folder.http://plugins.svn.wordpress.org/private-wordpress-access-control-manager/trunk/lang/
You can change the rights with the capability manager or user manager and give your client the right to edit users and a new capability ‘edit_user_auth’ or something like that. Then edit function edit_user AND the next function edit_user_submit in lib/xfw_private_class.php (around line 800):
if(!current_user_can('manage_options') return;to
if(!current_user_can('edit_user_auth') return;That’s it!
Hm, what do you mean? There are only two usergroups. Guests or members of your blog. If they are subscribers or otherwise related to your blog they can see all your pages. Stop! 🙂
But you can restrict their access by giving them specific time period, they can access your pages. You can use the normal user accounts, you already have or add new accounts under Users > Add new. You can edit their access time under their profile.
Forum: Networking WordPress
In reply to: WordPress Activation does not load any plugins – Bug or not?If I comment out this line, the hook works, with WP_INSTALL it does not work. And it is no problem of my plugin, just a simple exit(‘test’) does not work, because with this line, plugins are not loaded.
Forum: Networking WordPress
In reply to: WordPress Activation does not load any plugins – Bug or not?I want to perform an action at the “wpmu_activate_user” hook! The hook works, but no plugins are loaded with WP_INSTALLING == true.