sean01 wrote: i just want to create a simple link from a property details page to CB user profile who posted the listing.... something like
<a href="index.php?option=com_comprofiler&task=userprofile&user=$cbUser">Agent Details</a>
I guess you need some code like this:
$html = '<a href="index.php?option=com_comprofiler&task=userprofile&user=' . $userid . '&Itemid=XXX">Agent Details</a>';
(you need to substitute the XXX with the itemid of your cb profile menu.