Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Downloads instagram media by tag(s) on cron run or manually, stores them in local database. Administrator has a possibility to manage downloaded media.
This small module provides a possibility to disapprove comment by adding a "disapprove" link (same as "approve" link, but oposite). Views integration is also provided.
A super phone (html5 and ajax) ready form to collect sequential boolean data using a multistep form. Including a corresponding content type:sample so it can be searched.
Module connect FullAJAX library to Drupal that allow use AJAX/AHAH technology on the Drupal sites without advanced knowledges.
Fullajax = AJAX (Asynchronous JavaScript and XML) + AHAH (Asynchronous HTML and HTTP).
Installation
install libraries module
download FullAJAX library and put it in to /sites/all/libraries/fullajax/fullajax.js
install and enable Add FullAJAX module
go to module configuration and enter there the right CSS content id from you real template, and set position where displayed the main content, it important for right content rendering
now go to front page and check, now you have the full AJAX'd site ;)
Note for the default drupal template "bartik": Enable "Aggregate and compress CSS files" or use the option "seal:true" in FullAJAX configuration (just find FLAX.Filter.add({url:'/', id:addFullAjaxId}); and change to FLAX.Filter.add({url:'/', id:addFullAjaxId, seal: true}); ). It need for fix the css conflicts that can happen in this template after request