Problem with globals_asset_contents

Hello everyone,
when I use globals_asset_contents to display content of another asset(standard page - name this "page A") this work fine but with small problem because title of asset displaying second time. One from active asset and one from globals_asset_contents.

I found that I can fix this and use globals_asset_contents on a child (Page Contents) of "page A", and this work fine too, with one exception in content of "page A" I have some text and links to another assets, and part of links name don't display because I use globals_asset_name.

Can anyone help ?



rhcorvin

Hi rhcorvin,


%globals_asset_contents:xxx% use the paint layout applied to the current asset and uses it to paint the data you're trying to nest.



%asset_contents_paint_raw:xxx% should only return data without applying any layouts.



Cheers



Kurne