I need to get the quick search block, a "upgrade your membership now" (that appears if the user is not a premium member), and a list of the featured members to appear on every page in a side bar (column) with the exception of the home page (index page).
What I know...
I know that just copying the blocks for the quick search to a new page (creating a new instance in the database table sys_page_compose and renaming the page to whatever page) is not sufficient because the function calls do not exist on every page.
Obviously I need to include these functions on all pages other than the index page.
What I need to know...
- The functions I need to include
- Where I need to include them
- What's the best place to include them
- Anything I've missed...
Thanks for any help!