Skip to Content Skip to Menu

link to profile

  • sean01
  • sean01
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
12 years 11 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 or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 11 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 or Create an account to join the conversation.

  • sean01
  • sean01
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
12 years 11 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 or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 11 months ago #182309 by nant

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum