Results 1 to 6 of 6

Thread: remove search

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2010
    Posts
    4

    Default Reduce space

    Thank you very much for your previous answer
    Could you pls tell me and how to reduce the space from signup/login line to first bar that one with friends - people below?
    I mean the space where the search cell was before.

    Thanks

  2. #2

    Default

    Do you want to repace the search with signup/ login menu ?


    If yes,findout the following from header.tpl
    HTML Code:
    <div id="video-search">
    <form action="{$base_url}/search.php" method="get">
    <input name="search" value="" class="text">
    <input type="hidden" value="video" name="type">
    <input type="submit" value="Search" class="search-btn">
    </form></div>
    and Replace with

    HTML Code:
    <div id="video-search">
    <a href="{$base_url}/signup/">Sign Up</a> | 
    <a href="{$base_url}/login/">Log In</a> |
    </div>

  3. #3
    Join Date
    Mar 2010
    Posts
    4

    Default Reduce space

    thanks for your message.
    I just remove the search and i want to reduce now the empty space between sign up/login and the first bar with friends/people buttons

    Thanks

  4. #4

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •