×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Integrate Remository

Integrate Remository 14 years 2 months ago #9094

  • manuel
  • manuel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
How can I link the !JoomlaComment script with the remository script?

In "content settings" - "General" - "Exclude/Include sections:" I can't find the list of remository.

The users who aren't registered on my site, all these pages doesn't show in !JoomlaComment, why is that? What can I do to show these pages in the section of !JoomlaComment?

Thank you for your help!

Integrate Remository 14 years 2 months ago #9095

  • Nils Ally
  • Nils Ally's Avatar
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 299
  • Thank you received: 33
I don't know what component or system you are using for your remository script.
But normally a system that deals with this stuff does not fall automatically into the article areas, and hence will not automatically be opened for comment functions.

To get that in place you need a plugin that will make it work, normally together with a few lines of code that you enter into the remository system.

There are already 7 plugins available in the Marketplace for a small price, including one for Virtuemart, if you are using this.

Some plugs are already inside the Commenting system, but need activation. -But I don't thijnk any of these handle a remository.
Perhaps Jonus or Daniel can confirm this better...

Integrate Remository 14 years 2 months ago #9107

  • manuel
  • manuel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
I'm using Joomla 1.5.15 with the !JoomlaComment 4.0 RC1 script and the ReMOSitory version 3.52.8 script. Normally the newest versions of those scripts. I don't have any other scripts on joomla, just these.

Where can I find these plugin? Is it free?

Nils Ally wrote:

I don't know what component or system you are using for your remository script.
But normally a system that deals with this stuff does not fall automatically into the article areas, and hence will not automatically be opened for comment functions.

To get that in place you need a plugin that will make it work, normally together with a few lines of code that you enter into the remository system.

There are already 7 plugins available in the Marketplace for a small price, including one for Virtuemart, if you are using this.

Some plugs are already inside the Commenting system, but need activation. -But I don't thijnk any of these handle a remository.
Perhaps Jonus or Daniel can confirm this better...

Integrate Remository 14 years 2 months ago #9108

  • manuel
  • manuel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
the file that must re-programmed is:
/components/com_remository/v-classes/remositoryFileInfoHTML.php

Find these lines
$commentsdb = $file->getComments();
  if ($commentsdb){
    $this->tabcnt = 1;
    $legend = _DOWN_COMMENTS;
    foreach ($commentsdb as $comment) $this->showComment($legend, $comment);
  }
  else {
    $legend = $this->remUser->isLogged() ? _DOWN_FIRST_COMMENT : _DOWN_FIRST_COMMENT_NL;
    $this->fileOutputBox('', '<strong>'.$legend.'</strong>');
  }
  if ($this->remUser->isLogged()) $this->commentBox($file);

And replace with some new code, but which code?

Integrate Remository 14 years 2 months ago #9109

  • manuel
  • manuel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
I'm disappointed concerns the re-plys on my posts! I have fount another comment board, that support those scripts, sorry guys!

Integrate Remository 14 years 1 month ago #9121

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I'm happy you found a solution manuel, have fun!
  • Page:
  • 1
Time to create page: 0.110 seconds