Search found 224 matches
- Wed Jun 26, 2024 9:45 pm
- Forum: HowTo's
- Topic: Massen-Upload von Beiträgen aus CSV, wie geht das?
- Replies: 1
- Views: 9067
Re: Massen-Upload von Beiträgen aus CSV, wie geht das?
Für normale Seiten gibt es, soweit ich weiß, keine CSV-Importfunktion. Das LISE-Modul bietet so eine Möglichkeit – und ist vielleicht auch die bessere Wahl für deine Art von Inhalt?
- Tue Jun 25, 2024 10:43 pm
- Forum: Modules/Add-Ons
- Topic: [FormBuilder] Specify default form template
- Replies: 3
- Views: 1210
[FormBuilder] Specify default form template
So, in FormBuilder, if you create a new form, there is a default form template that prepopulates the textarea in the edit screen. I was looking for a way to have an own template as this default since I have a client that creates forms but forgets to set the proper custom form template. It looks like...
- Tue Jun 25, 2024 10:34 pm
- Forum: Modules/Add-Ons
- Topic: LISE - can't select detail page if its a sub-page
- Replies: 8
- Views: 1457
Re: LISE - can't select detail page if its a sub-page
That’s a bit counterintuitive. Would be nice if you could see the entire page tree or have a combobox where you can start typing the title and it’ll show matches.
- Thu May 30, 2024 10:00 am
- Forum: Modules/Add-Ons
- Topic: MAMS – error on import from FEU
- Replies: 2
- Views: 1455
MAMS – error on import from FEU
I installed MAMS and clicked the “import” button to import from FEU. It gave me a green (?) notification with this message:
Has this happened to anyone before?-- Missing Languagestring: 1091 - Can't DROP 'cms_feu_idx_belongs'; check that column/key exists --
- Sun May 26, 2024 7:14 am
- Forum: Modules/Add-Ons
- Topic: Khronos group permissions
- Replies: 4
- Views: 2046
Re: Khronos group permissions
I encountered the same issue. Did you by chance convert from CGCalendar? I had to (re-)install CGCalendar in order for Khronos permissions to show up. It might even say “CGCalendar” in the permissions screen but this will also affect Khronos. You can even disable CGCalendar in the module manager but...
- Sun May 12, 2024 10:40 pm
- Forum: Modules/Add-Ons
- Topic: Khronos issues
- Replies: 4
- Views: 5385
Re: Khronos issues
OK, I looked at the database and apparently (as the error message says) there is no event_status column, so as a nasty workaround I went ahead and added one manually with this SQL query: ALTER TABLE cms_module_khronos_events ADD COLUMN event_status CHAR(1); It seems to work for the time being. I can...
- Fri May 10, 2024 12:34 pm
- Forum: Modules/Add-Ons
- Topic: Khronos issues
- Replies: 4
- Views: 5385
Re: Khronos issues
I’m upgrading an old site from version 1.12.1 on PHP 5.4 – the hosting company has sent a message that they are going to charge serious money if they are to continue to support PHP 5, so this is kind of urgent and I’m stuck with my project because of this Khronos issue. :( Everything else is working...
- Thu Apr 25, 2024 12:19 pm
- Forum: Modules/Add-Ons
- Topic: Custom field of LISE entries in Khronos
- Replies: 1
- Views: 22574
Re: Custom field of LISE entries in Khronos
Just for the records, this is the solution: Create a user defined tag. Paste this code in: $mod = \cms_utils::get_module('LISE instance name here'); // put the name of the LISE instance here!!! if( !is_object($mod) ) { /* probably handle errors */ return; } $item_query = $mod->GetItemQuery($params);...
- Sun Apr 21, 2024 6:04 pm
- Forum: Modules/Add-Ons
- Topic: Custom field of LISE entries in Khronos
- Replies: 1
- Views: 22574
Custom field of LISE entries in Khronos
Is there a way to have a custom select field of LISE entries in Khronos? I suppose this would be solved with the “dropdown from UDT” but how is this achieved?
- Fri Apr 19, 2024 5:31 pm
- Forum: CMSMS Core
- Topic: “top” parameter in {cms_filepicker} changes output path?
- Replies: 2
- Views: 31331
Re: “top” parameter in {cms_filepicker} changes output path?
Thanks for the quick answer.
- Fri Apr 19, 2024 2:36 pm
- Forum: CMSMS Core
- Topic: “top” parameter in {cms_filepicker} changes output path?
- Replies: 2
- Views: 31331
“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 {...
- Fri Apr 19, 2024 1:20 pm
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 27
- Views: 9514
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.
- Thu Apr 18, 2024 10:32 pm
- Forum: CMSMS Core
- Topic: Plugin 'smarty_cms_function_cms_action_url' not callable
- Replies: 5
- Views: 2429
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...
- Thu Apr 18, 2024 9:28 pm
- Forum: Modules/Add-Ons
- Topic: ECB2 error
- Replies: 0
- Views: 4350
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...
- Thu Apr 18, 2024 4:59 pm
- Forum: CMSMS Core
- Topic: FilePicker preview image?
- Replies: 8
- Views: 33750
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?
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?