Search found 3 matches
- Mon Aug 06, 2012 8:32 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: CMSMS 1.11 - News custom fields syntax has changed
- Replies: 2
- Views: 1754
Re: CMSMS 1.11 - News custom fields syntax has changed
IMHO the direct custom-field syntax "$entry-> cust_field_name " is more natural and more template-developper-friendly that "$entry->fields. cust_field_name ->value" So if it does not imply a big performance penalty, I would really prefer that the direct custom-field syntax could ...
- Sun Aug 05, 2012 8:20 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: CMSMS 1.11 - News custom fields syntax has changed
- Replies: 2
- Views: 1754
CMSMS 1.11 - News custom fields syntax has changed
Hi, If you have written customized templates for the news module with CMSMS 1.10.3, you may be interested by this post. It took me some time to figure out why my news page had some elements missing after I upgraded to 1.11, and here is the solution to this issue. :) It deals with the display of cust...
- Sun Aug 05, 2012 6:34 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: CMSMS 1.11 - Galapagos
- Replies: 92
- Views: 73191
Re: CMSMS 1.11 - Galapagos
Hi, I upgraded today from 1.10.3 to 1.11 and I ran into the same "Building static route database..." issue in step 5 as other people in this post. In order to help investigations of this issue, I added a few php 'echo' statement in the code of function 'rebuild_static_routes' (see below). ...