Customize "my courses page"

Home Forums Legacy Support Support queries Setup issues Customize "my courses page"

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #145409
    lapacast
    Spectator
    Hello, I want to add a text in "my courses" page for all students.How may I do that? I believe the url is /members/memberuser/course Thanks
    #145438
    Anshuman Sahu
    Keymaster

    Please try adding this code in your wplms-customizer.php file in wplms customizer plugin :

    add_action('bp_course_screen_my_courses',function(){ ?> your html here <?php });
    #146448
    lapacast
    Spectator
    It didnt work :( what else should I try? I want text in this page https://www.dropbox.com/s/qjglzgbs5vva7ta/customize.png?dl=0
    #146477
    Diana
    Participant
    @lapacast, Use this add_action('bp_before_member_course_content',function(){ ?> //your html <?php });
    #146537
    lapacast
    Spectator
    Hello Diana, nothing happen, Am I doing something wrong? please see this picture: https://www.dropbox.com/s/w5phayag8xwgrge/customcss.png?dl=0
    #146538
    lapacast
    Spectator
    Sorry this is the picture: https://www.dropbox.com/s/w5phayag8xwgrge/customcss.png?dl=0
    #146550
    Diana
    Participant
    @lapacast, you did it wrong, paste this code in wp-admin > Plugin > Editor > select WPLMS Customizer Plugin then save
    #146557
    lapacast
    Spectator
    awesome! where should I paste it, at the end?
    #146608
    Diana
    Participant
    @lapacast, yes, you have to paste it at the end. refer: http://prntscr.com/ieg31n
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Customize "my courses page"’ is closed to new replies.