Search found 1619 matches

by DIGI3
Fri Apr 19, 2024 3:38 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 5824

Re: ECB2 (Enhanced Content Blocks) Support Page

You must use a unique block identifier for each block, and content_en is reserved for the default {content} block. So change the block=content_en parameter to something different for each ECB2 tag. Below is a small example code: {content_module module=ECB2 field=textinput block=content_en label='Sma...
by DIGI3
Fri Apr 19, 2024 3:34 pm
Forum: CMSMS Core
Topic: “top” parameter in {cms_filepicker} changes output path?
Replies: 2
Views: 26

Re: “top” parameter in {cms_filepicker} changes output path?

Using a filepicker profile or the top parameter will cause the ECB2 tag to only store the path and filename relative to that profile or top directory. It assumes you know the path you defined in the tag, so you also use that path in your templates to display the file. e.g. if you use {content_module...
by DIGI3
Thu Apr 18, 2024 5:04 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 1188

Re: FilePicker preview image?

This is with ECB2 installed? I haven't run into that, but make sure you're adding all of the required parameters e.g. {content_module module=ECB2 field=file_picker block=test type=image} If you can recreate it then you should file a bug report on the module's forge page, Chris is usually pretty quic...
by DIGI3
Thu Apr 18, 2024 3:54 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 1188

Re: FilePicker preview image?

Ah, gotcha. I don't think that would be possible without creating your own admin template. You might want to look at ECB2 though, it has a file_picker field that includes a thumbnail, among many other options that greatly expand the default fields available.
by DIGI3
Thu Apr 18, 2024 1:46 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 1188

Re: FilePicker preview image?

I'm not entirely sure what you want, maybe a screenshot would help?

The thumbnail generation is in File Manager, not File Picker.
by DIGI3
Thu Apr 18, 2024 1:30 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 1188

Re: FilePicker preview image?

It does by default, but only if it has a thumbnail file (usually generated if uploaded via filepicker or file manager). If you uploaded it through your OS, for example, you'll need to trigger the generation one at a time in File Picker (I'm hoping for a bulk solution at some point).
by DIGI3
Wed Apr 17, 2024 4:54 pm
Forum: CMSMS Core
Topic: Duplicate content blocks; template inheritance
Replies: 1
Views: 2266

Re: Duplicate content blocks; template inheritance

There can only be one default {content} tag in the hierarchy of templates, it's where cmsms does all its cmsms-y things. The easiest option is to move it further down in the hierarchy (so it's not even in the parent template).
by DIGI3
Wed Apr 17, 2024 2:53 pm
Forum: General Discussion
Topic: List most downloaded modules
Replies: 2
Views: 129

Re: List most downloaded modules

Unfortunately Amazon removed the functionality that we used to obtain those figures, and the current forge is such an old beast that nobody wants to take it on to figure out another method. It is planned functionality for the forge's replacement though.
by DIGI3
Mon Apr 15, 2024 10:03 pm
Forum: CMSMS Core
Topic: Home without index.php
Replies: 4
Views: 433

Re: Home without index.php

I'm not sure that would be possible, or a good idea if it was. You'll likely just end up in some infinite loop.
by DIGI3
Mon Apr 15, 2024 7:58 pm
Forum: CMSMS Core
Topic: Home without index.php
Replies: 4
Views: 433

Re: Home without index.php

It looks like you've done it correctly, is there any chance your DirectoryIndex isn't configured correctly, and/or you have an index.html or similar file in your site's directory?
by DIGI3
Mon Apr 15, 2024 1:58 pm
Forum: CMSMS Core
Topic: Add code to more than one template
Replies: 2
Views: 82

Re: Add code to more than one template

Generally you wouldn't add PHP directly to your templates, as the power of CMSMS is in the Smarty templating engine - and most functions suitable for templates can be done in Smarty. If you do need PHP for specific functions, or when it's more efficient non-template logic, you can use User Define Ta...
by DIGI3
Thu Apr 11, 2024 11:38 pm
Forum: Modules/Add-Ons
Topic: Khronos issues
Replies: 2
Views: 445

Re: Khronos issues

Looks quite similar to this known issue: http://dev.cmsmadesimple.org/bug/view/12678
by DIGI3
Tue Apr 09, 2024 1:13 pm
Forum: General Discussion
Topic: Show Php version module compatibility on forge
Replies: 8
Views: 706

Re: Show Php version module compatibility on forge

It's not really possible on the current forge, but it's very high on the wish list for the replacement (whatever form that ends up taking). I'd also love to see Module Manager check for it too.
by DIGI3
Mon Apr 08, 2024 5:45 pm
Forum: Announcements
Topic: Upcoming CMSMS 2.2.20 release
Replies: 0
Views: 469

Upcoming CMSMS 2.2.20 release

In our most recent newsletter, we announced that we would be attempting to release updates on a scheduled date, starting with 2.2.20 on April 8, 2024 (today). While we do have a release candidate ready, we are still chasing down some issues with the phar installer on newer PHP versions. To this end,...
by DIGI3
Mon Apr 08, 2024 1:55 pm
Forum: CMSMS Core
Topic: recreating/recovering/upgrading old cms site
Replies: 13
Views: 899

Re: recreating/recovering/upgrading old cms site

For the menumanager thing it might be a php version, I'm not sure. Once you get to 2.x you'll want to switch your menus to Navigator anyway. To change the admin theme you do it in My Preferences > My Account (nav might be slightly different in 1.x, I can't remember that far back).

Go to advanced search