Topic: Understanding Templates
I am seeking a template that will display the footer only on a custom template. For testing purposed I created template called testing.tpl with this code
<!-- INCLUDE header.tpl -->
<!-- BEGIN profiles --> <!-- BEGIN items --> {top.loggedin} <!-- END items --> <!-- END profiles -->
<!-- INCLUDE footer.tpl -->
. I also created custom page in VLD CP called testing.
I placed the testing.tpl in current theme template folder as well as in templates.includes.
Calling the template in browser by
results in displaying the home page. Calliing the template in browser by link created in the custom page utility
results in a page with the header and footer displayed but content area blank as I left that blank when creating custom page.
I have looked in forums and not able to resolve this as of yet. I need to have a template or custom page that I can insert content section and display only footer. I am really trying to utilize the footer chat bar on another page.
THanks,
Brian