/activitylogs

Display timeline with elastic expand in Drupal 7

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Elastic Activity Timeline

Display timeline with elastic expand

This is an exmple, how you can implement elastic timeline display when you scroll down the page. This is based on Drupal 7.

You can add the log, by calling: activity_log($type, $title, $message, $nid, $uid)

$type: Type of log
$title: Title to display about the log
$message: Detail of the log
$nid: Node ID
$uid: Optionally user id. If not provided, will add current logged in user id.

screenshot

Activity logs will auto load when user scroll down. User can view the log using the url /activitylogs/{type}


You can contact me at: Shafiq Hossain md.shafiq.hossain@gmail.com