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

Questions on new installation...
Working on getting this set up... https://eastend2024.joepolecheck.com/rumma...
3 Replies
Posted on Wednesday, 17 April 2024
  • Resolved
  • New
  • Changes to the Submission form
    Can you make changes to the Submission form? There are a few fields I'd like to ...
    0 Replies
    Posted on Thursday, 18 April 2024
  • New
  • Error received? Class "XMLReader" not fo
    Just installed the Pro version of Hotspots, but am getting an error when I try t...
    1 Replies
    Posted on Wednesday, 17 April 2024
  • Resolved
  • New
  • Links aus Veranstaltungsübersicht funktionieren ni
    Nach der Migration von Joomla 3.10 auf Joomla 5.0.3 treten folgende Probleme auf...
    2 Replies
    Posted on Monday, 08 April 2024
    Custom Hotspot Marker fails to load
    I just updated from Joomla 3 to Joomla 4.3.4 and Hotspots 6.0.12. I decided to e...
    0 Replies
    Posted on Tuesday, 09 April 2024