The Joomla! Extensions Directory ™


Mod_blogroll Module

This module show com_weblink with 3 style : marquee, dropdown, list.

Report

2010-02-12
Reviews: 1
This has a small glitch which results in errors described in the reviews below. There is an easy enough solution. you need to edit the 1st non commented line in the file "mod_blogroll.php"

You need to change the line:
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

change it to:
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
2010-01-20
Reviews: 3
Enabling the module disables the entire site. The concept looks great, so please fix and I'd like to try again.
2010-01-03
Reviews: 1
I downloaded, installed, and activated this plugin hoping to find an easy way to have my links page displayed in a side bar as a blogroll. I have no clue why, but after I installed and activated the module, I was denied access to any page on which the module was assigned. If I assigned it to all pages, I could not access any page of my site. I tried changing the location assignment to show only on one page. For that page I was denied access.

I deactivated the module and everything works fine. Regrettably, I had to uninstall the module. Maybe its problems can be corrected and a new version posted.