Hi-
I am currently working on adding a link called "blogs" to the navigation bar. This link would direct users to the "Blogs" main section of the "profile" widget. I noticed the tutorial where you can add Javascript to insert a link after the page renders from the controller, and while this technique seemed to work mostly:
https://developer.ning.com/tutorials/Adding_a_Tab
...The issue that arose is that the "Blogs" section seems to be a subsection of "Profiles". For some reason, the navigation highlight variable or "navHighlight" page variable is set to assign the "this" class to the "membership" tab which seems to override the Javascript that assigns the "this" class to the "blogs" tab.
I also tried another technique by adding a "blogs" entry to the "navEntries" array in the XG_ModuleHelper.php instead of using the Javascript provided in the tutorial. Again, this successfully added the linked "blogs" tab to the navigation bar, but again it failed to assign the proper class "this" to the tab when the user clicked through to the "Blogs" main page. Instead the "membership" navigation tab again was highlighted.
Any suggestions on why this maybe occurring, or where I can set the "navHighlight" page variable for this particular page so that the "blogs" navigation link is properly set to "highlight" mode. An example of what I am doing can be found here:
http://smartupgradetest.ning.com/
Thanks!