JoomPal
Joomla and Drupal development
Home
Joomla
Drupal 7
Tuesday
Update Flippy module to show only Published nodes ( Articles)
Version:
Drupal7
Flippy module generates
previous/next pagers
for content types
so you can
page through Articles
or
Blog posts
.
To filter the pager links to
page
only through
published
Articles:
open file:
sites/all/modules/flippy
/flippy.module
After line 122 add:
condition('status', 1, '=')
Newer Post
Older Post
Home