View Single Post
Old 13.12.2005, 21:18   #29 (permalink)
buglerroller
Guest
 
Posts: n/a
Default Re: Integrate Flashmap with community builder

Quote:
Originally Posted by larpo
i do... http://www.redr.org/dev/content/view/19/19/

but there are some minor issues...

linking to the profile appears not to be working. I am using the SEF urls option in joomla, so the link in my mapxml.php looks like this:

PHP Code:
$pre_url=$rootPath.'component/option,com_comprofiler/task,userProfile/user,'
One irritation which you may like to remember if testing this is that you need to clear your temp internet files each time you edit and upload, as the files and swf get cached.
PHP Code:
$pre_url=$rootPath.'index.php?option=com_comprofiler&task=userProfile&user='
and

PHP Code:
url="'.$pre_url.$row[user_id]."/".'" 
does that work for you??

edit: this should work now.. solves all link issues! : )

Last edited by buglerroller; 13.12.2005 at 22:21.
  Reply With Quote