Search found 2 matches
- Sun Apr 10, 2011 10:40 pm
- Forum: Developers Discussion
- Topic: Create a user-defined tag to retrieve a field value from table 'cms_content_pro'
- Replies: 35
- Views: 29752
Re: Create a user-defined tag to retrieve a field value from
This was a great help for some tabbed page templates I had to create ... big thanks for the UDT :) Just one small problem .. the tabs didn't work properly in preview mode because content_id isn't passed through in the same way. I made this small mod to the top few lines to get round the issue ... ho...
- Thu Mar 31, 2011 3:10 pm
- Forum: CMSMS Core
- Topic: 1.9.4.1 - New pages don't show in admin panel
- Replies: 11
- Views: 7429
Re: 1.9.4.1 - New pages don't show in admin panel
Same for me ... I've been beating my head against this all morning! My TZ was set correctly for my server too.vperasto wrote:I had the same problem. From config.php I changed this line:toCode: Select all
$config['timezone'] = 'Europe/Helsinki';
It worked...Code: Select all
$config['timezone'] = '';
Many thanks for the help
