feature photo

vBulletin Advance Maintenance:


vBulletin Maintenance:
This service covers checking for forum bugs and database errors. Forum is running slow or getting errors or server problem? get our professionals to fix it.

| Continued
feature photo

SEO Services:


SEO Services:
With our SEO services get ranking and traffic from the major search engines (Google, Yahoo, MSN Search).
Get more of your forum pages indexed in the major search engines. Improve your keyword relevancy for all pages. Get your pages indexed faster. Increase the relevancy of your Google AdSense ads.

| Continued
feature photo

vBulletin Maintenance:


vBulletin Maintenance:
This service covers checking for forum bugs and database errors. Forum is running slow or getting errors or server problem? get our professionals to fix it.

| Continued
feature photo

Moving to a new host:


Moving to a new host:
Need to move to a new host? Services are available for transferring your vBulletin forum to a new host.

| Continued
feature photo

vBulletin Style Development


vBulletin Style Development:
Customize the look of your forum with a new skin. Custom vBulletin styles can be created as simply, or as complex as you like. Get complete Psd files of the header as well as for postbits and buttons, xml file (code), and complete installation instructions. You may also opt for the style to [...]

| Continued
feature photo

vBulletin Modification Installation


vBulletin Modification Installation:
Installation of vBulletin modifications from vBulletin.org including but not limited to: vBulletin Blog, PhotoPost Gallery, vBAdvanced, and more.

| Continued
feature photo

vBulletin Upgrades


This service covers one upgrade of one licensed version of vB. It does not include re-installation or upgrades to  modifications or styles installed on your forum, however those upgrade services are available.

| Continued
feature photo

Professional vBulletin Installation


This service covers installation of one license of vBulletin on one server. Installation does not include importation of posts, user information, or styles from other forum software.

| Continued

About us

How To Expand Custom Image Header

We hear it many times…
“How can I make my header image expandable to screen width?”

This tutorial will help you accomplish this task.

Requirements:

  • A bit of html knowledge;
  • photo editor;
  • and, photo editing.

Let’s Get Started!

Let’s start with a 780px header image … you can use the example image below…

Then Crop the leftside (your logo part):

And save it as head_left.gif

Second crop the right side of the header image as shown below:

And save as head_right.gif

Next select background image -just 1 or 2px width like shown below:

Crop the selected part and save it as headbg.gif:

Now load all the three images to the misc folder of images…

Next goto admincp> styles&templates> style manager> all style options>

scroll down to header

Delete the existing code complete and insert the follow there:

Code:
<!-- logo -->
<a name="top"></a>
<center>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/headbg.gif)">
<tr>

<td align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/head_left.gif"  border="0" alt=""/></a></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/head_right.jpg" alt="" /></td>
</tr>
</table>
</center>

<!-- /logo -->
<!-- content table -->
$spacer_open

$_phpinclude_output

Updated the code above and just change the gif/jpg name you are using…

Comments are closed.