Thanks but its a bit over my head. When I look at line 194 in that php file the information is as follows:
if (substr(ltrim($url),0,7)!='http://') {
Can you tell me what to change.... do I need to add all of this...
function linkToContent($contentId, $commentId='', $joscclean=false, $admin=false, $dbg=false) {
$appl =& JFactory::getApplication();
if ($appl->scope == 'mod_comments') {
$mod_data = $this->getCatSecAliasMod($contentId);
$this->_route_catid = $mod_data->catid;
$this->_route_sectionid = $mod_data->sectionid;
//$contentId = $contentId . '-' . $mod_data->alias;
}
Do I delete out the existing info on that line?
Sorry to be a pain, I don't understand code
Thanks