Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: name meaning component
Pages: [1]   Go Down
  Print  
Author Topic: name meaning component  (Read 1088 times)
0 Members and 1 Guest are viewing this topic.
sorema
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« on: May 16, 2011, 14:15:07 »

i've recently purchased the name meaning dictionary component for my web site. there is a commenting system included but i'd like to use jcomments instead, as for the rest of my website. i've tried to integrate substituting the comment system part with the following code.

Code:
$comments = JPATH_SITE . DS .'components' . DS . 'com_jcomments' . DS . 'jcomments.php';
  if (file_exists($comments)) {
    require_once($comments);
    echo JComments::showComments($id, 'com_name_meaning', $title);
  }


the result is the commenting form but as i submit a comment no title is stored and so there's no way to backlink to the comment.. any suggestion? how can i force getting the title?
thank you in advance
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: July 26, 2011, 06:21:40 »

You have to make simple plugin and place it to /components/com_jcomments/plugins folder... These plugins are used to retrieve information about commented object's title and link. You can find in this folder a number of plugin or look at documentation section of JComments's site...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: name meaning component
 
Jump to: