blasyfeel
Forum Replies Created
-
Hello, thank you for your answer. Sorry I did not know. I bought the premium version. I am contacting you directly from your site. Thank you
Hi,
It good.
Thank
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] icon in lienHello, Thank you for your feedback.
I don’t know much about programming and I don’t know how to do it.
Here is the code I used to add the links in the dashboard:
add_filter (‘tutor_dashboard / instructor_nav_items’, ‘add_some_links_dashboardR’);
function add_some_links_dashboardR ($ linksr) {
$ linksr [‘custom_linkr’] = array (‘title’ => __ (‘Checkout mode’, ‘tutor’), ‘url’ => ‘https://link.com/’, ‘auth_cap’ => tutor () -> instructor_role);
return $ linksr;
}How to add the withdrawal cine in front of the Checkout mode links I just created.
Thank you
I do something according to my imagination by reading this “PS: If you add links to the Dashboard, you must add new view files to the tutor/templates/dashboard/ folder. The file should be named the same as the index (“custom_link” in the example code).” to display my orders in dashbord but it did not work.
I copied the my-orders.php file that I took in "wp-content / plugins / woocommerce / templates / myaccount / my-orders.php" in "/ wp-content / plugins / tutor / templates / dashboard "and I also created a" my-ordes "folder and copied the same file there. I do the same for my the folder of my theme "/ wp-content / themes / edumall / tutor / dashboard /" I have this bit of code "" "add_filter ('tutor_dashboard / nav_items', 'add_some_links_dashboard'); function add_some_links_dashboard ($ links) { $ links ['my-orders'] = __ ('Test', 'tutor'); return $ links; } "" "" in function When I click on "Test" in the dashboard to display I have "Oops! This page could not be found." I don't know what to do anymore, can someone help meHello, thank you for your feedback. I saw the documentation to add a link that redirects to “www.lien.com” for exemple yes I know how to do it but to add for example download / woocomerce which redirects to “www.lien.com/dasboard/downloadt, I have a page not found 404 so I can’t display the woocommerce download on the dashboard You don’t have a piece of code please?
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] CertificateOK, thanks
It does not work. Here is what I modified
https://ibb.co/YkCztNKForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Category viewI am using edumall coe theme. I didn’t understand, or can I do this on wordpress? In the setting? Please be a little more specific please the image does not show much
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Category viewHello, I would like to display the category in 3 levels on the category.
In the pictures the category is displayed only at two levels then it displays the course directly
https://ibb.co/C6BxcJs
https://ibb.co/xJYGKb5
ThankI am using the EDUMALL theme
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Sub subcategoriesHi, you didn’t understand my question. I spoke of sub subcategories. The sub categories I already know how to create it
Have you planned the automatic payout functionality in the future? It will be really interesting and it will still make your plugin more than perfect. Thank you
OK. Thank you so much. I thought you could help me because you said you just need to create a little condition. Thank you
Hi, thanks for your reply. As you know, I don’t know much about programming, I spent hours and I can’t find a solution.
I tried this to display a pop-up message for incomplete profileif (tutils()->user_profile_completion()) { écho do_shortcod3 ('[shortcode]') ; }When I click on add a new course, it displays the Pop-up when the profile is complete and when the profile is not complete
Help me please man
I take this opportunity to ask you, don’t you have a code one to allow me to force instructors to complete their profile before posting a course? I would just like that when an instructor clicks on “create a new course” that they can have a little message “please complete your profile before posting a new course” Please