This is a small module integrating the Userlike live chat SaaS into Drupal 7 installations without fiddling with templates.
It basically adds an individual external Javascript file via drupal_add_js() in a page_alter-Hook.

Cloning userlike

git clone --recursive --branch master zakx@git.drupal.org:sandbox/zakx/1558786.git userlike

PAReview

I already did this, see http://ventral.org/pareview/httpgitdrupalorgsandboxzakx1558786git

Comments

patrickd’s picture

welcome!

Nice to see that you already fixed all coding style errors. :)

I'm afraid that this project is too short to approve you as git vetted user. We are currently discussing how much code we need, but everything with less than 120 lines of code or less than 5 functions cannot be seriously reviewed. However, we can promote this single project manually to a full project.

As installation and usage instructions are quite important for us to review, please take a moment to make your project page follow the tips for a great project page.

We do really need more hands in the application queue and highly recommend to get a review bonus so we can come back to your application sooner.

regards

thyssimonis’s picture

File userlike.module line 15 and userlike.install line 26
Do not use html in t() and create links with l()

File userlike.module line 59
You can not add 3rd party libraries see http://drupal.org/node/422996

avpaderno’s picture

Status: Needs review » Needs work
klausi’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.