Hi all,
I am cloning the sidebox from EZpages. Because I want that a part of EZpages will shown in a different sidebox.
So I cloned the sidebox. copied and paste the modules/ezpages.php into ezpages1.php, ezpages2.php, ezpages3.php and ezpages4.php.
I did this also for the template/sideboxes/tpl_ezpages.php
Of course with override.
My intention is to give a sort value with the EZpage. So when the sidebox has a sortvalue 11 it must go in sidebox ezpages1.php
I edited the value in ezpages1.php with this code line 19
also i did that for ezpages2.php, ezpages3.php and ezpages4.phpCode:$page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_sidebox = 1 and sidebox_sort_order BETWEEN 10 AND 19 order by sidebox_sort_order, pages_title");
This work.......ALMOST.....the problem is, that it shows the ezpages, but also it shows other values.
what am I missing. It is difficult to explain.



