I'd like to insert a block called "Wall"

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);

Quote · 6 Apr 2012

 

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);

The same way.

Only you change index which is the page name to the name of your custom page.

https://www.deanbassett.com
Quote · 6 Apr 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.