jojaba
Forum Replies Created
-
Forum: Plugins
In reply to: [Authorizer] Getting more infos about cas authenticatd users possible ?Hey, great!
Thanks a lot! πForum: Plugins
In reply to: [Authorizer] Users not deleted in the plugin listThanks!
Forum: Plugins
In reply to: [Authorizer] php errors when in mode debugYour Welcome!
Thanks for the fix.Forum: Plugins
In reply to: [Authorizer] Getting more infos about cas authenticatd users possible ?I really need the eduPersonPrimaryAffiliation attribute so I changed the core of authorizer.php to store it in a session variable I can access any time I want in my theme files (I’m starting a session in the functions.php file). The line I added to authorizer:
AFTER:// Retrieve the user attributes (e.g., email address, first name, last name) from the CAS server. $cas_attributes = phpCAS::getAttributes();ADD:
$_SESSION[‘cas_attributes’] = $cas_attributes;This is a temporary solution as it won’t be preserved after plugin update. But I would appreciate if you could implement in authorizer something that could be used to get the attributes in th theme templates.
Thanks in advance.
Forum: Plugins
In reply to: [WordPress Word Count and Limit] Does it work with easy admin?Hello,
I don’t know easy admin. I focused on limiting the word and character count of post types not for other editors windows like theme editor or the easy admin editor you talk about.
If you have some coding knowledge (php/JavaScript), you can have a look to the wpwcl.php file code to try to create a similar plugin for the easy admin editor…
Sorry for that easy answer…Forum: Plugins
In reply to: [Authorizer] Getting more infos about cas authenticatd users possible ?I had a look to the authorizer.php file. On line 884 we have this code:
$cas_attributes = phpCAS::getAttributes();
This array could be used to fetch any attribute. But how should I do this when I want to get it in one of my theme files?
For information, I would like to get this element of the array:
$cas_attributes['eduPersonPrimaryAffiliation']
I should be able to get into the authentication process to store this data into a session variable for instance. Should thi be possible by adding some filter or action in my functions.php file?Version 1.4 released. Word count available π
Forum: Plugins
In reply to: [Authorizer] Connected user remove not taken in accountOh, I see, I forgot that you also have to handle the ressources of the deleted user.
To delete a user, we should then use the WordPress user list. That’s OK.
I would suggest not to give the opportunity to delete users from the authoriser users list, or give information about the impact of this functionnality on the title attribut for example.Forum: Plugins
In reply to: [Authorizer] Spanish translation and memberof attributeWeβre looking forward to plugin localization.
Well here are my plugins:
https://wordpress.org/plugins/word-count-and-limit
https://wordpress.org/plugins/access-category-password
https://wordpress.org/plugins/simple-diary/
πSorry Paul for the ad on this topic ;/
Forum: Plugins
In reply to: [Authorizer] Spanish translation and memberof attributeHey! Great localisation work Eduardo!
Here’s the french translation (only the .po and .mo files):
http://perso.jojaba.fr/telechargements/authorizer-2.3.12-fr_FR-locale.zipI hope this could be also included into the next release Paul. π
Forum: Reviews
In reply to: [WordPress Word Count and Limit] Doesn't workSorry, I don’t understand what you mean. Tell me exactly what doesn’t work.
Forum: Reviews
In reply to: [WordPress Word Count and Limit] Doesn't workI see you are running WordPress 4.3.3 version.
Did you try to upgrade to 4.4 version?
Can you give me a list of your installed plugins?No, shouldn’t be too difficult. Let me think about it and see if I can implement it in the next version…
Thanks for the feedback.Forum: Plugins
In reply to: [WordPress Word Count and Limit] Getting js error on edit post pageFixed in 1.3 version π
Forum: Plugins
In reply to: [Access Category Password] Different Categories, different passwordsYour not the first asking for this feature… I should look to it but for the moment, I’m really busy, stay tuned π