I got a Mod that allows a site wall, but I'm clueless how to follow these instructions. I'm not a programmer that I understand this! Can someone please give step by step details on how I do this in phpmyadmin:
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);
Thank you!

