Skip to content
Snippets Groups Projects
Select Git revision
  • 3308572-call-to-undefined
  • 8.x-1.x default
  • 7.x-1.x
  • 6.x-1.x
  • master
  • previous/3308572-call-to-undefined/2022-11-08
  • 8.x-1.1
  • 8.x-1.0
  • 7.x-1.1
  • 7.x-1.0
  • 6.x-1.3
  • 6.x-1.2
  • 6.x-1.1
  • 6.x-1.0
  • 6.x-1.0-rc2
  • 6.x-1.0-rc1
16 results

feed_block-3308572

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / feed_block
    19 commits behind the upstream repository.
    Mark Fullmer's avatar
    Issue #3287476 by mark_fullmer, Project Update Bot: Drupal 10 compatibility
    Mark Fullmer authored and mark_fullmer committed
    fc859266
    History

    INTRODUCTION

    The Feed Block module displays listings from RSS feeds, each stored in Drupal as blocks, each with display configuration (i.e., number of items, whether to display date & descriptive text, etc.) The module minimally themes these blocks via a tpl.php file. For custom theming, this template can be copied into a sites active theme and modified.

    REQUIREMENTS

    • Minimum PHP 5.5.9
    • This module does not have any module dependencies.

    INSTALLATION

    CONFIGURATION

    After enabling the module, create new feed blocks at /admin/structure/blocks.

    This includes the settings to configure:

    • Cache lifetime
    • Date display format
    • Descriptive text (teaser) cut-off
    • Whether to render HTMl from the descriptive text in the feed

    USAGE

    1. Go to Structure > Blocks > Add Feed Block (admin/structure/block/add/feed_block)
    2. Fill out the form
    3. If your feed URL is valid, a block will be created, which you can position via your preferred method (i.e., the Block UI, Panels, Context, or something else)

    MAINTAINERS

    Current maintainers: