1. aceofspades21
  2. General Talk
  3. Thursday, 19 February 2009
  4.  Subscribe via email
Whenever I click a comment link in the latest comments module, it will display the article inside my frontpage. Is there something I can do to prevent this? I want the article to appear on its own. When clicking "Read more" on the front page article it properly displays the single article with the correct Itemid. If I could somehow remove the "Itemid=1" from the latest comment module links it would also solve this problem. How can I do this?


Edit:

Alright I figured out a workaround. I was trying to guess which portions of code to delete in the mod_comments.class.php by trial and error but nothing seemed to work. Instead I added a new line to manipulate the $link string.

Original code:
				$link = $comObject->linkToContent($post->_item['contentid'], $post->_item['id'], true);


Code with new line added:
				$link = $comObject->linkToContent($post->_item['contentid'], $post->_item['id'], true);
$link = str_ireplace("Itemid=1","",$link);




Just to clarify, links from the module used to look like this by default:
http://www.MYSITE.com/joomla/index.php?option=com_content&view=article&id=103&joscclean=1&comment_id=37&Itemid=1#josc37


Now they look like this:
http://www.MYSITE.com/joomla/index.php?option=com_content&view=article&id=103&joscclean=1&comment_id=37&#josc37


I hope this helps someone else in the future.
Responses (0)


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

Hotspots Pro 6.0.13 compatability with Joomla 5.3.
Running Hotspots Pro 6.0.13 on Joomla 4.4.13 and want to upgrade to Joomla 5.3.1...
2 Replies
Posted on Friday, 04 July 2025
  • New
  • some questions on Hotspots
    Hi, On Hotspots extension : 1) is it possible to add our own map layer / v...
    0 Replies
    Posted on Thursday, 03 July 2025
  • New
  • Trying to resize the image in the comments
    Hey everyone, Basically I am trying to make the images in the comments smalle...
    9 Replies
    Posted on Wednesday, 12 August 2009
    J5 compatibility for Hotspots
    Hi guys, Just started to update my old J3x website. Is there J5 compatibility p...
    2 Replies
    Posted on Monday, 24 February 2025
    • #Hotspots
    • #hotspots Joomla 5
    error message when adding/cofiguring email address
    When configuring the email plugin that send a email message to admin when a new ...
    0 Replies
    Posted on Friday, 09 May 2025