Closed (fixed)
Project:
Node Comments
Version:
5.x-1.0-beta
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 Feb 2007 at 19:41 UTC
Updated:
14 Mar 2007 at 15:15 UTC
Jump to comment: Most recent file
If you don't, you get a big ol' fatal error about theme_comment being declared twice.
I'm thinking an extra submit handler on the admin/build/modules screen that disables the module, along with a drupal_set_message() saying the two are incompatible.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | disable-comment.patch | 1.22 KB | webchick |
Comments
Comment #1
webchickNevermind! This has already been taken care of in the newest CVS version.
Comment #2
webchickAh, but the Fatal error: Cannot redeclare views_query_handler_field_last_comment_name() wasn't. ;)
So setting back to active. Will take a look after supper. http://drupal.org/node/54463 might have some clues.
Comment #3
webchickHere we go.
This patch does two things:
#1: Disables comment module whenever node comment is enabled.
#2: Makes the comment module checkbox disabled so that it won't get re-enabled accidentally.
Comment #4
robertdouglass commentedAfter a quick review I applied. Further testing needed, but that's why it's BETA.
Comment #5
(not verified) commented