Search found 169 matches

by PinkElephant
Mon Apr 17, 2023 2:11 pm
Forum: CMSMS Core
Topic: Admin tab order
Replies: 2
Views: 665

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: 665

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: 879

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: 879

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: 353

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: 22
Views: 5596

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: 22
Views: 5596

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: 22
Views: 5596

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: 22
Views: 5596

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: 22
Views: 5596

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: 22
Views: 5596

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...
by PinkElephant
Thu Jul 22, 2021 4:40 pm
Forum: CMSMS Core
Topic: MicroTiny and Emojis
Replies: 14
Views: 2978

Re: MicroTiny and Emojis

Something is wrong if emoji support is broken out of the box. Speaking as a non-dev, looking at the files... TinyMCE handles the functionality via its emoticons plugin (where you can customise the emoticon database , etc) but it doesn't ship with MicroTiny. The MicroTiny module Help outlines at len...
by PinkElephant
Thu Jul 08, 2021 3:01 pm
Forum: Layout and Design (CSS & HTML)
Topic: Back Ground Image
Replies: 13
Views: 7641

Re: Back Ground Image

Cool :)

By the way, I only used background-color as an example (and an easy-to-see change in the TinyMCE's handy preview), you can probably run with just one property override...

Code: Select all

content_style: 'body {background-image:none;}'
by PinkElephant
Wed Jul 07, 2021 5:38 pm
Forum: Layout and Design (CSS & HTML)
Topic: Back Ground Image
Replies: 13
Views: 7641

Re: Back Ground Image

Just notice that I now have a yellow background Perhaps you didn't refresh the browser -- or a server clear-cache was needed. It seems to work here... ... adding this to the design's main stylesheet body { background: url([[root_url]]/uploads/images/logo1.gif) repeat; } ... makes editing content qu...
by PinkElephant
Wed Jul 07, 2021 12:25 pm
Forum: Layout and Design (CSS & HTML)
Topic: Back Ground Image
Replies: 13
Views: 7641

Re: Back Ground Image

Dusting off an old test site and installing TinyMCE... it looks like the editor content is sandboxed in an iframe where the child body can inherit the parent styles (optionally from the CMSMS design) but to override them you need to insert them *within* the child. TinyMCE seems to offer a number of ...

Go to advanced search