Hi Misty I have read all that forum but still no luck. I know i have to edit
/includes/modules/sideboxes/mydfa/blank_sidebox.php
but i don't know where and what else i have to add???![]()
Hi Misty I have read all that forum but still no luck. I know i have to edit
/includes/modules/sideboxes/mydfa/blank_sidebox.php
but i don't know where and what else i have to add???![]()
I found the solution for this one,
go where the twitter sidebox is ,
mine is at /includes/modules/sideboxes/twitter_sidebox.php
edit the file
find this argumentdelete it and replace withCode:$show_blank_sidebox = true;
Code:if ($this_is_home_page) { $show_blank_sidebox = true; } else { $show_blank_sidebox = false; }
i found the solution from here
https://www.zen-cart.com/tutorials/i...hp?article=270
![]()