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.
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.
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.
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.