Search found 214 matches

by 10010110
Fri Apr 19, 2024 2:36 pm
Forum: CMSMS Core
Topic: “top” parameter in {cms_filepicker} changes output path?
Replies: 1
Views: 12

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

So, I have hero images in a directory called “hero” inside the uploads directory. I’m using this template tag: {content_module module='ECB2' block='filepicker' field='file_picker' top='hero' assign='hero'} Since ECB2 is just extending the default FilePicker module, I can use the “top” parameter of {...
by 10010110
Fri Apr 19, 2024 1:20 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 5799

Re: ECB2 (Enhanced Content Blocks) Support Page

Chris, thanks for this useful module. If I had known about this thread I’d have posted my issue right here but alas, I’ve created a separate thread at viewtopic.php?t=84008. I’d be curious whether this is an actual bug or just an ID-10-T error.
by 10010110
Thu Apr 18, 2024 10:32 pm
Forum: CMSMS Core
Topic: Plugin 'smarty_cms_function_cms_action_url' not callable
Replies: 4
Views: 235

Re: Plugin 'smarty_cms_function_cms_action_url' not callable

Some more progress, even if little: I had an older version of CMSMS lying around (version 2.2.15) where this error didn’t seem to occur. Then I upgraded that version to 2.2.19 and pronto, the error came up. In version 2.2.15, the function _checkPlugins() didn’t yet exist in /lib/smarty/sysplugins/sm...
by 10010110
Thu Apr 18, 2024 9:28 pm
Forum: Modules/Add-Ons
Topic: ECB2 error
Replies: 0
Views: 66

ECB2 error

This is a split off from the topic at https://forum.cmsmadesimple.org/viewtopic.php?p=350683#p350683 due to the change of subject. So, if I add a “type” parameter to the ECB2 content module tag, I get a fatal error. Before I wrongfully file a bug report I wanted to ask here to exclude a mistake on m...
by 10010110
Thu Apr 18, 2024 4:59 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 976

Re: FilePicker preview image?

Thanks, ECB2 looks very useful and exactly like what I need.
But (and this shifts the subject a bit but hopefully can be answered quickly) if I add type='image' to the content module tag it reverts to a standard text input. Am I missing something?
by 10010110
Thu Apr 18, 2024 3:51 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 976

Re: FilePicker preview image?

I mean this type of input: {content_module assign='hero_image' label='Hero image' block='filepicker_block' module='FilePicker' type='image' profile="Standard" scope="global"} This shows up in the page edit screen in admin as input field where I can select an image. After selectin...
by 10010110
Thu Apr 18, 2024 1:39 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 976

Re: FilePicker preview image?

Thanks. I hope we’re not misunderstanding us here. What I mean is in the page edit screen, I want a preview image shown in addition to the text field that shows the file name.
Also, I don’t see a way to trigger the generation of a thumbnail file in FilePicker.
by 10010110
Thu Apr 18, 2024 12:06 pm
Forum: CMSMS Core
Topic: FilePicker preview image?
Replies: 7
Views: 976

FilePicker preview image?

Is there a way to show a preview image in the filepicker block like JMFilePicker (or GBFilePicker before that) used to do?
by 10010110
Wed Apr 17, 2024 4:19 pm
Forum: CMSMS Core
Topic: Duplicate content blocks; template inheritance
Replies: 1
Views: 2078

Duplicate content blocks; template inheritance

So, I have a global page template that defines the default content in a block, like so: {block name="top"} … {content assign="main_content" label='Some text' scope="global"} … {/block} Then I have a child template that extends the default, replacing the default block co...
by 10010110
Fri Apr 12, 2024 9:18 am
Forum: Modules/Add-Ons
Topic: Khronos issues
Replies: 2
Views: 445

Re: Khronos issues

OK, thanks, looks like it. All imported events are unpublished, apparently. Also, I loaded the page at http://localhost/index.php?mact=Khronos,cntnt01,ajax_fetchevents,0&cntnt01detailpage=16&cntnt01returnid=16&cntnt01showchildren=1&cntnt01detailpage=16&cntnt01eventtemplate=&c...
by 10010110
Thu Apr 11, 2024 9:36 pm
Forum: Modules/Add-Ons
Topic: Khronos issues
Replies: 2
Views: 445

Khronos issues

So, I’m trying to switch from CGCalendar to Khronos and if I import CGCalendar data it shows up in the backend but if I load the front end calendar view, an alert comes up saying “Oops... something happened when we were talking to the server, please try again”. The browser’s error console tells me t...
by 10010110
Wed Apr 03, 2024 3:15 pm
Forum: CMSMS Core
Topic: Plugin 'smarty_cms_function_cms_action_url' not callable
Replies: 4
Views: 235

Re: Plugin 'smarty_cms_function_cms_action_url' not callable

OK, I have a suspicion: Since the issue is resolved by deleting all files in /tmp/templates_c, I checked all files there for the string “smarty_cms_function_cms_action_url”, and it found it in a couple of them. What I then noticed was the file path: I have a whitespace in a directory name and the pa...
by 10010110
Wed Apr 03, 2024 3:06 pm
Forum: CMSMS Core
Topic: Plugin 'smarty_cms_function_cms_action_url' not callable
Replies: 4
Views: 235

Re: Plugin 'smarty_cms_function_cms_action_url' not callable

The file is there. I did a checksum test and it only complains about missing language files/translations (that aren’t relevant for my installation anyway). I’m not experiencing this anywhere but on my local server. 🤔
by 10010110
Wed Apr 03, 2024 12:04 pm
Forum: CMSMS Core
Topic: Plugin 'smarty_cms_function_cms_action_url' not callable
Replies: 4
Views: 235

Plugin 'smarty_cms_function_cms_action_url' not callable

I’m frequently getting a blank page and the error PHP Fatal error: Uncaught --> Smarty: Plugin 'smarty_cms_function_cms_action_url' not callable <-- \n thrown in ~/site/lib/smarty/sysplugins/smarty_internal_template.php on line 468, referer: http://localhost/ in the console on my local development s...
by 10010110
Sat Mar 16, 2024 4:42 pm
Forum: Modules/Add-Ons
Topic: LISE orderby custom field not working
Replies: 2
Views: 116

LISE orderby custom field not working

I have a LISE instance where I’m trying to sort by custom field but for some reason whenever I add the property it’s not showing anything. It’s a repertoire list with the song title as item title and the original performer as custom field named “interpret”. Bildschirmfoto 2024-03-16 um 17.33.11.png ...

Go to advanced search