Hello!
1) I use an polls as a main functionality of my dolphin. How can I change an a orders of openig pages? I need to open a polls page as an home page.
2) how I can remove bar from bottom (a navigation menu at attached screenshot)
Thanks!
Hello! 1) I use an polls as a main functionality of my dolphin. How can I change an a orders of openig pages? I need to open a polls page as an home page.
2) how I can remove bar from bottom (a navigation menu at attached screenshot) Thanks! |
1) There are some blocks on homepage from polls, just remove all other blocks and place block related to polls Another way is to setup redirect from index.php to the polls homepage. 2) You need to remove or comment out the following code from templates/your_template/_sub_footer.html file: <div class="sys_breadcrumb bx-def-margin-top" style="width:__main_div_width__;"> <div class="sys_bc_wrapper bx-def-margin-sec-leftright bx-def-border"> <bx_injection:injection_breadcrumb_before /> __top_menu_breadcrumb__ <bx_injection:injection_breadcrumb_after /> <div class="clear_both"> </div> </div> </div> Rules → http://www.boonex.com/terms |
AlexT - thank you! |