Search found 181 matches

by chrisbt
Fri Apr 19, 2024 11:56 am
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Hi Daniel, Thanks & glad you like the module. There are a couple of things that might help: First you need to get ECB to store it's data in the default content block: {content_module module=ECB2 field=some_field_type block=content_en ...} Then depending on the field type used, the contents will ...
by chrisbt
Fri Mar 29, 2024 2:39 pm
Forum: French - Français
Topic: 2.2.20 ?
Replies: 17
Views: 3326

Re: 2.2.20 ?

Ditto to DIGI3's comment.
@jce76350 if you want to ask how UserGuide module is progressing please just message me. Just as you did to kindly send me the French translation for the module.
by chrisbt
Wed Mar 13, 2024 2:00 pm
Forum: General Discussion
Topic: TinyMCE
Replies: 20
Views: 10926

Re: TinyMCE

Hopefully in the next few weeks. Paid jobs keep arriving and I need to work on them first. I have a few projects that should complete very soon so quite a few CMSMS jobs should get attention after that.
Cheers
Chris
by chrisbt
Wed Jan 24, 2024 7:17 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

I've just done some more tests and I agree I'm not finding search results for the content I added inside a group. I'll need to do some more digging to find out why and how to fix it. Thanks for highlighting this.
by chrisbt
Wed Jan 24, 2024 2:38 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Hi, Search should still work. The only difference with Groups is that the data is all in JSON format. So Search should still work. In the tests I have run it worked. What is the search term you are looking for?
by chrisbt
Mon Dec 11, 2023 2:41 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Hi, For now you would have to test each individual sub_field so something like: {foreach $test20->sub_fields as $sub_field} {if !empty($sub_field->height) && !empty($sub_field->fruit) && !empty($sub_field->checkbox) && !empty($sub_field->radio)} ... then do some stuff ... {/i...
by chrisbt
Tue Nov 21, 2023 10:01 am
Forum: General Discussion
Topic: TinyMCE
Replies: 20
Views: 10926

Re: TinyMCE

Hi Jean-Claude, I was primarily meaning the TinyMCE module, but I guess it would also make sense to update the MicroTiny Core module at some point - but the DevTeam would need to confirm that. I would normally look at the latest version to use, v6.7.3, but @tomph has mentioned that it's getting more...
by chrisbt
Wed Nov 08, 2023 4:23 pm
Forum: General Discussion
Topic: TinyMCE
Replies: 20
Views: 10926

Re: TinyMCE

and further to DIGI3's comment I'm planning to update TinyMCE soon. I use it on all my sites and need it updated ASAP.
by chrisbt
Mon Jul 03, 2023 10:06 am
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Hi Benoit, Thanks very much for your feedback. It is great and rewarding to get your feedback. I really don't have much of an idea how many people use ECB2 or what they think of it. So thanks :) File / Image picker for groups will be great. It is in the plan was just a bit more involved than I reali...
by chrisbt
Wed Apr 12, 2023 5:51 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Hi James, Thanks for the feedback - very appreciated. I'll put File Upload option on the to do list. I'm planning a bit more work on the module if I can fit it in in May, so hopefully will get to it then. Happy for you to either use this post or to add a Bug Report http://dev.cmsmadesimple.org/bug/l...
by chrisbt
Wed Apr 05, 2023 7:59 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Thanks. Finally got there I believe. All the details helped loads. The problem was with the Upload Prompt - the upload prompt for each gallery was being added to both galleries. Hopefully is all sorted now. Please try the latest v2.2.1 release. :)
by chrisbt
Wed Apr 05, 2023 8:58 am
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Hi PinkElephant, I've checked out the barebones example and it worked perfectly for me. I'm now trying to find how to replicate the error you are seeing. Could you help with the following: - What browser / device are you using? - What are the files names of the images you are trying to upload? - Are...
by chrisbt
Fri Mar 31, 2023 8:58 am
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Ah OK. try a json_decode ... {page_attr key=video page='global-content-blocks' assign=video_embeds}{$video_embeds=$video_embeds|json_decode scope=global} I might add an option for ECB to retrieve a content block from another page in a future version. I thought I'd fixed the issue with multiple galle...
by chrisbt
Wed Mar 29, 2023 9:59 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 27
Views: 6274

Re: ECB2 (Enhanced Content Blocks) Support Page

Hi, thanks for your feedback. Great to hear you are finding it useful. A few extra features to come yet. :) I haven't tested this but I am fairly certain that you need to change the method you use to access the content block. Use assign instead. Whenever json data is being retrieved it will be blank...
by chrisbt
Wed Feb 08, 2023 11:07 am
Forum: Modules/Add-Ons
Topic: ReviewManager Support Page (CGFeedback fork)
Replies: 10
Views: 2523

Re: ReviewManager Support Page (CGFeedback fork)

There seems to be an issue with the form when it is called from within another template. If possible could you send me the template you are using, that includes the ReviewManager tag. Ideally could you add it to the Bug Tracker page for the module: http://dev.cmsmadesimple.org/bug/list/1460 As a sho...

Go to advanced search