Support Joomla!
Search: Advanced Search
Serving 3085 extensions to the community. Last updated today.





Lost Password?
No account yet? Register

Who's Online

We have 1032 guests and 76 members online
Joomla! Extensions Directory feed - RSS 0.91

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Content Management Show All Developer's Extensions
Display News by BK Modulemodule
Rating
33 votes
Developer:Boris Komraz Version:- (Updated 14 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 NativeCompatible with Joomla! 1.0
Views: 48,978 License:GPLv2.0
Favoured:
23
Type:Non-Commercial
Date Added:May 13, 2006
DownloadHomepageWrite ReviewRecommend
Display News by BK module is integration in one tool all that are need for content publishing: miscellaneous orderings (8 types), reach filtering (14 filter fields + combinations) and flexible output (by user defined template). This module also may be used for show content of specific author, news of today and many others. Content items can be positioned vertically and horizontally. User defined format is the best feature of this module. You may compile output from content item elements and html tags. It gives you ultimate flexibility for content presentation. Also module supports different style families: content items styles, tables styles and Display news dedicated styles. This Module is based on Rey Gigataras's Display News Module.

Now compatible with Joomla 1.5

Report this listing


A very versatile module by dex, April 24, 2008
1 of 1 people find this review helpful:
I have used this in 1.0.x and now in 1.5.x and I'm loving it. It has so many useful parameters that I can now do lots of devious things with my content. Very very handy. Before I discovered this, I was writing my own modules each time I wanted to do something a bit non-standard. Congrats and thanks to the author


Excellent! by macsimice, April 10, 2008
1 of 1 people find this review helpful:
In one word: Excellent! Thank you for this EXCELLENT module!


Excellent! by jae, April 9, 2008
1 of 1 people find this review helpful:
Its high degree of customization, ease of installation and parameterization make the module necessary and irreplaceable.

Excellent work!


One of the most useful and flexible modules for Joomla! by DanL, March 13, 2008
1 of 1 people find this review helpful:
The configuration options in DN make it usable for so many situations...easy to setup, easy to use, and easy to style. Used extensively by me to power all sorts of things - so not just for news!

Thanks for a truly wonderful module.


Very handy little module by jaryd, March 11, 2008
We use this module lots to display automated lists of content etc through out our sites - thanks!


Display (not only) News! by riesurya, February 15, 2008
1 of 1 people find this review helpful:
Great tools. I've using this for about 1 year and found this extensions save a lot my sleeping time. Tx for BK. Doublethumbs.


Would be great if it could work... by bulesz, February 13, 2008
0 of 1 people find this review helpful:
Couldnt turn off the Section and Category label in the module! Even I set it to NO... tried to turn it on...save and off...save...

So I cant use it..3/5


Awesome Module (more columns with hack) by genamex, January 7, 2008
As other reviewers, I found this module really easy to use and with so many parameters (selecting items inside sections, categories, articles themselves, or even by date!! The only draw back is that it only displays one column. But you can change that easily. I modified the "horizontal" style inside the mod_dn.php file. This code will count the columns (3 in this case) and then add a new row. After you ad this code, make sure you use the horizontal style:
Add this to the Parameters list (around line 342):

// Count Columns
$countColumns = 0;

And then replace this code from the loop (around line 1270):

if ($style == 'horiz' ) {
echo '';

with this code (make sure you change the number 3 to how many columns you want to display):

if ($style == 'horiz' ) {
$countColumns = $countColumns + 1;
if ( $countColumns == 3 ) {
echo " ";
$countColumns = 0;
} else {
echo '';
}

You can thank this one to my husband Van for helping me figure it out.

I love that you have a separate CSS for it. It is very helpful since I'm using this module to display articles for each issue of a online magazine.

Thanks again for the great and simple Mod!

Gena Eiseman


Very good for personalized frontpage by theant, August 9, 2007
I use this module for a magazine and it works very well for splitting items on different position/relevance. A lot of parameters and the css file with clear instructions.
There is not the possibility to set more than one column.


Excellent news module to be customized by neth, July 4, 2007
Thank you for developing this extensive module. It's very easy to customize the CSS since every element has it own distinct CSS class. Keep up the good working.


Very useful by bobysolo, May 24, 2007
Been searching for a component that does exactla that - now I can display on the front page the news from content items exactly as I want. And is free... BRAVO Boris ;-)


Must be official joomla module by ksaied, May 7, 2007
Great Effort thanks to you very much.

I hope joomla makes it an official module.
It has all the options i wanted
display sytle (vertical, Horizontal , List)
Tool tips
Can display whatever you want by the format string (Author,Date,Intro , Full Text) with the format you want

Excellent Work


Nice, Easy, Looks Good, Works Well by laurel, January 14, 2007
Instant installation, lots of options, well explained. Able to define custom CSS, thank you thank you thank you.


Very good module!! by xamonix, December 5, 2006
Very nice to display articles in the front page with a lot of useful options. Very good work!


Nice mod with 1 complaint by deanwade, October 29, 2006
1 of 1 people find this review helpful:
This installed easy and has many options that i would usually expect to pay for. Easy to tweak apart from one issue...
link category will not work without section category enabled. I dont want to link section. Maybe a bug, maybe my buggerup. Even so, powerful enough for most users i think.


<< Start < Prev 1 2 Next > End >>
Results 1 - 15 of 25