Home » Forum
NoNumber!

Joomla! Extensions •
Web Development •
Web Design •

I try to respond within 24 hours (excluding weekends). If I haven't responded by then, feel free to post a reminder or bug me via email.
Welcome, Guest
Please Login or Register.    Lost Password?

cache and module anywhere
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: cache and module anywhere
#7261
cache and module anywhere 5 Months, 2 Weeks ago  
Hello!

I'm using moduleanywhere in order to insert a module into an article.

When i'm using this syntax {modulepos myposition} the cache for the module is working but if i'm using {module 54} the cache for the module don't work anymore!


I've you got an idea about this issue?

Joomla! 1.5.14 and moduleanywhere last version 1.3.4


Thank's in advance.


Best regards
le bec
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#7274
Re: cache and module anywhere 5 Months, 2 Weeks ago  
Modules Anywhere does a direct placement of the module (when using {module}), regardless of its assignment settings and such.

I will look into the possibility of using the cache.
Peter van Westen
Admin
Posts: 4280
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! NºNumber!NºNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#7275
Re: cache and module anywhere 5 Months, 2 Weeks ago  
Can you try this?

Chang file /plugins/system/modulesanywhere/helper.php
lines 319-320 from:
$module = new JModuleHelper;
$html =& $module->renderModule( $row, $attribs );

To:
$document = &JFactory::getDocument();
$renderer = $document->loadRenderer( 'module' );
$html = $renderer->render( $row, $attribs );
Peter van Westen
Admin
Posts: 4280
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! NºNumber!NºNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#7281
Re:cache and module anywhere 5 Months, 2 Weeks ago  
Hello!

Thank's a lot it's working now!

Best regards,
le bec
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Joomla Open Source Training