Search found 3993 matches
- Fri Aug 15, 2025 3:11 pm
- Forum: Modules/Add-Ons
- Topic: Permalinks (or links in general) in Gallery?
- Replies: 3
- Views: 667
Re: Permalinks (or links in general) in Gallery?
You can rely on that number. It represents the page-id of the page where you have put the {Gallery} tag.
- Mon Apr 07, 2025 9:41 am
- Forum: Developers Discussion
- Topic: How create module-xml file?
- Replies: 1
- Views: 4789
Re: How create module-xml file?
Put $config['developer_mode'] = true; in your CMSms config.php file, like described in https://docs.cmsmadesimple.org/configur ... -reference
After doing that, you will get a xml export button in ModuleManager
After doing that, you will get a xml export button in ModuleManager
- Thu Oct 10, 2024 9:26 am
- Forum: Modules/Add-Ons
- Topic: Gallery: Image orientation
- Replies: 1
- Views: 4648
Re: Gallery: Image orientation
Apart from portrait or landscape format, are images upright? Or do you need to bend your head to be able to view them?
- Wed Apr 13, 2022 5:29 pm
- Forum: Modules/Add-Ons
- Topic: Problem with gallery module after upgrading to php 8
- Replies: 5
- Views: 6369
Re: Problem with gallery module after upgrading to php 8
Thanks, you're welcome 

- Sun Mar 22, 2020 1:45 pm
- Forum: Dutch - Nederlands
- Topic: vernieuwen CMS
- Replies: 3
- Views: 2806
Re: vernieuwen CMS
Voor de upgrade van 1.x naar 2.2.x vind je hier ook een paar tips:
https://docs.cmsmadesimple.org/upgrading/to-cmsms-2.x
https://docs.cmsmadesimple.org/upgrading/to-cmsms-2.x
- Wed Feb 12, 2020 10:50 am
- Forum: Dutch - Nederlands
- Topic: CMS Made Simple een blik naar binnen
- Replies: 9
- Views: 6727
Re: CMS Made Simple een blik naar binnen
Zelf blijf ik dankbaar gebruik maken van CMSMS. Ik probeer aangehaakt te blijven bij updates en draag mijn steentje bij door een paar modules actueel te houden. De meeste mensen die hier actief betrokken zijn, ken ik persoonlijk (diverse geekmoots en workshops) en zijn in werkelijkheid stuk voor stu...
- Wed Nov 27, 2019 3:55 pm
- Forum: Dutch - Nederlands
- Topic: Fancybox help ajb
- Replies: 9
- Views: 5030
Re: Fancybox help ajb
Het punt met Fancybox 3 is de licence voor commerciële sites
https://fancyapps.com/fancybox/3/#license
wat ook de reden is waarom ik hiervan geen template voor Gallery heb gemaakt.
https://fancyapps.com/fancybox/3/#license
wat ook de reden is waarom ik hiervan geen template voor Gallery heb gemaakt.
- Tue Nov 19, 2019 8:20 pm
- Forum: Modules/Add-Ons
- Topic: Gallery - single image doesn't work
- Replies: 3
- Views: 2448
Re: Gallery - single image doesn't work
Fixed in Gallery version 2.4.1
- Thu Nov 14, 2019 1:43 pm
- Forum: Modules/Add-Ons
- Topic: Gallery - single image doesn't work
- Replies: 3
- Views: 2448
Re: Gallery - single image doesn't work
I think it's a small bug... will look into it soon
- Wed Oct 30, 2019 12:29 am
- Forum: Modules/Add-Ons
- Topic: Overlapping fields with TinyMCE combined with CGBlog
- Replies: 6
- Views: 2886
Re: Overlapping fields with TinyMCE combined with CGBlog
Maybe the site uses a custom template for CGBlog?
Check if you have files in assets/module_custom/CGBlog/templates/
Check if you have files in assets/module_custom/CGBlog/templates/
- Thu Oct 17, 2019 11:52 am
- Forum: CMSMS Core
- Topic: Update 2.10 to 2.12 claims "no existing installation"
- Replies: 1
- Views: 1590
Re: Update 2.10 to 2.12 claims "no existing installation"
Did you put the installer file itself in your website root folder? (where also your config.php is situated)
https://docs.cmsmadesimple.org/upgradin ... nformation
https://docs.cmsmadesimple.org/upgradin ... nformation
- Thu Oct 10, 2019 11:28 am
- Forum: CMSMS Core
- Topic: Advice on how to read contents of .txt file to template
- Replies: 6
- Views: 14034
Re: Advice on how to read contents of .txt file to template
Seems to me you are rebuilding all the functionality the Gallery module has to offer



- Wed Oct 09, 2019 4:24 pm
- Forum: CMSMS Core
- Topic: unable to access image folder
- Replies: 4
- Views: 5944
Re: unable to access image folder
Try this: $url = isset($params['url']) ? $params['url'] : ''; $dir = cms_join_path(cmsms()->config['image_uploads_path'], $url); echo "<ul>\n"; if (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { if ( ('file' == filetype($dir . $file)) && (subs...
- Wed Oct 09, 2019 7:49 am
- Forum: CMSMS Core
- Topic: unable to access image folder
- Replies: 4
- Views: 5944
Re: unable to access image folder
$params['/uploads/images/ '] is not a correct modification of the original code
- Mon Oct 01, 2018 12:28 pm
- Forum: Dutch - Nederlands
- Topic: Gbook input field
- Replies: 4
- Views: 3210
Re: Gbook input field
Als je het veld uniek wilt maken, zou ik dat doen via de class die er al omheen staat via de eerste regel van de door jou geciteerde code. <div class="naamveldgregor gbook_field{if $gbook_name_error} gbook_field_error{/if}"> De rest van de originele template dan in tact laten. In je CSS ge...