vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Search at the top of the forums (https://vborg.vbsupport.ru/showthread.php?t=267918)

StudentCreche 08-03-2011 10:13 PM

Search at the top of the forums
 
I adore the red bit at the top of this website (http://www.completevb.com/demovb4/forum.php?styleid=71) and would therefore like to implement something similar on my forum. Could someone please help me out?

Here's what I want. Either:

1) A search box and a red bar type thing at the top of the forums.
2) Just a search box at the top of the forums
3) Just a red bar type thing at the top of the forums.

I'd love option 1 but if it's too technical then surely option 2 or 3 would be easier...?

RobbieZ 08-03-2011 11:21 PM

This is just 4 images, CSS and HTML Div tag calls.

Number 3 is easily done as you can see on my test board part image.

https://vborg.vbsupport.ru/external/2011/08/77.jpg

I was able to create the rest but as the images are copyright I have removed everything from my test board.

StudentCreche 08-04-2011 12:47 AM

Quote:

Originally Posted by RobbieZ (Post 2229003)
This is just 4 images, CSS and HTML Div tag calls.

Number 3 is easily done as you can see on my test board part image.

https://vborg.vbsupport.ru/external/2011/08/77.jpg

I was able to create the rest but as the images are copyright I have removed everything from my test board.

Awesome! How did you do it?

RobbieZ 08-04-2011 12:05 PM

Create an image 1px width by 47px height using your favorite software. Save it and FTP to your misc folder inside your images folder.

In your additional.css template add this.

Code:

#strip {
    background: url("images/misc/strip.gif") repeat-x scroll left top transparent;
    height: 47px;
}

Now goto your header template and search for this piece of code.

Code:

<div id="header" class="floatcontainer doc_header">
After it add this

Code:

<div id="strip">
</div>


StudentCreche 08-04-2011 12:22 PM

You sir, are a legend!

RobbieZ 08-04-2011 12:26 PM

Looks good ;)


All times are GMT. The time now is 06:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00991 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete