bobchou9
Forum Replies Created
-
Forum: Plugins
In reply to: [User Access Manager] How to remove “ASSIGNED GROUPS” notification?OK, I found the solution, go to UAMPATH/src/UserAccessManager/UserAccessManager.php,
comment line 546
$this->wordpress->addFilter('edit_post_link', [$frontendController, 'showGroupMembership'], 10, 2)
that’s it, but in future, can we put this in settings as an option, thanks!
- This reply was modified 7 years, 10 months ago by bobchou9.
Forum: Plugins
In reply to: [Next Active Directory Integration] Update to 2.0.10 failedHi FatSquirrel,
Thanks for quick reply, before I just want to try to update it on my local machine, it failed, but when I try to update it on my server, it worked, so maybe it is something wrong on my local, anyway, thanks for your great work for this plugin
Forum: Plugins
In reply to: [Next Active Directory Integration] Update to 2.0.10 faileda typo, I mean it should not be my hosting or folder permission problem.
Seems WordPress forum do not allow to edit the original post now?
Forum: Plugins
In reply to: [Next Active Directory Integration] Does not support custom roles?Thanks for your team, I have updated to the latest version 2.0.9, and the custom roles now is selected-able in the list!
Forum: Plugins
In reply to: [Next Active Directory Integration] activate plugin notification bugGreat! I have updated to the latest version and the problem solved now!
Forum: Plugins
In reply to: [Next Active Directory Integration] Does not support custom roles?Great!! Thanks for your hard work!!
Forum: Plugins
In reply to: [Next Active Directory Integration] Does not support custom roles?Hi tobi,
I saw you guys just uploaded a update 2.0.5, thats awesome!! but seems this custom role problem and the activate notification bug still not fixed? so do you have a schedule when you will start fix these two issues? thanks!!!
Forum: Plugins
In reply to: [ImageMapper] How to set a default highlight area color?OK, I figured this out, just go to imagemapper.php, line 51, the “last_chosen” option, change the color number what you want, then go to line 738,
Delete:
$meta->color = $styles[‘last_chosen’];Add:
global $imgmap_colors;
$meta->color = $imgmap_colors[‘last_chosen’];thats it
Forum: Plugins
In reply to: [Active Directory Integration] ADI 2.0 compatibility questionThanks for reply, another question is,if I use this beta version now, can I upgrade to the release version very quick without lose any data?Thanks!
Here is simple solution for this issue, just go to
intuitive-custom-post-order.php, line 148, inside the function of load_script_css(), just add a condition, looks like
if ( $this->_check_load_script_css() && current_user_can(‘manage_options’))
thats means only current user who have ‘manage_options’ capability can load the js and css file. For the default only administrator role have this capability, so for now only admin can reorder.. you can user different capability to control which roles can reorder your post..
this is not a good solution cuz it edit the core file of this plugin, if you do a update it may be not working..
that should be a CSS conflict between the plugin and your theme, just write a CSS rule in style.css for the navbar menu should solve this problem.
What I mean is the second one, result template files, if we can get a similar function like PRO version in the upcoming release, that would be great! thanks for your help!
Great! thanks!
I saw you just did a update(4.6.2) for this issue, great job!! Thanks a lot!
Hi there, thanks for your reply!!
I am developing my own theme now, so sorry I do not have a link to show you. But I just use the exactly same scenario tested in a brand new WordPress 4.5 system, with default themes(twentyfifteen, twentysixteen), the issue still there, so I wonder it should not be a 3rd party theme or plugin collision.
Here is my screen shot:
https://snag.gy/rmzN75.jpg //this is backend setting
https://snag.gy/A3KWlR.jpg //this is how the front end look likeAnd yes, if I customize my css code, I can fix this problem, but I just think if this is a real bug, it good for you to fix it in the production.
Thanks again!