|
If you find my free stuff useful, why not leave me a little something with PayPal.
Donations are greatly appreciated, and help with the costs of providing FREE Joomla! addons.
|
|
|
|
|
display before content (1 viewing) (1) Guest
 | | |
|
TOPIC: display before content
|
|
display before content 4 Years, 2 Months ago
|
Karma: 0
|
|
In maxcommentbot.php I have found:
switch ( $mxc_checkversion ) {
case "Joomla!1.5.x":
$mainframe->registerEvent( 'onPrepareContent', 'maxcommentbot15' );
$mainframe->registerEvent( 'onAfterDisplayContent', 'showContentMXC' );
break;
default:
$_MAMBOTS->registerFunction( 'onPrepareContent', 'maxcommentbot10' );
$_MAMBOTS->registerFunction( 'onBeforeDisplayContent', 'showContentMXC' );
}
Why is that?
I had to change the corresponding string to 'onAfterDisplayContent' . This way it works with joomla 1.0.13 as I expect.
Post edited by: mgabor, at: 2007/11/23 22:21<br /><br />Post edited by: mgabor, at: 2007/11/23 22:22
|
|
|
|
|
|
|
Re:display before content 4 Years, 2 Months ago
|
Karma: 28
|
|
It's correct too! Both run.
|
|
|
|
All components are free but...
Ever thought about giving something back?
Please make a donation if you want to support its continued development. Your donations help by hardware, hosting services and other expenses.
|
|
|
 | | |
|
|
|