Search found 96 matches

by MantaPro
Thu Mar 14, 2019 3:27 pm
Forum: Modules/Add-Ons
Topic: FEU content Viewers (Groups) don't save / work
Replies: 11
Views: 2560

Re: FEU content Viewers (Groups) don't save / work

I've just found the same issue. I haven't found the route cause of the bug, but initially it looks to me that in Admin/Content Manager it is not writing anything to the DB for the group selected on the Viewers Tab for protected content. (I have my suspicions about the empty! Content property __feu_d...
by MantaPro
Fri Feb 15, 2019 5:21 pm
Forum: Modules/Add-Ons
Topic: Advanced Content
Replies: 3
Views: 1121

Re: Advanced Content

Not ideal (I'll dust off my OO sometime LOL) but for now this works: UDT called CGSharedBlocks $gCms = cmsms(); $db = $gCms->getDb(); $db_prefix = "cms2_"; $query = " SELECT name FROM ".$db_prefix."mod_cgsc_blocks;"; $dbresult =$db->Execute($query); while($dbresult &...
by MantaPro
Fri Feb 15, 2019 3:52 pm
Forum: Modules/Add-Ons
Topic: Advanced Content
Replies: 3
Views: 1121

Re: Advanced Content

Thanks arnoud for the reply Yes I am already making use of CGContentUtilities - in fact as I describe in my original question - I was hoping to get the output I am seeking in to the smarty template for the Dropdown field provided by CGContentUtilities My question was I hoping for some assistance to ...
by MantaPro
Fri Feb 15, 2019 3:29 am
Forum: Modules/Add-Ons
Topic: Advanced Content
Replies: 3
Views: 1121

Advanced Content

Is it possible in a smarty template to generate output from a module's public functions? - Or via a UDT ? Examples of the smarty templates where this may be attractive: a Core::Generic template in Design Manager that could be included in to a content page or a Core::Page template; The smarty templat...
by MantaPro
Sun Feb 10, 2019 3:38 pm
Forum: CMSMS Core
Topic: Smarty Block Inheritance Inconsistencies
Replies: 5
Views: 2588

Re: Smarty Block Inheritance Inconsistencies

Thanks for the clarification Calguy Used to work as per Smarty Docs in CMSMS V1. When the {content} complier tags are gathered; then if a block appends or prepends a parent block then if the the parent's {content} tag is in the block being added to is retained; but if it not being appended or prepen...
by MantaPro
Sun Feb 10, 2019 1:54 pm
Forum: CMSMS Core
Topic: Smarty Block Inheritance Inconsistencies
Replies: 5
Views: 2588

Re: Smarty Block Inheritance Inconsistencies

Digi3 - Yes I know - thanks. That makes a work-around (of the issue that the block inheritance is being merged rather than replaced) workable. Can't find the bug tracker for CMS core or Content-Manager. Is the root issue in CMSMS or is it Smarty that is compiling the templates incorrectly ? Or is th...
by MantaPro
Sun Feb 10, 2019 1:06 am
Forum: CMSMS Core
Topic: Smarty Block Inheritance Inconsistencies
Replies: 5
Views: 2588

Smarty Block Inheritance Inconsistencies

Reworking my templates so that they never have smarty commands within content what will be edited by User Editors using MicroTiny I've used Smarty inheritance since CMSMS V1.10 if not before, so a good few years - and also used to use AdvancedContent, but more recently CGContentUtils to enable a lim...
by MantaPro
Sat Feb 09, 2019 11:23 pm
Forum: CMSMS Core
Topic: Preventing MicroTiny corrupting smarty tags
Replies: 2
Views: 1685

Re: Preventing MicroTiny corrupting smarty tags

I note reading the MicroTiny module help text it advocates excluding all smarty for content text areas edited by user-editors who need WYSIWYG. With some thought if I can make the templates currently in use more sophisticated by replacing each content block with a "club sandwich" of conten...
by MantaPro
Fri Feb 08, 2019 5:08 am
Forum: CMSMS Core
Topic: Preventing MicroTiny corrupting smarty tags
Replies: 2
Views: 1685

Preventing MicroTiny corrupting smarty tags

Been hunting around the forums; docs and google to see if there is a setting somewhere that will prevent MicroTiny putting <p>...</p> around smarty comments that are in the main {content_en} block. In this instance it rarely breaks anything but it is adding invalid html depending upon what is render...
by MantaPro
Thu Jan 31, 2019 3:13 pm
Forum: Modules/Add-Ons
Topic: CGBlog - Missing LanguageString
Replies: 0
Views: 1611

CGBlog - Missing LanguageString

Recently installed CGBlog and set up a few dummy test articles in order to format templates - next step will be CGSocialblaster/CGFBPost. CGBlog was all right at first; but I set debug=true in config to see the DB calls to try to understand why items assigned to a specific category where being omitt...
by MantaPro
Sat Jan 26, 2019 5:28 am
Forum: CMSMS Core
Topic: CSS for microTiny in Admin
Replies: 7
Views: 1824

Re: CSS for microTiny in Admin

Got the additional fix - now working perfectly - excellent - many many thanks for your help
by MantaPro
Thu Jan 24, 2019 5:17 am
Forum: CMSMS Core
Topic: Install completed without errors but ...
Replies: 7
Views: 2848

Re: Install completed without errors but ...

jonboy49 - just a guess, but I would suggest you try changing the line you have added to your config.php from

Code: Select all

$config['root_url'] = 'localhost:8888';
To be the full http: format

Code: Select all

$config['root_url'] = 'http://localhost:8888';
Worth a try - good luck
by MantaPro
Thu Jan 24, 2019 3:27 am
Forum: CMSMS Core
Topic: CSS for microTiny in Admin
Replies: 7
Views: 1824

Re: CSS for microTiny in Admin

Excellent many thanks Digi3 I have picked up revision 11851 from the SVN; It is a step in the right direction; but still not right I know next to nothing about the coding under the surface of CMSMS but here is my theory (a guess!!) and observations (factual). After creating the Admin stylesheet; ass...
by MantaPro
Wed Jan 23, 2019 4:01 pm
Forum: CMSMS Core
Topic: CSS for microTiny in Admin
Replies: 7
Views: 1824

Re: CSS for microTiny in Admin

I have tried detaching the Editor stylesheet from the Admin design, and deleting the Admin design then clear cache again - still doesn't work; I'll trace through the code later ..... !
by MantaPro
Wed Jan 23, 2019 3:51 pm
Forum: CMSMS Core
Topic: CSS for microTiny in Admin
Replies: 7
Views: 1824

Re: CSS for microTiny in Admin

Hi Digi3 - thanks for the reply Yes after I set up the editor style sheet and design I cleared Cache in System Maintenance Having checked and tried everything again, including clearing cache, I now notice that in the Admin/Extensions/MicroTiny/Example screen I do get a "failed to load content c...

Go to advanced search