Home › Forums › Chit Chat › WPLMS customizations › How to create custom link on course left menu
Tagged: Left NAV fixed View
- This topic has 26 replies, 5 voices, and was last updated 9 years, 1 month ago by sureshkdara.
-
AuthorPosts
-
October 29, 2015 at 9:17 am #5809sureshkdaraSpectatorHi, Thank you for the fix. working great. please explain how you fixed.. so that we can do the same process for our future sites..October 29, 2015 at 9:27 am #5810sureshkdaraSpectatorHi, 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)October 30, 2015 at 12:51 pm #6062Anshuman SahuKeymasterThis fix has been included in the updated so you do not need to add the fix in after the vibe course module plugin update .November 4, 2015 at 8:17 am #6915sureshkdaraSpectatorRecently 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: sapindia123November 4, 2015 at 8:57 am #6919MarinazelParticipantNovember 4, 2015 at 3:57 pm #7042sureshkdaraSpectatorHi, 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...November 5, 2015 at 7:04 am #7104MrVibeKeymasterGo 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 toecho '<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>';
November 8, 2015 at 11:02 pm #7656sureshkdaraSpectatorHi 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: sapindia123November 9, 2015 at 6:33 am #7680Anshuman SahuKeymasterThis is a customization . So moving this topic to customizations .November 9, 2015 at 2:08 pm #7827sureshkdaraSpectatorHi 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..November 10, 2015 at 6:59 am #7921sureshkdaraSpectatorHi 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 ThanxNovember 12, 2015 at 9:35 pm #8286sureshkdaraSpectatorI 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> -
AuthorPosts
- The topic ‘How to create custom link on course left menu’ is closed to new replies.