How to create custom link on course left menu

Home Forums Chit Chat WPLMS customizations How to create custom link on course left menu

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #5809
    sureshkdara
    Spectator
    Hi, Thank you for the fix. working great. please explain how you fixed.. so that we can do the same process for our future sites..
    #5810
    sureshkdara
    Spectator
    Hi, Thank you for the fix. working great. please explain how you fixed.. so that we can do the same process for our future sites.. and also please help how to remove HOME link in course menu. (left menu)
    #6062
    Anshuman Sahu
    Keymaster
    This fix has been included in the updated so you do not need to add the fix in after the vibe course module plugin update  .
    #6915
    sureshkdara
    Spectator
    Recently we updated plugin update.. after update again links showing extra links on course left menu... please help us to fix the issue... http://visualpathit.com/teradata-development-admin-online-training#about-course?action=custom Following extra link showing ?action=custom Please fix the issue and also help us to fix the issue from our end.. visualpathit.com/wp-admin user: home PAssword: n]NSlF5_B-Uv user: sureshdara pas: sapindia123
    #6919
    Marinazel
    Participant
       
    #7042
    sureshkdara
    Spectator
    Hi, Please explain how you fixed... we recovered fix from backup.. please explain how you fixed the issue... so that we can do on after plugin update...
    #7104
    MrVibe
    Keymaster
    Go to WP Admin - Plugins - Editor - Vibe Course Module - bp-course-function.php, line #105, locate code
    echo '<li id="'.$menu_item['id'].'" class="'.(($menu_item['action']==$action)?'current':'').'"><a href="'.$menu_item['link'].''.((isset($menu_item['action']))?(strpos($menu_item['link'],'?')?'&':'?').'action='.$menu_item['action']:'').'">'.$menu_item['label'].'</a></li>';
      change it to
    echo '<li id="'.$menu_item['id'].'" class="'.(($menu_item['action']==$action)?'current':'').'"><a href="'.$menu_item['link'].''.((isset($menu_item['action']) && !isset($menu_item['external']))?(strpos($menu_item['link'],'?')?'&':'?').'action='.$menu_item['action']:'').'">'.$menu_item['label'].'</a></li>';
     
    #7656
    sureshkdara
    Spectator
    Hi We have Update the code with your information to achieve  the custom links to the internal course pages.  Now we have an new issue from the client. The left NAV need to be fixed constant while browsing section by section information. Can we fix with your help. Please check the page link : http://visualpathit.com/course/python-online-training/ my credentials. user:home pwd:sap@123   www.visualpathit.com user: sureshdara password: sapindia123          
    #7680
    Anshuman Sahu
    Keymaster
    This is a customization . So moving this topic to customizations .
    #7827
    sureshkdara
    Spectator
    Hi Team, Can you please help on the above topic...Left NAV fixed place while browsing... we have to deliver this before diwali to a client ...we done everything with your help except the left NAV fixing... Thanks u..
    #7921
    sureshkdara
    Spectator
    Hi team, Can you please let me know will this support issue is in  your purview or not. I am awaiting your speedy help. We are struck to deliver this product. How can we fix the left NAV browser fix Thanx
    #8286
    sureshkdara
    Spectator
    I am clueless why are you guys not answered my question. Please addres this on urgent basis....   <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px; background-color: #efefef;">Hi We have Update the code with your information to achieve  the custom links to the internal course pages.  Now we have an new issue from the client. The left NAV need to be fixed constant while browsing section by section information. Can we fix with your help.</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px; background-color: #efefef;">Please check the page link : http://visualpathit.com/course/python-online-training/</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px; background-color: #efefef;">my credentials.</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px; background-color: #efefef;">user:home<br style="box-sizing: border-box;" />pwd:sap@123</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px; background-color: #efefef;"></p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px; background-color: #efefef;">www.visualpathit.com<br style="box-sizing: border-box;" />user: sureshdara<br style="box-sizing: border-box;" />password: sapindia123</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px; background-color: #efefef;"></p>
Viewing 12 posts - 16 through 27 (of 27 total)
  • The topic ‘How to create custom link on course left menu’ is closed to new replies.