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: Jcomments and Acepoll how to enable it
Pages: [1]   Go Down
  Print  
Author Topic: Jcomments and Acepoll how to enable it  (Read 2176 times)
0 Members and 1 Guest are viewing this topic.
exchequer
Newbie
*

Karma: 0
Offline Offline

Posts: 9


« on: May 15, 2012, 19:49:27 »

Ok so I learned that acepoll has the option to set jcomment for comments.

However jcomments are not displayed.

This makes sense because jcomment never displays unless a category is set or the tage {jcomments on} is added.

How do I get Jcomments to display on the clicktrough link from Acepoll?

edit: even found it in the code in com_acepolls/views/poll/tmpl/default.php:

Code:
$comments = $this->params->get('show_comments', '0');

if ($comments != 0) {
$jcomments = JPATH_SITE . '/components/com_jcomments/jcomments.php';

...
if ($comments == 1 && file_exists($jcomments)) {
require_once($jcomments);
echo JComments::showComments($this->poll->id, 'com_acepolls', $this->poll->title);
}

So what is going wrong?
« Last Edit: May 15, 2012, 20:04:00 by exchequer » Logged
exchequer
Newbie
*

Karma: 0
Offline Offline

Posts: 9


« Reply #1 on: May 15, 2012, 22:00:16 »

Fixed it by disabling detailed messages.
Logged
SNap
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« Reply #2 on: August 12, 2012, 14:37:30 »

i have the same problem.. i cant find any option like Disable detailed messages....where u found it?
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    Integration with third-party extensions    Topic: Jcomments and Acepoll how to enable it
 
Jump to: