Well, my users find it hard to remember to write "{global_content name='newsbox'}" and have been asking me if they couldn't just write "{newsbox}"...Now they can, thanks to Calguy1000.
1 - Make a new Global Content Block and enter the content you want shown and call it eg. newsbox
2 - Make a new User Defined Tag also called newsbox and enter the following code:
Code: Select all
global $gCms;
$news = $gCms->modules['News']['object'];
return $news->ProcessTemplateFromData('{global_content name=\'newsbox\'}');

Thanks go to Calguy1000 as I have nothing to thank for this except asking the question and posting the answer here
