Search found 1687 matches
- Sat Sep 07, 2024 2:39 pm
- Forum: General Discussion
- Topic: Syncing Calendars with CMSMS?
- Replies: 3
- Views: 562
Re: Syncing Calendars with CMSMS?
JoMorg is working on releasing a bug fix update soon. I don't think there will be any significant new features but he is available for sponsorship if there's something you need.
- Fri Sep 06, 2024 3:57 pm
- Forum: Modules/Add-Ons
- Topic: Calguys Smart Image Toolkit use with multidomain
- Replies: 2
- Views: 308
Re: Calguys Smart Image Toolkit use with multidomain
In theory you can have PHP logic within your config.php file, but I have no idea if or how well it would work. Also keep in mind that all CG modules have long been abandoned, so migrating to SmartImage and CMSMSExt would be advised. Here's an untested thing you could experiment with in your config.p...
- Wed Sep 04, 2024 4:53 am
- Forum: Developers Discussion
- Topic: Not working news module after fresh install of CMS Made Simple
- Replies: 1
- Views: 239
Re: Not working news module after fresh install of CMS Made Simple
A few things to check:
-the admin log
-your php error log
-that there are news articles that are published (not draft)
-that the articles don't have expiry dates in the past
-that news articles are in the category specified by your {News} tag, if any
-the admin log
-your php error log
-that there are news articles that are published (not draft)
-that the articles don't have expiry dates in the past
-that news articles are in the category specified by your {News} tag, if any
- Tue Sep 03, 2024 10:15 pm
- Forum: CMSMS Core
- Topic: .htaccess error handling not working
- Replies: 5
- Views: 395
Re: .htaccess error handling not working
I'm not seeing your redirects there. The location of them may be part of the issue, so we need the full picture.
- Tue Sep 03, 2024 3:47 pm
- Forum: CMSMS Core
- Topic: .htaccess error handling not working
- Replies: 5
- Views: 395
Re: .htaccess error handling not working
You may need to share more of your .htaccess file, there's a few things that can cause it to not work when using both rewrites and redirects.
- Thu Aug 29, 2024 2:46 pm
- Forum: General Discussion
- Topic: Syncing Calendars with CMSMS?
- Replies: 3
- Views: 562
Re: Syncing Calendars with CMSMS?
Khronos is the only calendar module that I know of - http://dev.cmsmadesimple.org/projects/khronos
I imagine it could be adapted for scheduling, depending on your requirements.
I imagine it could be adapted for scheduling, depending on your requirements.
- Tue Aug 27, 2024 1:58 pm
- Forum: CMSMS Core
- Topic: Large number of cache files
- Replies: 5
- Views: 502
Re: Large number of cache files
The rotation is whatever setting you have in Global Settings > Advanced Setup > Remove cache files that are older than the specified number of days
- Mon Aug 26, 2024 3:33 pm
- Forum: CMSMS Core
- Topic: old link is there after deleting all caches
- Replies: 2
- Views: 153
Re: old link is there after deleting all caches
Your base href is <base href='https://neu.sturmair.org/' />
so all dynamic links will look to that url
so all dynamic links will look to that url
- Mon Aug 26, 2024 2:29 pm
- Forum: Modules/Add-Ons
- Topic: LISE in UDT gives 500 error
- Replies: 13
- Views: 414
Re: LISE in UDT gives 500 error
If you look at the error in the log, there's actually a clue: PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "eval:{MyLISEInstance}" on line 1 "{MyLISEInstance}" unknown tag 'MyLISEInstance' <-- thrown in 55d51468d3078225bb6d6ffb7a3ff94222bdf22a on line 1...
- Mon Aug 26, 2024 5:00 am
- Forum: Developers Discussion
- Topic: The Rails application encountered an error
- Replies: 1
- Views: 328
Re: The Rails application encountered an error
Which module is it? I can get someone to investigate.
- Thu Aug 22, 2024 2:15 am
- Forum: CMSMS Core
- Topic: Stylesheet does not load properly without www
- Replies: 1
- Views: 201
Re: Stylesheet does not load properly without www
I responded to your hire-a-dev request with some suggestions/options, but perhaps it went into your spam folder. Feel free to reply here if you didn't get it.
- Thu Aug 01, 2024 3:57 pm
- Forum: Modules/Add-Ons
- Topic: Gallery: Sorting subgalleries manually
- Replies: 3
- Views: 2028
Re: Gallery: Sorting subgalleries manually
I don't think you'd be able to do it in the database as it's just sorting alphanumerically, as they are in the file system. Other than a feature request to the module author, the easiest way would probably be to do it in your foreach loop in the template. This blog post could get you started, with m...
- Wed Jul 31, 2024 1:56 pm
- Forum: Developers Discussion
- Topic: Is the managed linode server compatible with CMS Made Simple?
- Replies: 1
- Views: 1628
Re: Is the managed linode server compatible with CMS Made Simple?
I don't see anything in their offering that would jump out as a concern. Was there a particular offering that the managed hosting option has we should be looking at?
- Mon Jul 29, 2024 2:23 pm
- Forum: Help Wanted (commercial)
- Topic: Help with Navigator
- Replies: 8
- Views: 4496
Re: Help with Navigator
You should be able to send private messages now.
- Mon Jul 29, 2024 2:17 pm
- Forum: General Discussion
- Topic: Integrating Boussole Qibla Functionality into a CMS Made Simple Website
- Replies: 1
- Views: 2207
Re: Integrating Boussole Qibla Functionality into a CMS Made Simple Website
CMSMS doesn't really require anything on the frontend, so it's more going to depend on what framework and libraries you've used to build your website. I would say this is more a question for your frontend developer than for CMSMS, unless I'm misunderstanding and you're creating a module for backend ...