Search found 13 matches
- Wed Jan 13, 2021 8:56 pm
- Forum: Modules/Add-Ons
- Topic: CGSmartImage - Image change detection
- Replies: 2
- Views: 828
Re: CGSmartImage - Image change detection
Thanks, but it regenerate with the same cache filename. (like img-4767789f35360d323e9ba3f37e2c1261) Always been like that. If that's not intensional, it may be a bug? ---------------------------------------------- Cms Version: 2.2.15 Installed Modules: AdminSearch: 1.0.5 CGExtensions: 1.65.2 CGSimpl...
- Wed Jan 13, 2021 3:06 pm
- Forum: Modules/Add-Ons
- Topic: CGSmartImage - Image change detection
- Replies: 2
- Views: 828
CGSmartImage - Image change detection
Hi, Really love the CGSmartImage module :) Image change detection, if the master image is changed scaled images will be regenerated. The regenerated image seem to get the same filename. (in cache dir) Is there a way to force a new filename when regenerating based on master image change? (To overcome...
- Mon Dec 08, 2014 3:38 pm
- Forum: Modules/Add-Ons
- Topic: CGcalendar - no events in admin
- Replies: 16
- Views: 9014
Re: CGcalendar - no events in admin
Hi.velden wrote:I don't see the error.
Sure you don't have the filter set to a month with no events?
The filter option does not show. See screencapture. (Norwegian language)
- Wed Dec 03, 2014 1:24 pm
- Forum: Modules/Add-Ons
- Topic: CGcalendar - no events in admin
- Replies: 16
- Views: 9014
Re: CGcalendar - no events in admin
This is in the admin section, not frontend.
- Wed Dec 03, 2014 9:57 am
- Forum: Modules/Add-Ons
- Topic: CGcalendar - no events in admin
- Replies: 16
- Views: 9014
CGcalendar - no events in admin
In admin section, the events tab don't display any events. Events are in the database and shows in the calendar. Sourcecode throw this error at line 219: function eraseCookie(name){createCookie(name,"",-1);} $(document).ready(function(){var cur_date=new Date();var tmp=readCookie('calendar_...
- Wed Jun 05, 2013 10:22 am
- Forum: The Lounge
- Topic: [SOLVED] Generate XML file with smarty
- Replies: 3
- Views: 2455
Re: Generate XML file with smarty
Thanks, will create a plugin.psy wrote:Do all your PHP processing, including the loop that generates the xml content, in PHP.
Better still, instead of using {php} tags, create a Smarty plugin then use the plugin tag with a param loop=$list to pass the data to it, in your template.
- Wed May 22, 2013 10:31 am
- Forum: The Lounge
- Topic: [SOLVED] Generate XML file with smarty
- Replies: 3
- Views: 2455
[SOLVED] Generate XML file with smarty
I have only this code in a tpl: {php} ob_end_clean(); header('Content-Description: File Transfer'); header('Content-Type: application/force-download'); header('Content-Disposition: attachment; filename=file.xml'); {/php} <?xml version="1.0" encoding="UTF-8"?> <filmer> {section na...
- Tue May 21, 2013 6:10 pm
- Forum: Developers Discussion
- Topic: [Solved]Module is not properly cleaning input params
- Replies: 2
- Views: 3000
Re: Module is not properly cleaning input params
Thank you, Jos! Fixed and taken care of.
- Thu May 16, 2013 7:43 am
- Forum: Developers Discussion
- Topic: [Solved]Module is not properly cleaning input params
- Replies: 2
- Views: 3000
[Solved]Module is not properly cleaning input params
My module keeps banging the admin log with: "Module is not properly cleaning input params". (admin_log table was 30MB)
How to clean the input params?
Running cmsms 1.11.6 on
php 5.3.22
mysql 5.5.30
apache
How to clean the input params?
Running cmsms 1.11.6 on
php 5.3.22
mysql 5.5.30
apache
- Tue May 29, 2012 8:20 pm
- Forum: Developers Discussion
- Topic: Disable submit button when clicked
- Replies: 1
- Views: 1947
Disable submit button when clicked
Using the CreateInputSubmit method, is there a way to disable on click to avoid double posts?
Guess the confirm text can say something like "This will take some time, large files are being saved.", but some active block would have been better I think.
Guess the confirm text can say something like "This will take some time, large files are being saved.", but some active block would have been better I think.
- Wed Jun 08, 2011 7:39 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED]1.9.3 -> 1.9.4.1 on Windows and MySQL 5.5.8
- Replies: 2
- Views: 1277
Re: 1.9.3 -> 1.9.4.1 on Windows and MySQL 5.5.8
Thanks Dr.CSS.
Is nothing changed in the database between these versions, or does the installer only update none content data?
Is nothing changed in the database between these versions, or does the installer only update none content data?
- Mon May 23, 2011 11:27 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED]1.9.3 -> 1.9.4.1 on Windows and MySQL 5.5.8
- Replies: 2
- Views: 1277
[SOLVED]1.9.3 -> 1.9.4.1 on Windows and MySQL 5.5.8
Hi We run two pretty big sites on Windows and MySQL 5.5.8. Had to do some manual table creation on module installations because of the 1.9.3 and MySQL 5.5.8 issue. This is fixed in 1.9.4.1, but in the blog post it's a notice like this: Note: Those people that are still running a version of CMSMS 1.9...
- Tue Jan 18, 2011 4:02 pm
- Forum: Developers Discussion
- Topic: How to transfer users from Joomla to CMS MadeSimple?
- Replies: 4
- Views: 2481
Re: How to transfer users from Joomla to CMS MadeSimple?
I think both use md5 encoded passwords, so this should work without any conversion.