-
AuthorPosts
-
zyuong Friend
zyuong
- Join date:
- March 2007
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 14, 2011 at 4:18 am #166269my web is web.justclick.com.my
i wondering how do i put ni the search box just like ja travel ?
cox i do not see any search module or anything in my module could use like ja travel demo site?
anyone can help asap ?
tq
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 14, 2011 at 5:13 am #401063Hi,
You create new module has search type and its position is searchzyuong Friendzyuong
- Join date:
- March 2007
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 14, 2011 at 5:29 pm #401196when i go to my administrator backend Extension Manager > Manage, i found the search module but it wasnt able to click which is under protected, why? I have search from the extensions.joomla.org but unable to found a simple basic seach box like normal template do have it ja_search…anyway to get it? hope helps…tq
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 16, 2011 at 7:22 am #401390Hi,
Could you give me username+password of backend? I will help you to configure it.zyuong Friendzyuong
- Join date:
- March 2007
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 25, 2011 at 11:50 pm #402996i have serach around with the forum which caused of the header.php is causing the search do not appear?
<?php
/*
# ————————————————————————
# JA Travel Template for Joomla 1.6
# ————————————————————————
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license – Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com – http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ————————————————————————
*/
?>
<?php
$app = & JFactory::getApplication();
$siteName = $app->getCfg(‘sitename’);
if ($this->getParam(‘logoType’, ‘image’)==’image’): ?>
<h1 class=”logo”>
<a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</h1>
<?php else:
$logoText = (trim($this->getParam(‘logoText’))==”) ? $siteName : JText::_(trim($this->getParam(‘logoText’)));
$sloganText = JText::_(trim($this->getParam(‘sloganText’))); ?>
<div class=”logo-text”>
<h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
<p class=”site-slogan”><?php echo $sloganText;?></p>
</div>
<?php endif; ?><?php if($this->countModules(‘slogan’)) : ?>
<div id=”ja-slogan”>
<jdoc:include type=”modules” name=”slogan” />
</div>
<?php endif; ?><?php if($this->countModules(‘top_menu’)) : ?>
<div id=”ja-topheader”>
<jdoc:include type=”modules” name=”top_menu” />
</div>
<?php endif; ?><?php if($this->countModules(‘search’)) : ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”search” />
</div>
<?php endif; ?>above is my blocks>header.php file configuration but i notice that i still did not have the “search box” as on demo site.
after i copy others ppl website for the frontend source code:
</div>
<div id=”ja-search”>
<form action=”index.php” method=”post” class=”search”>
<label for=”mod_search_searchword”>
Search </label>
<input name=”searchword” id=”mod_search_searchword” maxlength=”20″ class=”inputbox” type=”text” size=”20″ value=”Website search” onblur=”if(this.value==”) this.value=’Website search’;” onfocus=”if(this.value==’Website search’) this.value=”;” /> <input type=”hidden” name=”option” value=”com_search” />
<input type=”hidden” name=”task” value=”search” />
</form>only it appear but with not the right position. Pls help.
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by zyuong 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum