DisplayNews by BK

Version
1.4.5 (J1.0) / 1.7.3 (J1.5)/2.4(J1.6+) (last update on Nov 19, 2012)
Rating
Compatibility
Reviews
100
License
GPLv2 or later
Non-Commercial
Type
Date Added
13 May 2006
Uses Updater?
- Yes
For upgrade install it over old version.
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
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
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
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
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.
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.
This is exactly what I was looking for. I needed to create menu items that would display the title and intro text of a content item, with the title linking to the content. With a passing familiarity with PHP and CSS and some patience for experimentation with the format string, this is fairly easy to achieve with this module.
A nice bonus...the module can be used multiple times on the same page. Here's how:
1. Extract all the files in the archive
2. Do a search/replace on the text in each file - replace 'dn' with 'dn1' (or 'dn2', or 'dn3'...depending on the number of times you install it)
3. Rename any filename that contains the string 'dn' to 'dn{X}', as in the previous step
4. Rezip the files (following the same structure as the original archive)
5. Install the archive through Joomla
Cons - I wish it wouldn't strip out the HTML tags of the content by default. This can be prevented by editing Line #55 of mod_dn.php:
Change '$text = strip_tags($text);'
to '//$text = strip_tags($text);'
Also, I don't know why it has its own CSS.
All in all though, no major complaints. : ) Thanks for a great mod!
A nice bonus...the module can be used multiple times on the same page. Here's how:
1. Extract all the files in the archive
2. Do a search/replace on the text in each file - replace 'dn' with 'dn1' (or 'dn2', or 'dn3'...depending on the number of times you install it)
3. Rename any filename that contains the string 'dn' to 'dn{X}', as in the previous step
4. Rezip the files (following the same structure as the original archive)
5. Install the archive through Joomla
Cons - I wish it wouldn't strip out the HTML tags of the content by default. This can be prevented by editing Line #55 of mod_dn.php:
Change '$text = strip_tags($text);'
to '//$text = strip_tags($text);'
Also, I don't know why it has its own CSS.
All in all though, no major complaints. : ) Thanks for a great mod!
I'd been looking for a scrolling new module for some time and then I found this one and it's brilliant, loads of config options and I had it working within a few minutes. Sadly there seems to be one problem that occurs when you view my site using IE as all the items scroll across together one under the other and I don't know if there is a way round it.
Pros: Superb module as long as site visitors use Firefox or Netscape
Cons: Internet Explorer doesn't seem to want to work with it
I guess I will just advise site visitors to get Firefox as this module is too good NOT to use!!!
Pros: Superb module as long as site visitors use Firefox or Netscape
Cons: Internet Explorer doesn't seem to want to work with it
I guess I will just advise site visitors to get Firefox as this module is too good NOT to use!!!
To use with the mbt_shopping template in the left column I had to edit the module slightly. The body of the module was displaying off-center to the right in comparison to the other modules. I had to change line 761 from:
echo '';
to
echo '';
The module then displayed in-line with the other modules in the left column. Other then this slight issue it has worked great!
echo '';
to
echo '';
The module then displayed in-line with the other modules in the left column. Other then this slight issue it has worked great!
I have been looking for something like this for a while now. This is probably the swiss army knife of modules as far as customization goes. Maybe the best yet to display content in a module position with scrolling controls and sized module area. More than the standard features of many other all-in-one modules I have tried. They are all good but this one is great!
Page 5 of 5

