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: JoomD and JComments
Pages: [1]   Go Down
  Print  
Author Topic: JoomD and JComments  (Read 3300 times)
0 Members and 1 Guest are viewing this topic.
abogner
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« on: April 11, 2012, 21:31:44 »

I recently changed directories from SobiPro to JoomD and the only thing I am missing is my Jcomments integration. Is anyone able to help with this integration?
Thank you!
Logged
danishbabu
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« Reply #1 on: June 06, 2012, 12:47:41 »

Hi,

JoomD has got it's own rate and review plugin click here to get this ( http://www.joomla6teen.com/JoomD-for-Joomla.html ), you can check it out working at http://demo.joomla6teen.com/joomd/. You need to have JoomD 2.1 or higher for this plugin to work.

Regards
Danish Babu
Logged
smart
Administrator
Hero Member
*****

Karma: 163
Offline Offline

Gender: Male
Posts: 2161



WWW
« Reply #2 on: June 06, 2012, 13:29:44 »

In my mind integration JComments and Joomd is possible but it will take some time because at this moment I do not found an easy way for getting title of certain entry. I will add this integration into my ToDo list.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
arsago
Newbie
*

Karma: 0
Offline Offline

Posts: 2


Email
« Reply #3 on: February 01, 2013, 17:21:24 »

To integrate Jcooment and JoomD open components/com_joomd/libraries/tmpl/jd_social.php and paste the following code at the end of file:

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

Go to JoomD admin panel -> Types, choose your type and in the Detail Layout Options set to YES "Save Item button" and "Email Icon"
Logged
arsago
Newbie
*

Karma: 0
Offline Offline

Posts: 2


Email
« Reply #4 on: February 11, 2013, 22:28:12 »

sorry i forgot to attach the file jc_com_joomd.php Please download file and place in components/com_jcomments/plugins folder

open components/com_joomd/libraries/tmpl/jd_social.php and paste the following code at the end of file:


Code:
<?php
$comments 
JPATH_SITE DS .'components' DS 'com_jcomments' DS 'jcomments.php';
  if (
file_exists($comments)) {
    require_once(
$comments);
    echo 
JComments::showComments($id'com_joomd'$title);
  } 
?>

go to JoomD admin panel -> Types, choose your type and in the Detail Layout Options set to YES "Save Item button" and "Email Icon"

* jc_com_joomd.php (0.76 KB - downloaded 69 times.)
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: JoomD and JComments
 
Jump to: