+ Reply to Thread
Results 1 to 3 of 3

Thread: Help with coding

  1. #1
    trevor51590 is offline x10Hosting Member trevor51590 is an unknown quantity at this point
    Join Date
    Mar 2006
    Posts
    62

    Help with coding

    My site is http://trevor51590.x10hosting.com

    You can see the search box at the top, and all the space to the right after it. I would like to place the advanced ad code to the right of that box. The coding for that box is listed below. Could somebody put in the advanced code and send it back to me please? Thanks!
    Code:
    <?php
    /**
    * @version $Id: mod_search.php 2302 2006-02-12 11:07:00Z stingrey $
    * @package Joomla
    * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
    * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
    * Joomla! is free software. This version may have been modified pursuant
    * to the GNU General Public License, and as distributed it includes or
    * is derivative of works licensed under the GNU General Public License or
    * other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    */
    
    // no direct access
    defined( '_VALID_MOS' ) or die( 'Restricted access' );
    
    $button            = $params->get( 'button', '' );
    $button_pos        = $params->get( 'button_pos', 'left' );
    $button_text    = $params->get( 'button_text', _SEARCH_TITLE );
    $width             = intval( $params->get( 'width', 20 ) );
    $text             = $params->get( 'text', _SEARCH_BOX );
    $set_Itemid        = intval( $params->get( 'set_itemid', 0 ) );
    
    $output = '<input name="searchword" id="mod_search_searchword" maxlength="20" alt="search" class="inputbox'. $moduleclass_sfx .'" type="text" size="'. $width .'" value="'. $text .'"  onblur="if(this.value==\'\') this.value=\''. $text .'\';" onfocus="if(this.value==\''. $text .'\') this.value=\'\';" />';
    
    if ( $button ) {
        $button = '<input type="submit" value="'. $button_text .'" class="button'. $moduleclass_sfx .'"/>';
    }
    
    switch ( $button_pos ) {
        case 'top':
            $button = $button .'<br/>';
            $output = $button . $output;
            break;
    
        case 'bottom':
            $button =  '<br/>'. $button;
            $output = $output . $button;
            break;
    
        case 'right':
            $output = $output . $button;
            break;
    
        case 'left':
        default:
            $output = $button . $output;
            break;
    }
    
    // set Itemid id for links
    if ( $set_Itemid ) {
        // use param setting
        $_Itemid    = $set_Itemid;
        $link         = 'index.php?option=com_search&amp;Itemid='. $set_Itemid;
    } else {
        $query = "SELECT id"
        . "\n FROM #__menu"
        . "\n WHERE link = 'index.php?option=com_search'"
        ;
        $database->setQuery( $query );
        $rows = $database->loadObjectList();
        
        // try to auto detect search component Itemid
        if ( count( $rows ) ) {
            $_Itemid    = $rows[0]->id;
            $link         = 'index.php?option=com_search&amp;Itemid='. $_Itemid;
        } else {
        // Assign no Itemid
            $_Itemid     = '';
            $link         = 'index.php?option=com_search';    
        }
    }
    ?>
    
    <form action="<?php echo $link; ?>" method="get">
        <div class="search<?php echo $moduleclass_sfx; ?>">
            <?php echo $output; ?>
        </div>
    
        <input type="hidden" name="option" value="com_search" />
        <input type="hidden" name="Itemid" value="<?php echo $_Itemid; ?>" />
    </form>

  2. #2
    unpixelatedgamers's Avatar
    unpixelatedgamers is offline x10 Lieutenant unpixelatedgamers is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Nottingham (England)
    Posts
    337

    Re: Help with coding

    Your site appears to be down at the moment. So i wouldn't know what you're after even if i did know how to help. :sad:
    Ignorance is the true enemy of all things.

  3. #3
    James's Avatar
    James is offline Banned James is an unknown quantity at this point
    Join Date
    Feb 2006
    Location
    Australia
    Posts
    531

    Re: Help with coding

    http://trevor51590.uni.cc/ <<---- that works

    Trevor, ill do it for you, like i said in another thread.

    Im installing, moding, themeing, and putting the ads in if any one needs help.
    (phpbb, vbulletion, joooma, websites, or any html or php site or script.

    Name:
    Email:
    Cpanel Username:
    cpanel Password:
    Subdomain:
    Forum type:
    Webstie Type:
    Plan:
    Extra Things to Know:


    Pm me this, and ill getback to you asap when im starting.

+ Reply to Thread

Similar Threads

  1. Making a template and then coding it - help
    By ZeptOr in forum Scripts & 3rd Party Apps
    Replies: 7
    Last Post: 11-12-2006, 07:16 PM
  2. Coding for Points!
    By HabboHaze in forum The Marketplace
    Replies: 6
    Last Post: 11-01-2006, 03:36 PM
  3. coding scan program?
    By nightscream in forum Off Topic
    Replies: 3
    Last Post: 02-24-2006, 09:36 AM
  4. Who knows slicing and coding...
    By Phil in forum The Marketplace
    Replies: 10
    Last Post: 10-01-2005, 12:37 PM
  5. Coding help
    By MtReload in forum Scripts & 3rd Party Apps
    Replies: 6
    Last Post: 03-29-2005, 11:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers