CyberBlue

xenoth

New Member
CyberBlue style for vBulletin 3.7


Instructions for install:

1) Upload the "cyberblue" folder to your vbulletin /images/ folder (/images/cyberblue/)

2) Import the cyberblue-style.xml from the 'XML' folder

3) To edit the logo at the top of the style, open up the cyberblue_02.gif image in the 'blankimage' folder and add your logo. Then upload the cyberblue_02.gif file to /images/cyberblue/layout

4) You should now be able to use the style.

DEMO:
Code:
http://www.xenonstyles.com/index.php?styleid=3

Screen:
i209319_cybbluexenoth.jpg
 

xenoth

New Member
chusrubi2 said:
Hi!, can you make a button for post thank you hack?

THX!!

You know normally I would say do it yourself, but fuck it I will do it for you later on today. Its only gonna take 2 minutes, I will post it here later.
 

Maragenie

New Member
Xenoth mate you wouldn't by any chance have the "Pro Blue" skins from Xenon styles knocking about would you?

I was going to create a thread but noticed your post and hoped you might be able to help me out. Both fixed and fluid would work.

A thousand thanks your way if you can do this favor for me. :)
 
Maragenie said:
Xenoth mate you wouldn't by any chance have the "Pro Blue" skins from Xenon styles knocking about would you?

I was going to create a thread but noticed your post and hoped you might be able to help me out. Both fixed and fluid would work.

A thousand thanks your way if you can do this favor for me. :)

It isn't free, you need to buy it.
 

meelkf0x

New Member
Thanks for this, I really like it.

One question tho, does anybody else have a problem (or solution) with a header. If you attach link or alt img text to LOGO, it looks all weird, it shows image borders. It would be nice if people could just click on top of the logo to go back to main index of the forums.
 

meelkf0x

New Member
Shodaw said:
I need this template but expanded :S how i can do it :S

Access your AdminCP>Style Manager>Cyberblue(Edit All Options)

Look for the following setting:

Main Table Width (pixels or percentage)

And set it to 100%
 

Spinifex

New Member
hi xenoth,

ive been playing around with the Headers all day trying to get it to work with a clickable header so you can goto your index.php page but unfortunetly with the way youve made this theme it has 3 or 4 images and when i use <a href="index.php"></a>

it leaves either black bars around the outside of the image or knock all the others out!
also tried putting code for all the images and changing your code completly and now i give up m8 lol

any ideas as this is a must for 99% of people.

cheers,
Spinifex.
 

Spinifex

New Member
Finally! shouts out to Rick a friend of mine who guided me down the right lines about borders! simply edit the header template for cyberblue and replace with this code:

Code:
<a name="top"></a>
<!-- logo -->
<div align="center">
<img src="images/cyberblue/layout/cyberblue_01.gif"BORDER=0 height="174" width="76" alt=""><a href="/index.php"><img src="images/cyberblue/layout/cyberblue_02.gif"BORDER=0 height="174" width="802" alt=""><img src="images/cyberblue/layout/cyberblue_03.gif"BORDER=0 height="174" width="72" alt=""></div>
<table cellpadding="0" cellspacing="0" border="0" align="center">
		<tr valign="top">
        <td width="64" valign="top" align="left" background="images/cyberblue/layout/cyberblue_04.gif"></td>
		<td valign="top">
<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
 

Spinifex

New Member
also to remove borders from the footer then edit footer and find:

<div align="center">
<img src="images/cyberblue/layout/cyberblue_09.gif" height="94" width="76" alt=""><img src="images/cyberblue/layout/cyberblue_10.gif" height="94" width="12" alt=""><img src="images/cyberblue/layout/cyberblue_11.gif" height="94" width="782" alt=""><img src="images/cyberblue/layout/cyberblue_12.gif" height="94" width="80" alt=""></div>
</form>
<if condition="$show['dst_correction']">

and replace with:

<div align="center">
<img src="images/cyberblue/layout/cyberblue_09.gif"BORDER=0 height="94" width="76" alt=""><img src="images/cyberblue/layout/cyberblue_10.gif"BORDER=0 height="94" width="12" alt=""><img src="images/cyberblue/layout/cyberblue_11.gif"BORDER=0 height="94" width="782" alt=""><img src="images/cyberblue/layout/cyberblue_12.gif"BORDER=0 height="94" width="80" alt=""></div>
</form>
<if condition="$show['dst_correction']">
 
Top