1. Alexander
  2. Plugins
  3. Monday, 24 January 2011
  4.  Subscribe via email
I've created a custom component, com_stories. It's a sort of testimonials manager. I've created a custom !joomlacomment plugin that allows users to comment on other users' testimonials. (Using !joomlacomment 4.0 RC1. I know, it's deprecated. We'll probably upgrade when we move to Joomla! 1.6.)

This component has two views: stories, which lists all testimonials (paginated) with readon links, and story, which displays a single testimonial including comments. I've modified checkVisual in the plugin to check which view com_stories is in and give a readon link or show the comments depending. This is working perfectly.

Except: in the stories view, all the readon links point to id=0. Or if I set an id via url parameter (which is not meant to be done, by definition stories view is all ids), all of the readon links are to that id.

Before, I just generated the readon links in the component itself, but I would like to be able to show the number of comments on a given testimonial.

Here is the relevant code from com_stories stories view template:

default.php:

foreach ($this->rows as $this->row) {
echo $this->loadTemplate('story');
$i++;
}


and default_story.php:

row->name . '';
echo 'Posted ' . date('M. jS, Y', strtotime($this->row->submitted_date)) . '';
echo '' . $this->row->story . '';
echo $this->row->id;
global $option;
require(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_stories.php");
?>


(Used require instead of require_once because otherwise only the first testimonial will have a readon link.)

Is there some way to pass the id of each testimonial to !joomlacomment so that the readon links point to the correct id of each item in the stories view, like they do on com_content's section blog and category blog layouts?

Any help would be greatly appreciated!

Alexander Clark

P.S. Sorry if this question has been answered before. I spent a lot of time googling and was unable to find anything.
Responses (4)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

New comments not appearing on refresh
Hello, Several users of my customers site are reporting that they don't see ne...
3 Replies
Posted on Friday, 25 October 2024
  • New
  • SEO Transfer
    Hi We would like to try again as cms2cms did not work. We have installed Joom...
    1 Replies
    Posted on Wednesday, 02 March 2022
    Can the comments forms show on category blog pages
    I recently changed my blog page from showing only article intros to full article...
    2 Replies
    Posted on Monday, 21 October 2024
    • #category blog
    • #CComment 6
    Email notifications not being sent to admin when n
    I am not receiving notifications of new comments by email and I have searched th...
    6 Replies
    Posted on Thursday, 24 November 2022
    Integration of Google Map in Jomsocial
    Hi team, I would like to know if the version of Hotspot allows to display at ...
    6 Replies
    Posted on Wednesday, 07 September 2022