Closed (cannot reproduce)
Project:
Comment Bonus API
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2010 at 11:46 UTC
Updated:
28 Feb 2012 at 19:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
kjv1611 commentedI don't see any attachments.
I'm not involved with this module, and never used it, but this is what I'd ask first: Are you sure this module doesn't depend on some other module which you don't have downloaded or enabled? Check the specifics for the module to determine whether something else is required before you can run this one.
Comment #2
shadysamir commentedFurther findings: Enabling the module alone without ajax_comments causes comments to disappear.
Changing title and marking as bug
Comment #3
shadysamir commentedScreenshot was not attached with first post
Comment #4
shadysamir commentedcheck my last reply.
This module only depends on comment module, which is there and enabled. I even checked the info file for dependencies. You can see the screenshot that I attached now for a better idea
Comment #5
shadysamir commentedI had ajax-comments 1.x-dev installed. So I installed ajax_comments 1.8 instead and the checkbox was undimmed making it possible to enable and disable the module from modules admin page. But still enabling the module makes the comments disappear.
Comment #6
locomo commentedsubscribe
Comment #7
parasolx commentedI also facing same problem. All comments disappear when both modules activated (Ajax Comment + Comment Bonus).
First i though it maybe causes by Ajax Comment, so i disable it, still all comments disappear.
Disable Comment Bonus, all comment reappear.
So i though it maybe have problem with any module related with this module.
I disable all module that altered all comments, but still it disappear.
Another site, I used both module and it works like a charm. So, IMHO it maybe have related with Panel module that have been complaint before.
So, at this time, I back port to Ajax Comment 1.8 that works like it should be.
Comment #8
shadysamir commentedDo you have any links to issues with panels module?
Comment #9
rjbrown99 commentedPlease see this issue for information on panels: #354836: Doesn't work with comment forms in panels. There is also this issue: #672722: Add compatibility with panels.
To the original poster: if this issue is specifically related to panels I'd like to close it as a duplicate of the other one since it has additional information. Please advise.
Comment #10
parasolx commentedOn site that working, no Panel module has been installed.
but on site that have Panel module, all previous comment disappear.
Comment #11
rjbrown99 commentedThanks for the update. Let's call this a duplicate of #394836: Is it possible to add an extra encoding ?. Please migrate to that issue in regards to panels integration. Thank you.
Comment #12
parasolx commentedHrm, i think you have refer to wrong issue. i think it supposed to this issue #672722: Add compatibility with panels
Comment #13
shadysamir commentedThis has nothing to do with panels on my site. The page showing the node with comments has no panels on it.
Comment #14
rjbrown99 commentedPlease provide quite a bit more information - the new README in the -dev branch has a list of things to try and information to provide for additional help. Also make sure you are on the latest -dev.
Comment #15
shadysamir commentedI cant find the README in DEV branch. Do you mean for bonus API or for Ajax Comments?
Comment #16
rjbrown99 commentedSorry, I meant for Ajax Comments. The two are so closely related.
http://drupalcode.org/viewvc/drupal/contributions/modules/ajax_comments/...
Comment #17
shadysamir commentedI read the troubleshooting instructions, and the only issue that applies in my case is the theming. I'm not sure if you mean each comment DIV needs to have .comment class, or if all comments should be inside a DIV with .comment class. But as you mentioned comment.tpl.php I changed each comment to have .comment class from this
<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; print ' '. $zebra; ?>">to this
but the problem is still there.
If you mean all comments to be in a .comment DIV, then I dont understand why since the default comment-wrapper.tpl.php uses .comments class
By the way, the module checkbox is no longer dimmed in modules page with the latest DEV
Comment #18
shadysamir commentedAny updates?
Comment #19
DaPooch commentedI'm in the same boat, I can't get my comments to appear with this module (bonus api) enabled. When I disable they come back. Tried basic garland theme and still no comments. I do have a comment class applied to my comment.tpl.php and still nothing. Has anyone got the latest dev to work with latest AJAX_comments DEV?
Comment #20
bariew commentedI used
"$('#edit-status-comment-bonus-api').attr('checked', true)"
in Firebug console to enable "Comments bonus API" ;)
But comments do not disappear when i delete them.
So i added
"if($(this).parents('.forum-post').length)commentbox=".forum-post";"
after
"var commentbox = ".comment";"
in "ajax_comments.js" in 'Ajax comments' module;
now it works fine.
Comment #21
rjbrown99 commentedNeed more information, can't currently reproduce this. I did make the module_load_include optional only if the ajax_comments module exists but that should not be a factor here since it returns FALSE if it can't find an include.
Comment #23
rjbrown99 commented