is it poss to add related 'items' on an article page?

i have a single artcile page with 2 colunms and i want a 2nd col with other related 'items' could be other news, etc . i cant seem to add the page block sfrom the home page to the article page. only choice i have is rss feed or html block? anyone any ideas. thanks in advance

Quote · 2 Feb 2012

You can try this to show latest news on article home page

Settings -> Page Builder -> Articles Home

1)
Add a new HTML block

Caption Lang Key: _news_bcaption_latest

SAVE

2)
Go to DB and table sys_page_compose and the last inserted ID, where Caption = _news_bcaption_latest

edit it as bellow

Page:         articles_home
Desc:        Show list of latest news
Caption:    _news_bcaption_latest
Func:        PHP
Content:    return BxDolService::call('news', 'archive_block_index', array(0, 0, false));

SAVE

3)
Clear all cache


That's all

Quote · 4 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.