The HyperComments technology replaces your Drupal comment system with your comments hosted and powered by HyperComments

module for Drupal 7

HyperComments Features

  • Commenting on a text fragment
  • Real-time Conversation
  • HyperComments are indexed by search engines
  • Import/Export of existing comments
  • No registration required
  • Social integration (authorization with social network and re-posting)
  • RSS live feed
  • Anti spam protection
  • Whitelist / blacklist
  • Real-time comments moderation

HyperComments module for Drupal
1) SSO
2) Export Comments
3) Synchronization comments

Project link

git clone http://git.drupal.org/sandbox/hypercomments/1910684.git hypercomments

Comments

vaibhavjain’s picture

Status: Needs review » Needs work

Welcome hypercomments to the community.

Automated review of your module
http://ventral.org/pareview/httpgitdrupalorgsandboxhypercomments1910684git

There are some issues, please fix them.

Manual Review.
Info file is incomplete - Required attributes are missing, Please check here for more details - http://drupal.org/node/542202

Module File - Function hypercomments_seo()
Can you use a theme function rather than direct output, this would be much cleaner, as all HTML is supposed to be in a TPL file.
BIGGER reason being that closing php tags "?>" in a module file is a BIG NO NO in drupal.

admin.inc File - Function hypercomments_admin_savewid()
Rather than using json_encode, you can use drupal_json, and remove exit.

There are similar issues as above 2 in this module. Please work on them

hypercomments’s picture

Status: Needs work » Needs review

Fix bugs

klausi’s picture

Priority: Major » Normal

We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)

Priority is normal, see http://drupal.org/node/539608

dDoak’s picture

Hi,

Please add a Readme.txt to your module.

A quick manual review :
- bad indentation in hypercomments_help
- get_language, get_auth do not respect naming standard (must be prefixed by module name)
- in hypercomments.js encapuslate your JQuery code in "(function ($) { })(jQuery); and use $ instead of JQuery.
- in hypercomments_admin_notify use $_POST instead of $_REQUEST
- in hypercomments_admin_delete_xml use conf_path() function to generate your xml file path

Thx

joshhoegen’s picture

Status: Needs review » Needs work

I love the concept and see huge potential, but I'm having a hard time getting this ball rolling after installation. Can we get a read me?

Also, I'm still seeing a lot of errors in the automatic code review:
http://ventral.org/pareview/httpgitdrupalorgsandboxhypercomments1910684git

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

I'm a robot and this is an automated message from Project Applications Scraper.