Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • zyuong Friend
    #166269

    my 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 Friend
    #401063

    Hi,
    You create new module has search type and its position is search

    zyuong Friend
    #401196

    when 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 Friend
    #401390

    Hi,
    Could you give me username+password of backend? I will help you to configure it.

    zyuong Friend
    #402996

    i 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.comhttp://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.

Viewing 5 posts - 1 through 5 (of 5 total)

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