Hello,
the link from board-index page to the profile of the last user who made a post does not work. There is a foldername "/%20/" in the link witch is not correct. How can i change this?
Thanks
Guy
Here the link to my page:
http://www.fok-team.de/index.php?option=com_joobb&view=board&Itemid=69
hi guybrush,
please edit JOOMLA_ROOT/components/com_joobb/designs/templates/joobb/joobb_forum.php
than find the code...
Code
' '. $this->forum->authorLink;
$this->forum->authorLink;
$this->forum->author;
' '. $this->forum->author;