| 
     
      
      
      From: Chris B. <ch...@bd...> - 2006-06-09 01:18:12
      
     
   | 
I've found an interesting issue with the ListOfActiveTags component. I've added a reference to ListOfActiveTags to the default template on one of my connotea implementations. I'm guessing it wasn't meant to be used that way because when you click on a tag (say "foo") it takes you to http://www.mysite.com/tag/foo but then if you click on recent tag "bar" you end up at http://www.mysite.com/tag/foo/bar instead of http://www.mysite.com/tag/bar. I need to "absolutize" the URL prefix to Just http://www.mysite.com/tag so that when people click on a tag name, it always prepends http://www.mysite.com/tag, not the current request URL. The problem is that I don't know the code well enough to figure out what to change. Any suggestions? Thanks! Chris  |