Ok, so I upgraded to 4.2. And now I have some new problems.
1. There were sub-nav that I added via plugin that aren't working. They appended themselves to the sub-nav under what is now considered "articles", but they now do not show up. Here is a what the plugin script looks like:
Code:
if (is_member_of($vbulletin->userinfo, 6, 9, 18)) {
$template_hook['vbcms_navbar_end'] .= '<li><a href="http://www.mysite.com/mypage">My special page</a></li>';
}
2. I tried to make new tabs that can only be seen by custom usergroups, but after several tries I do not know what to put in the $show to designate a custom usergroup. Do I use the usergroup id? The name? I am confused. Any help would be greatly appreciated.
--------------- Added [DATE]1349203510[/DATE] at [TIME]1349203510[/TIME] ---------------
So I figured out the solution to the first one. The subnav information is now found on each article. So if you want to set your page/article as subnav under the CMS tab, you have to indicate that on the article itself through the editor... interesting...
Still have no answer for the second question I asked... anyone?