Search found 6 matches
- Fri Feb 08, 2013 10:48 am
- Forum: Developers Discussion
- Topic: Cache a Smarty block function
- Replies: 3
- Views: 3476
Re: Cache a Smarty block function
I have submitted the problem as bug: http://dev.cmsmadesimple.org/bug/view/8918
- Sat Feb 02, 2013 7:06 pm
- Forum: Developers Discussion
- Topic: Cache a Smarty block function
- Replies: 3
- Views: 3476
Re: Cache a Smarty block function
I tried to upgrade to CMSMS 1.11.4, but the caching doesn't work. I have enabled "Enable Smarty Caching" and have cleared the template cache. But CMSMS still doesn't cache my block function 
The name of my function is "smarty_block_code". So it should be cached by default.

The name of my function is "smarty_block_code". So it should be cached by default.
- Tue Jun 05, 2012 7:43 am
- Forum: Developers Discussion
- Topic: Cache a Smarty block function
- Replies: 3
- Views: 3476
Cache a Smarty block function
I use GeSHi as syntax highlighter. But GeSHi is very slow, so I want to cache my Smarty block function and not to call this function for every page visitor. How can I make Smarty to cache the result of my block function? <?php require_once(dirname(__FILE__) .'/geshi/geshi.php'); function smarty_bloc...
- Thu Feb 16, 2012 6:28 pm
- Forum: Modules/Add-Ons
- Topic: JM Forum und MLE (problems with locale)
- Replies: 6
- Views: 2615
Re: JM Forum und MLE (problems with locale)
Yes, this is exact what I mean.Jo Morg wrote:Ok, just to make sure you mean from one action to another?. I'll try to reproduce it and see what may be causing this issue.
- Thu Feb 16, 2012 3:28 pm
- Forum: Modules/Add-Ons
- Topic: JM Forum und MLE (problems with locale)
- Replies: 6
- Views: 2615
Re: JM Forum und MLE (problems with locale)
These are the Forum Made Simple lang files NOT updated. But since there is not much change on the front end they should work. Just rename back _ext to ext. This is not the problem. I have already renamed _ext to ext and updated the German language file. The problem is that the module doesn't transp...
- Thu Feb 16, 2012 2:28 pm
- Forum: Modules/Add-Ons
- Topic: JM Forum und MLE (problems with locale)
- Replies: 6
- Views: 2615
JM Forum und MLE (problems with locale)
I'm creating a multi language website with MLE. But I have problems to integrate the JM Forum. I use the tags {JM_Forum lang="en_US"} and {JM_Forum lang="de_DE"} to integrate the forum. The start site of the forum comes correctly in English and accordingly in German. But all othe...