Hi everyone,
After a day of fruitless searching, I turn my weary screen eyes to the community, as I can't seem to figure this one out.
Am running Joomla 1.0.12, CB 1.02, Authorbot and JB plugin.
PHP 4.4.3 & MySQL5 on Free.
Annoying little thing:
When accessing the profile links from “CB User Profiles” or “My Profile” the pathway is okay, except [User Profiles] is no link. Example:
Home - User Contacts - User Profiles - Members List
/index.php?option=com_comprofiler&task=userProfile&user=64&Itemid=122
When accessing the profile from an article there is a malformed breadcrumb with Home - Username (no links)
Example:
Home - UserName
/index.php?option=com_comprofiler&task=userProfile&user=64&Itemid=1
When accessing the profile from Joomlaboard there are no breadcrumbs at all
/index.php?option=com_comprofiler&task=userProfile&user=64
(no ItemID)
So the ItemID is the culprit in all cases, I figured that much. If the real user ItemID is added, the breadcrumbs add up just the way I want them
Question: how & where in the respective codes do I set the ItemID to NOT be 1?
Thanks in advance for the help.