Comment to Persons Cover inconsistancy
-
thanks! what is the Service Block you're referring to? Should this go into a Skeletons>Raw block? Or do I need to insert this on the server level, into an edited file somewhere in /modules/boonex/persons....?
-
It should be the Skeletons->Service block (this variant is available only in the Developer->Pages app).
-
Oh! Great! Got it.
Now to apply similar fix for the Events cover (which is also behaving the same way) I tried a few variations of the following code without success:
array ( 'module' => 'bx_events', 'method' => 'entity_cover', 'params' => array ( 0 => '{content_id}', ), ) -
For the sake of people who come behind me, I'll add this screen shot. NB: This Service block replaces the Cover block (now disabled).
-