Seevolution
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Seevolution is Real-Time Analytics & Heatmap service.
It offers
- Real Analytics in real time!
- Overlay Tool Bar
- Active Alerts
Seevolution is Real-Time Analytics & Heatmap service.
It offers
This project is in maintenance mode. No new features will be added. New installs should use Feeds extensible parsers instead.
A plugin for the Feeds module that allows you to run CSS queries against an XML, or HTML document using the awesome QueryPath module.
Any user on IRC who knows a bot's IRC handle can interact with the bot in a private chat. Bot Leash stops the bot from talking to strangers (users who are not in an IRC channel the bot itself is already on). This is useful if you use the bot in a private channel on a public IRC server, and other users on the server are not trusted.
An input filter allowing the insertion of dynamic or static PGN diagrams into any node or block for which it is enabled using the ChessTempo.com PGN Viewer.
Basic syntax is fairly simple: [pgn:PGN:your PGN here:endpgn] though further options are available. See documentation (below) or admin/help/pgn_diagram_filter after installation for more options.
In the process of adding a new vocabulary or editing it, you can add mass terms quickly to this vocabulary, using a textarea. One term pre line.
If you granted the permission "administer taxonomy" to a role and wanted it to use quick terms , you should assign the permission "add quick terms" to that role too.
Please create an issue, if there is any similar modules.
Provides a killswitch for a Drupal installation.
You shouldn't be using this module.
"Pure, unadulterated evil, in #Drupal module form: http://drupal.org/project/killswitch" -webchick
Bad judgement is required for using this module.
The Drupal SEO Tools module seamlessly integrates a sophisticated all-in-one suite of search engine reporting, analysis and optimization tools into your website. It provides a dashboard that integrates analytics reports with links to webmaster tools and vital Drupal SEO modules.
To get a better idea of what this module does, checkout the demo video
The SEO tools suite integrates:
The Simplenews RealName module allows you to send personalized newsletters with the Simplenews module by collecting the name of the subscribers, which will be available in the messages as token.
Extends project_issue module to allow users to designate their availability to be assigned issues.
This project is in maintenance mode. No new features will be added. New installs should use Feeds extensible parsers instead.
This is a parser for the Feeds module that allows parsing JSON using JSONPath. It is very similar to the Feeds XPath Parser module.
The file jsonpath.php must be downloaded and put in the 'sites/all/libraries/jsonpath' folder. After installing the module, clear your cache so that the parser will be available in Feeds.
Documentation can be found at http://goessner.net/articles/JsonPath/, and http://code.google.com/p/jsonpath/wiki/PHP.
** The syntax is different for the @ operator. In the documentation, examples look like @.name. That syntax changes to @['name'] since this is PHP and not Javascript.