Mod_blogroll

Version
1.1
Rating
Compatibility

Votes
Favoured
3
License
GPLv2 or later
Non-Commercial
Type
Views
18279
Date Added
20 May 2009
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.');
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.');
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.
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.





