Skip to content

shafiqhossain/activitylogs

Repository files navigation

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

About

Display timeline with elastic expand in Drupal 7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages