link to profile

12 years 5 months ago #182195 by sean01
Replied by sean01 on topic Re: link to profile
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>

Please Log in to join the conversation.

12 years 5 months ago #182199 by nant
Replied by nant on topic Re: link to profile

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.
The following user(s) said Thank You: sean01

Please Log in to join the conversation.

12 years 5 months ago #182301 by sean01
Replied by sean01 on topic Re: link to profile
cannot get it to work.......

keep getting ....... This profile does not exist or is no longer available??

Please Log in to join the conversation.

12 years 5 months ago #182309 by nant

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.199 seconds