Search found 173 matches
- Wed May 14, 2025 1:31 pm
- Forum: Modules/Add-Ons
- Topic: CGsmartimage module replacement? Which new module does the image processing job?
- Replies: 9
- Views: 3316
Re: CGsmartimage module replacement? Which new module does the image processing job?
A few notes after another look... CMSMSExt/data/cfg.inc is being read calling filter_watermark='text' is never honoured; cfg.inc $config['xt_watermark_text'] always prevails... when 1) $config['xt_watermark_file'] is set as an empty string 2) xt_watermark_bgcolor is different to xt_watermark_textcol...
- Tue May 13, 2025 3:48 pm
- Forum: Modules/Add-Ons
- Topic: CGsmartimage module replacement? Which new module does the image processing job?
- Replies: 9
- Views: 3316
Re: CGsmartimage module replacement? Which new module does the image processing job?
Hi Last time I looked here I was seeing erratic behaviour but for what it's worth some hit-and-hope ideas... $config['xt_watermark_file'] = 'uploads/images/250x114-wmark.png'; Possibly, drop the "uploads/" (in case it's looking for uploads/uploads/) $config['xt_watermark_alignment'] = 'int...
- Tue Jul 09, 2024 12:00 pm
- Forum: Modules/Add-Ons
- Topic: News module only the link to "more"
- Replies: 4
- Views: 2098
Re: News module only the link to "more"
Yes, it's a bit hidden, especially if you use file based templates. There may be other routes but if you start a new template there's a 'Template Help' link top-right of the template content textarea.
- Tue Jul 09, 2024 9:29 am
- Forum: Modules/Add-Ons
- Topic: News module only the link to "more"
- Replies: 4
- Views: 2098
Re: News module only the link to "more"
Hi, The (Summary) template help reads... detail_url (string) - The URL to the detail view of the article. link (string) (deprecated) - The URL to the detail view of the article. titlelink (string) (deprecated) - A link (usign [sic] the article title as the text) to the detail view of the article. mo...
- Mon Apr 17, 2023 2:11 pm
- Forum: CMSMS Core
- Topic: Admin tab order
- Replies: 2
- Views: 1293
Re: Admin tab order
Hi DIGI3
Thanks for the rapid and useful pointers. Some of those special characters should work well even if it's just to control the Main thru Nav layout without compromising the labelling.
Cheers,
Martin
Thanks for the rapid and useful pointers. Some of those special characters should work well even if it's just to control the Main thru Nav layout without compromising the labelling.
Cheers,
Martin
- Mon Apr 17, 2023 12:46 pm
- Forum: CMSMS Core
- Topic: Admin tab order
- Replies: 2
- Views: 1293
Admin tab order
Hi, A quick question following failed searches: is there a way of changing the Admin tab order? I'm adding blocks via ECB2 which supports priority=n to control display order within tabs but is there anything similar to control tab order? I'm hoping to position bespoke tabs before/after specific core...
- Sun Apr 09, 2023 12:00 pm
- Forum: Modules/Add-Ons
- Topic: Using Smart Image with 1 image as default
- Replies: 4
- Views: 2416
Re: Using Smart Image with 1 image as default
I'm glad that you've got it working the way you want. When I read your post a quick test with a .png embed seemed fine and I didn't look further. Looking again now - on a site that hasn't seen CGSmartImage/CGExtensions - I'm seeing buggy behaviour: an inability to use the String value at all and at ...
- Fri Apr 07, 2023 2:11 pm
- Forum: Modules/Add-Ons
- Topic: Using Smart Image with 1 image as default
- Replies: 4
- Views: 2416
Re: Using Smart Image with 1 image as default
Hi master3395 i do not know if this module has a way to use 1 image as default. For watermarking, I think it can only use one file, whatever's defined in /modules/CMSMSExt/data/cfg.inc ... My config page $config['xt_watermark_file'] = 'NewsTargeted.jpg'; /* relative to the uploads folder */ ... or &...
- Thu Apr 06, 2023 12:18 pm
- Forum: Modules/Add-Ons
- Topic: CGFEURegister Email Reminder
- Replies: 2
- Views: 745
- Wed Apr 05, 2023 10:01 pm
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22517
- Wed Apr 05, 2023 10:39 am
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22517
Re: ECB2 (Enhanced Content Blocks) Support Page
Hi Chris trying to find how to replicate the error I'm running under Win10 Pro (22H2), only with Firefox 111.0.1 (64-bit) until your post. Switching to Chrome 112.0.5615.50 (Official Build 64bit) there's new behaviour where the upload target alternates between instances... All additions have gone vi...
- Mon Apr 03, 2023 2:22 pm
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22517
Re: ECB2 (Enhanced Content Blocks) Support Page
Hi Chris The json_decode modifier fully fixed the page_attr group data -- thanks! multiple gallery fields, populating only the first instance [...] could you please post the code The two gallery fields are defined with; {content_module module=ECB2 field=admin_fieldset_start block=g01_afs label='&...
- Fri Mar 31, 2023 3:18 pm
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22517
Re: ECB2 (Enhanced Content Blocks) Support Page
try a json_decode ... […] version? v2.2? I won’t have shell access to get at the templates for a few days but the decode sounds highly promising. Apologies for the lack of version info. Cms Version: 2.2.16 Installed Modules: * AdminSearch: 1.0.6 * CMSContentManager: 1.1.9 * CMSMSExt: 1.4.1 * CmsJob...
- Thu Mar 30, 2023 9:40 am
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22517
Re: ECB2 (Enhanced Content Blocks) Support Page
Hi Chris Thanks for posting. this: {page_attr key=video page='global-content-blocks' assign=video_embeds}{$video_embeds=$video_embeds scope=global} No difference and {dump item='$video_embeds->sub_fields'} shows String... Dump of: $video_embeds->sub_fields (String) {"sub_fields":[{"so...
- Wed Mar 29, 2023 4:03 pm
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22517
Re: ECB2 (Enhanced Content Blocks) Support Page
Firstly, thanks for a brilliant module -- it's the best thing since sliced bread and then some. It makes a huge difference to the admin interface :) I'm having trouble grabbing data and would appreciate guidance... Page global-content-blocks contains an ecb2 group block, video , comprising 2 dropdow...