johnmbd
Forum Replies Created
-
Hello!
I created the custom fields and now it is working after submission. But how do I prevent it from auto logging into the new account when it is created? I just want for it to stay on the same page. Thanks
Ok you can try again. Thanks
Hello!
I tried adding this to my themes function.php file
1.
add_filter('tutor_dashboard/nav_items', 'add_some_links_dashboard'); function add_some_links_dashboard($links){ $links['https://4learn.mydatau.org/dashboard/employees'] = __('Custom Link', 'tutor'); return $links; }
and it did not work so I tried #2
2.
add_filter('tutor_dashboard/nav_items', 'add_some_links_dashboard'); function add_some_links_dashboard($links){ $links['employees'] = __('Custom Link', 'tutor'); return $links; }
and it did not work so I tried #3
3.
add_filter('tutor_dashboard/nav_items', 'add_some_links_dashboard'); function add_some_links_dashboard($links){ $links['employees.php'] = __('Custom Link', 'tutor'); return $links; }
I also created a employees.php file in my dashboard folder.
Hello thank you for the response.
I forgot to mention that I am getting these two validation errors:
Required organization name
Required job titleHow do I go about removing these required information or how would I fill them in?
Here is the screenshot: https://ibb.co/1247bK0
Hello Kardi!
Thanks for your response. I resaved my permalinks but it is still not working and gives the 404 error.
Hello, I just had to clear my cache and it was fixed. Thanks