Friday, September 03 in 2010
Module Frontpage Slideshow
Ecosia Search
Page views: 9,876
Currently online: 10
Modul: Anynews
Author: Christian Sommer
WB User: 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:
68.0
31 votes
1 2 3 4 5
Download: here
WB thread: 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

31 Aug 2010

jQueryAdmin v2.2 released

read more


31 Aug 2010

New Snippet "Random Hoverbox"

Shows a configurable number of randomly chosen images using the Hoverbox CSS.

read more


28 Aug 2010

Second Birthday

On August 21st 2008 the Project started  on it's old url www.wbmod.bplaced.net with the standard allcss2 template and wysiwyg-sections. For more information please read this article.

read more


23 Aug 2010

Two new jQuery Plugins

Thanks to dbs there are 2 new jQuery plugins available on the plugins page. The PicPox creates a lightbox effect and  can also be used with Foldergallery or Foldergallery-JQA, the jqFancy-Transitions plugin is another interesting slider. For details please see demo-links of plugins or see them working at jQuery Plugin Showroom.

read more


20 Aug 2010

Amazon Book Store updated

The module Amazon Store hasn't been updated in a very long time, and there are issues with it's connections to the Amazon Web Services and the code produces quite a few errors when PHP errors are on. Bryan King has fixed some of the errors and restored connectivity to Amazon. Thanks for that. I did some modifications on the info.php and module can be downloaded.

read more


19 Aug 2010

Bookings v2.24 released

* New: Added links to all other views on top (suggested by "Vidar") * Fix: When skipping to "next month" or "previous month" on quarter view, all bookings disappeared (reported by mail) * Fix: Missing global var in modify.php * Fix: Month names not translated (reported by "Vidar") * Updated: NL.php * New: Show Booking state (color) in the backend

read more