Search found 3990 matches
- Wed Apr 13, 2022 5:29 pm
- Forum: Modules/Add-Ons
- Topic: Problem with gallery module after upgrading to php 8
- Replies: 5
- Views: 5321
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: 2022
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: 4606
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: 3765
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: 1646
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: 1646
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: 2013
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: 1097
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: 2395
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: 1963
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: 1963
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: 2480
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...
- Sun Oct 08, 2017 11:24 am
- Forum: Module und Tags
- Topic: Bestimmte News auf Seite anzeigen.
- Replies: 2
- Views: 9655
Re: Bestimmte News auf Seite anzeigen.
Das kann man machen mit einer Smarty Anruf wie zB:
{news action='detail' articleid=3}
Man kann auch die template spezifizieren mit der Parameter detailtemplate.
Guck mal den Modul Hilfe an für mehr Parameter
{news action='detail' articleid=3}
Man kann auch die template spezifizieren mit der Parameter detailtemplate.
Guck mal den Modul Hilfe an für mehr Parameter
- Fri Oct 06, 2017 11:06 am
- Forum: Dutch - Nederlands
- Topic: Waar vind ik deze style setting??
- Replies: 8
- Views: 3713
Re: Waar vind ik deze style setting??
Ik denk ook dat JavaScript dit veroorzaakt. Een zoektocht kan lastig zijn en moet je uit principe helemaal niet willen. Het staat namelijk gelijk aan het doen van aanpassingen aan core bestanden, waar door je na de eerste de beste update weer met hetzelfde probleem zit. Kies een ander systeem om afb...
- Tue Oct 03, 2017 10:06 pm
- Forum: CMSMS Core
- Topic: [solved] Is there a way to create a new admin section?
- Replies: 2
- Views: 1503
Re: Is there a way to create a new admin section?
There is yet another admin section called "E-Commerce". It is not possible to add your own admin sections, but it might be possible to rename existing ones by customizing the admin theme https://docs.cmsmadesimple.org/customizing/customizing-admin-theme I would strongly not recommend that ...