Hello.
I've made customisations to show all users activity through the wall, It is located on my index page, I inserted SQL query code, I'm not sure how to put this block into a new page that I've created.
Here's the previous SQL query code I used for it to work on home page:
SELECT @iPCOrder:=MAX(`Order`) FROM `sys_page_compose` WHERE `Page`='index' AND `Column`='1';
INSERT INTO `sys_page_compose` (`Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`) VALUES
('index', '998px', 'View events on a Wall', '_wall_pc_view', 1, @iPCOrder+1, 'PHP', 'return BxDolService::call(\'wall\', \'view_block_index\', array(0));', 1, 64, 'non,memb', 0);