Results 1 to 6 of 6

How to do this?

This is a discussion on How to do this? within the Template Modifications forums, part of the vBulletin SEO Discussion category; I was trying to put the search box there (Check the attached Screenshot). Can someone tell me how can I ...

  1. #1
    Senior Member Array UnderEstimated's Avatar
    Real Name
    Kaleem
    Join Date
    May 2006
    Location
    NJ
    Posts
    268
    Liked
    10 times

    How to do this?

    I was trying to put the search box there (Check the attached Screenshot).

    Can someone tell me how can I put Google Custom Search there. Where to add the code?
    Attached Thumbnails Attached Thumbnails searchbox.jpg  

  2. #2
    Senior Member Array
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,095
    Liked
    5 times
    That is in the navbar template. It would be best to find the login box, and place it befor ethat.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Senior Member Array UnderEstimated's Avatar
    Real Name
    Kaleem
    Join Date
    May 2006
    Location
    NJ
    Posts
    268
    Liked
    10 times
    I tried but It did not work it always comes to the place where the default navbar suppose to be. Any ideas?

  4. #4
    Member Array
    Real Name
    Basit
    Join Date
    Sep 2005
    Posts
    76
    Liked
    0 times
    To my best understanding you need to create exact cordinates in css and use those as class ID for search box. The reason for that is this skin use exact coordinates in header.

  5. #5
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    just mimic the buy now button

    Code:
    #buy_button
    
    {
    position: absolute;
    right: 300px;
    top: 53px;
    }

    view source here to see where the div is in the tempalte source

  6. #6
    Senior Member Array UnderEstimated's Avatar
    Real Name
    Kaleem
    Join Date
    May 2006
    Location
    NJ
    Posts
    268
    Liked
    10 times
    Quote Originally Posted by briansol View Post
    just mimic the buy now button

    Code:
    #buy_button
    
    {
    position: absolute;
    right: 300px;
    top: 53px;
    }
    view source here to see where the div is in the tempalte source
    Yes, this worked out. Thank You.

Posting Permissions

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