Hi,
I install this mod (http://www.boonex.com/unity/extensions/entry/Site_s_Join) so I replace this page: BxBaseIndexPageView.php
and I execute these two scripts in the database:
- SELECT @ iPCOrder: = MAX (`Order`) FROM `` WHERE `Page sys_page_compose` = 'index' AND `Column` = '1 ';
SELECT @ iPCWidth: = `ColWidth sys_page_compose` FROM `` WHERE `page` = 'index' AND `Column` = '1 'LIMIT 1;
and this:
- INSERT INTO `sys_page_compose` (`page`, `PageWidth`, `desc`, `caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible` , `MinWidth`) VALUES
('Index', '998px ',' Join Form Block ',' _Join now ', 1, @ iPCOrder + 1' JoinForm ','', 1, @ iPCWidth,' no ', 413);
But its not working, I was not the block "Join now".
Could SOMEBODY please help me? thank you
