Search found 173 matches

by PinkElephant
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...
by PinkElephant
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...
by PinkElephant
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"

janvl wrote: Tue Jul 09, 2024 11:12 am "The (Summary) template help". ... somehow oversee where that is.
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.
by PinkElephant
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...
by PinkElephant
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
by PinkElephant
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...
by PinkElephant
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 ...
by PinkElephant
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 &...
by PinkElephant
Thu Apr 06, 2023 12:18 pm
Forum: Modules/Add-Ons
Topic: CGFEURegister Email Reminder
Replies: 2
Views: 745

Re: CGFEURegister Email Reminder

Hi James

Only a loose shot in the dark for an unknown module but...
WDJames wrote: Thu Apr 06, 2023 11:28 am sends an email out every hour [...] $config['cgfr_remindusers_after_hours'] = '168';
... could it be that your string is evaluated as integer '1' -- i.e., try unquoting the value.
by PinkElephant
Wed Apr 05, 2023 10:01 pm
Forum: Modules/Add-Ons
Topic: ECB2 (Enhanced Content Blocks) Support Page
Replies: 30
Views: 22517

Re: ECB2 (Enhanced Content Blocks) Support Page

chrisbt wrote: Wed Apr 05, 2023 7:59 pmv2.2.1
Looks perfect! Great work and thanks for the quick fix. :)
by PinkElephant
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...
by PinkElephant
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='&...
by PinkElephant
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...
by PinkElephant
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...
by PinkElephant
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...

Go to advanced search