julien_e
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration] Unable to open file for reading.flinty2000’s solution worked for me. And I was super skeptical 🙂
(I was getting the “Unable to open file for reading” message at the end of my upload, every time).
So thanks!
Julien- This reply was modified 1 month ago by julien_e.
Forum: Plugins
In reply to: [12 Step Meeting List] Meetings down after latest updateFixed after having having switched to twenty twenty theme and back to twenty seventeen.
Not much more I can say to help if anyone runs into the problem, except after having rolled back, the new version was NOT the problem.
Same prob
Forum: Plugins
In reply to: [WP Job Manager] Add region/city to slugI have experienced the exact same problems as fancony.
Any help would be appreciated.
ThanksForum: Plugins
In reply to: [Ultimate Member & Job Manager] QuestionsYes that is a Ultimate Member role. I also tried with the wordpress role, and it doesnt work either, I will paste example now
Forum: Plugins
In reply to: [Ultimate Member & Job Manager] Questions/***
*** @add tabs based on user
***/
add_filter(‘um_user_profile_tabs’, ‘um_job_dashboard_user_add_tab’, 100 );
function um_job_dashboard_user_add_tab( $tabs ) {
unset( $tabs[‘job_manager’][‘subnav’][‘post_a_job’] ); // now unset the tab
if ( get_current_user_id() == um_profile_id() && current_user_can(‘UMCustomer’) ) {
$tabs[‘job_manager’][‘subnav’][‘post_a_job’] = __(‘Post a Job’,’ultimate-member-job-manager’); // again set
}
return $tabs;}
Forum: Plugins
In reply to: [Ultimate Member & Job Manager] QuestionsThanks very much for your answer. It didnt work for me, the plugin still appears for all roles.
I tried with both the UM role and the WP role.
But I dont mean to be demanding, you have done enough already.
Thanks again,
J.Forum: Plugins
In reply to: [Ultimate Member & Job Manager] QuestionsWhat I am trying to do is have Ultimate Member Job Manager plugin only appear for a specific role.
Thanks!
JulienForum: Plugins
In reply to: [Ultimate Member & Job Manager] QuestionsHi again, I implemented the code, but I didnt explain well, I apologize. What I am trying to do is have this plugin as a whole appear only for a certain role.
ThanksForum: Plugins
In reply to: [Ultimate Member & Job Manager] QuestionsThanks for that lightening fast answer! Its very appreciated.
No problem to ad it to functions.php.
However may I ask where I specify the role(s) for which it is visible?
ThanksJulien
Forum: Plugins
In reply to: [Ultimate Member & Job Manager] QuestionsHi, I also need this option.
Only show “Post Job” if user is logged in with a certain role.Thanks,
Julien
Forum: Plugins
In reply to: [Simple User Registration] system could not send you email with loginHi, I have the same problem. Mail is otherwise working fine. Can you advise what this could be please?
The exact message I get is:
“Regisration is completed but system could not send you email with login detail, please contact site admin”