Considered feature-complete by its maintainers.

Domain Park

When visiting a site from a domain name different than the $base_url set in settings.php, look for that domain in field_domain and go to the node (or, possibly, other entity) associated with that d

Amon

This module provides a watchdog implementation that sends all watchdog messages and exceptions to an Amon server.

Ajax Nodeloader

Ajax Nodeloader module allow you easy:

  • Load and display Drupal nodes via AJAX technology
  • Use custom css selectors for display your content (body, title, etc)
  • Support loading any of node fields (D7)
  • Track your AJAXified links with Google Analytics (option)
  • Use advanced navigation based on HTML5 history API or hashtags (back/forward button, share your links) (option)
  • Dynamically change browser title with your node title (option)

F.A.Q.

See full F.A.Q. here: http://www.denry.ru/development/624-ajax-nodeloader-f-a-q-en/

Examples:

1. To load node via AJAX you should add class "nodeloader" to link for node you want to load , i.e.:

<a href="/node/1" class="nodeloader">Test link</a> for load /node/1.

Alias path also supported:

<a href="/contacts.html" class="nodeloader">Test link</a>

2. Module have patrial support for hashtag navigation, for example link to page
http://yoursite.org/#/contacts.html

will load /contacts.html page instead of main page of "yoursite.org"

3. To make your menus load nodes via AJAX you can use module
http://drupal.org/project/menu_attributes

Weibo Autopost

This module uses V2 of the weibo API and allows you to choose content types that will autopost to your assigned Weibo Profile page.

From wikipedia:
Sina Weibo is a Chinese microblogging (weibo) website. Akin to a hybrid of Twitter and Facebook, it is one of the most popular sites in China, in use by well over 30% of Internet users.

Current Features;
- Select content type to enable Weibo Autopost.
- Select any filefield in content type for Weibo Autopost.
- Users who logged in or associated weibo account through sinaweibo module can
- use Weibo Autopost function.
- Post will be in the format of (title + body) truncated to 120 characters + node page link.(max 140chars total)
- The latest 20 post from this Weibo api application will be list on local menu tab user/%user/myposts.

http://open.weibo.com/wiki/API%E6%96%87%E6%A1%A3_V2/en

Installation

Download http://code.google.com/p/weibosdk/downloads/list
extract SinaOpenApi.php and put into weibo_post module folder.

Dependencies

CCK - D6 Only
Sina Weibo - D6 and D7 (D6 Sina Weibo is not currently available, I am talking to the maintainer but if you need it, please message)

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only