Thanks Lynne,
Your solution to Plugin C works:
I changed:
if (THIS_SCRIPT == 'Cdn Listings')
to:
if ($GLOBALS['forumid'] == 2176)
The single Tab now works the way it's supposed to.
Based on your solution, how would your original code at the start of this thread be changed so that I could do the following:
The main tab says Listings
A person clicks onto Listings and a drop menu appears containing three or more sub tabs listed. Each of these sub tabs is linked to a different forum id.
Thanks Again
|