Saturday, February 04 in 2012
Module Frontpage Slideshow
LEPTON CMS
Pageviews 22,121
Currently online: 9
Modul: Anynews
Author: Christian Sommer
Nick: doc, WebBird (last)
Version: 1.16a
State: Stable
License: GNU General Public Licencse 3.0
GUID: 8B3A91F7-E26D-4992-B4B8-FEC580F379F5
Platform: 2.7 and 2.8
Requires: PHP 4.3, WB 2.7, News module
Last info: 2010-06-28
Rating:
58.0
156 votes
1 2 3 4 5
Download: here
Forum: here
Web Link: here
Description: Please note that support was suspended for this module by the authors. If someone wants to develop or maintain this code snippet any further, please feel free to do so, but keep in mind that the module is licensed under GNU GPL.

This snippet adds the new function: displayNewsItems() to Website Baker. The function displays news items on any page you want. Further information can be found in the README file distributed with the code snippet (/anynews/help/help_en.html)
Info: Note: invoke the function from the index.php file of your template or from a page/section of type code.

Usage example:


if (function_exists('displayNewsItems')) {
displayNewsItems(
$group_id = 0,
$max_news_items = 10,
$max_news_length = -1,
$display_mode = 1,
$lang_id = 'auto',
$strip_tags = true,
$allowed_tags = '

',
$custom_placeholder = false,
$sort_by = 1,
$sort_order = 1,
$not_older_than = 0
);
}



Latest News

Latest News

26 Jan 2012

Page Cloner v0.56 released

The new version fixes some warnings concerning deprecated PHP functions and cloning of the Form module.

read more


23 Nov 2011

First Beta of wbProfiles module available

While wbProfiles was intended to be a module for something like vCards, it has evolved very rapidly.

read more


22 Nov 2011

lib_jquery v1.26 released

The new version upgrades the jQuery Core to current version 1.7.1.

read more


04 Nov 2011

lib_jquery v1.25 released

The new version upgrades the jQuery Core to v1.7. (See http://blog.jquery.com/2011/11/03/jquery-1-7-released/ for details.) It also fixes a bug in no_conflict_mode() that only occured under very special circumstances.

read more


28 Oct 2011

jQuery Facebook plugin

Though I personally don't like facebook I needed a plugin for one of my clients http://jquery.lepton-cms.org/plugins/others/jq-fbwall.php

read more


19 Sep 2011

lib_jquery v1.23 released

The new version upgrades the jQuery Core to current version 1.6.4.

read more