Maintainers are looking for help reviewing issues.

Hierarchical Term Reference Autocomplete

Screencap of widget in action

This module provides a new widget for a term reference field that displays the parents of a term matching the autocomplete as well as providing actual TIDs back to the form handlers.

Twitter DB

The current Twitter API (v1.0) will stop working soon. Twitter DB has been modified on release 7.x-1.1-rc1 to work with Twitter's new API (v1.1). Please, if you use any previous version of Twitter DB, update to 7.x-1.1-rc1, otherwise your Twitter DB will stop working.

Read more about the changes on Twitter:
https://dev.twitter.com/blog/planning-for-api-v1-retirement

Note: I do not have fixed the release 7.x-2.0 because it is not used by so many people. About 10 installs so far.

=====================================

This module downloads all tweets from a specific Twitter account and saves them in the database. The block display get the tweets from database and not directly from Twitter.
That avoid problems with Twitter rate limit that returns following message if over 150 requests is done per hour:

"Rate limit exceeded. Clients may not make more than 150 requests per hour."

7.x-2.x

The 7.x-2.x version supports configuration of multiple accounts and/or hashtags and each of them is dedicated a separate block and a panel pane.

Comming features:

  • Twitter account as field

Credits

Helpful

Build useful help for your users.

The Helpful module adds an additional layer to the Advanced Help module. The purpose of Helpful is to enable site developers to build a help system for their users, without giving them access to the entire advanced help system.

Features

  • Implements helpful_help(); Add advanced_help topics to the page (the actual system help block via hook_help()!) by simply adding "help path" to the help.ini file.
    [node-page]
    title = Node Page
    line break = TRUE
    navigation = FALSE
    help path = node
    help type = message
    
  • theme_helpful_topic() - Provides a simpler theme function and preprocessors for outputting the topic content itself.
  • hook_helpful_help_access($path, $args, $help_item) - Allow other modules to determine the visibility of a help item. Primary used for Helpful Hide). Can be used to show a help topic based on the $args values in hook_help(). See helpful.api.inc

Included modules

  • Helpful Hide Module - Lets users hide these helpful messages. when they grow tired of seeing them.

SEO Stats

Search-related statistics including Google PageRank for your site or other sites, in your Drupal site.

Script.js

Integration with $script.js - Async JavaScript loader and dependency manager.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)