how to place search infobox to header? As we can place any infobox to only at left or right column. What if i need to place it on header, content area or footer. As I can acess to infoboxes in (includes/boxes/bm_xxxx) but how to get access to left column area.
I am using v2.3.3
Latest News: (loading..)
how to place search infobox to header?
Started by mzsabir, Yesterday, 12:49 PM
5 replies to this topic
#1 ONLINE
Posted Yesterday, 12:49 PM
#2
Posted Yesterday, 03:51 PM
The Header-Footer Content Modules addon has a search module that can be placed in the header.
Regards
Jim
Regards
Jim
My Addons
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
#3 ONLINE
Posted Today, 05:35 AM
Need to get access to search box code to show it at any place where i want on my page. something like
<?php require(DIR_WS_BOXES . 'search'); ?>
<?php require(DIR_WS_BOXES . 'search'); ?>
#4 ONLINE
Posted Today, 05:56 AM
HFC module is not visible to admin site. I copied all files and directories inside the catelog folder.
#5 ONLINE
Posted Today, 07:20 AM
mzsabir, on 20 June 2013 - 05:35 AM, said:
Need to get access to search box code to show it at any place where i want on my page. something like
<?php require(DIR_WS_BOXES . 'search'); ?>
<?php require(DIR_WS_BOXES . 'search'); ?>
This is not possible in version 2.3.++, boxes are "classes"now and can't get simply included that way
You can check here a related post about "separating data from execution" and outputting any box anywhere
#6 ONLINE
Posted Today, 08:08 AM
Thanks you very much sir!









