PDA

View Full Version : Black and Blue Style


SmashinYoungMan
01-10-2007, 10:00 PM
Hello, all!

I finally decided to release a style. It is a vB 3.6.5, 951 pixels fixed width, dark blue and deep gray/black style. I developed this theme on my test installation on my PC, so unfortunately there is no live demo, but I've attached a couple of screenshots. The theme has been tested with FireFox 2.0, Internet Explorer 6 and 7, and Opera 9.0.

I tried to make it so customizing it is a relatively painless procedure. In the header template, I commented where you can add your own logo, 468x60 ad code, and customize the links (Link1, Link2, etc.).

Included in the zip file are the xml file, button PSDs and icons with a dark matting.

There is no theme copyright in the footer, or any links to any sites of mine. Please, though, do not redistribute or sell the theme.

I'll support it as time allows, and I'll do my best to keep it up to date with each new vB release. If you wish to hire me to do extra customization on it, such as develop a logo, change the buttons, statusicons, etc., just send me a PM.

Please remember to "Mark as Installed"! Bonus points if you decide to throw a donation my way. :p

1-12-2007:
Added the PSD for the layout to the zip file.

5-03-2007:
Added a fluid version of this style. The installation instructions are the same, except for the obvious file name differences. Additionally, the fixed version of this style has been adjusted so that you can set your logo graphic in the "Title Image" field of the style manager, instead of having to edit the header template.

9-10-2007:
Updated the .xml files for vB version 3.6.8.

Installation Instructions:

1. Unzip the "blackandblue_fixed-style.zip" file.
2. Upload the two folders, "icons" and "blackandblue" in the image directory to your forum's image directory.
3. In your admincp, click "Download/Upload Styles" under "Styles and Templates".
4. In the "Import Style XML File" section, browse for the file, "bb-fixed-style.xml" included in the zip file and click the "Import" button, leaving the rest of the options at their defaults.

Enjoy!

GFX Brands
01-11-2007, 07:14 PM
very nice style installed

SgtTechHead
01-11-2007, 07:55 PM
Excellent! I've been keeping my eye open to see if you'd release some of your work. Will install soon!

Masked Crusader
01-12-2007, 06:19 AM
Can we get a PSD file for the header images or for the entire layout if possible?

Thanks.

Distance
01-12-2007, 07:24 AM
Hey very sexy stlye, i like!!

bki
01-12-2007, 12:40 PM
Very nice.... installed.

But can someone help me how and where to add the image link to the logo.
I have tryed evrything, but with no luck.


<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Your Logo</a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">

SmashinYoungMan
01-12-2007, 01:11 PM
Very nice.... installed.

But can someone help me how and where to add the image link to the logo.
I have tryed evrything, but with no luck.

<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Your Logo</a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">



Replace that bit of code with this:
<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">

That will allow you set to set the logo in the Title Image field in the style manager.

SmashinYoungMan
01-12-2007, 01:29 PM
Can we get a PSD file for the header images or for the entire layout if possible?

Thanks.
Added to the zip file. :)

bki
01-12-2007, 02:06 PM
Replace that bit of code with this:
<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">

That will allow you set to set the logo in the Title Image field in the style manager.I have figured it out before your post, thanks anyway.

James92TSi
01-18-2007, 06:04 PM
Installed on my board (www.houston-dsm.org/forums) and it looks/works great in IE6 and IE7... but Firefox users are having trouble with the navbar.

Screenshot from a FF user is attached... any ideas? :)

Edited to add: The user who took the screenshot is on FF 1.5. I realize the style was tested in 2.0. Is there a fix so this will work in FF 1.5, or do I get to tell my user his browser is outdated and he's SOL?

Edit 2: I also have a FF 2.0 user telling me it's doing the same thing for him.

Sooner95
01-20-2007, 04:09 PM
I like it alot. Thx!

Sooner95
01-20-2007, 07:37 PM
I have this running on my site now, if anyone wants another site to compare.

Sooner95
01-21-2007, 05:08 PM
What font style is that you used on the buttons?

SmashinYoungMan
01-23-2007, 05:10 PM
Installed on my board (www.houston-dsm.org/forums) and it looks/works great in IE6 and IE7... but Firefox users are having trouble with the navbar.

Screenshot from a FF user is attached... any ideas? :)

Edited to add: The user who took the screenshot is on FF 1.5. I realize the style was tested in 2.0. Is there a fix so this will work in FF 1.5, or do I get to tell my user his browser is outdated and he's SOL?

Edit 2: I also have a FF 2.0 user telling me it's doing the same thing for him.
That's odd. Do you have any plugins installed which affect navbar functionality?

What font style is that you used on the buttons?
Arial Black. :)

James92TSi
01-24-2007, 06:31 PM
That's odd. Do you have any plugins installed which affect navbar functionality?

I have iTrader, vB Banner Rotator (by frapegliko), and your style installed. That's it as far as mods go. I don't believe any of those should affect the navbar. vB 3.6.4

In fact, users are telling me that with this as my board's default style, there is no way to log in when the page is viewed in Firefox.... see below:

I have been trying to log onto the board for several days, and it shows the top banner, and then says Archives.

It does not show me anyplace to log in, or view the forum. I thought the board was down, but just now I tried opening the site in IE, and it works.

Can the page just not be viewed in Firefox?

This is what I see when I go to this page in Firefox.

https://vborg.vbsupport.ru/external/2007/01/4.jpg

(after one of the other users suggested that he change to the standard vB style to log in):

https://vborg.vbsupport.ru/external/2007/01/5.jpg

Black Majik
01-25-2007, 12:02 AM
here is another users screen shot from that forum. This user is on Firefox 2.0

SmashinYoungMan
01-25-2007, 06:50 AM
Is this the banner rotator you have installed? https://vborg.vbsupport.ru/showthread.php?t=129418

If so, did you add the $GLOBALS[bannerads] bit to the style's header or footer? If not, that might be the cause.

Gweedo
01-25-2007, 11:35 AM
I installed this yesterday and it is great. The only thing I have noticed is that smilies have a white halo around them because of the dark background color. Any idea on a work around for that? Is there a smilie set for dark colors with a transparent background instead of white?

SmashinYoungMan
01-25-2007, 03:44 PM
I didn't include any smilies because most folks use smilies of their own choosing anyway. There are tons of free smilies to be found on the web, though, as well as free smiley sets here.

akulion
01-25-2007, 04:19 PM
wow very beautiful

Thank you so much!

James92TSi
01-25-2007, 06:17 PM
Is this the banner rotator you have installed? https://vborg.vbsupport.ru/showthread.php?t=129418

If so, did you add the $GLOBALS[bannerads] bit to the style's header or footer? If not, that might be the cause.Yup, I added $GLOBALS[bannerads] in place of the "sample ad" banner that comes with the style.

I think this was my screw-up. When I first installed the template, I wanted to rem-out the "Link 1 - Link 2 - Link 3 - Link 4" stuff, since I didn't have any links to throw in at that time.

See code below. I added the tag in green, but forgot the tag in red. It worked correctly in IE and I didn't give it a second thought at the time. That'll teach me to install mods at 2am. :o


<!-- LINKS -->
<!-- REM OUT JEM 01/13/07
<a href="/">Link1</a> - <a href="/">Link2</a> - <a href="/">Link3</a> - <a href="/">Link4</a>
-->
<!-- /LINKS -->


That is the only difference I can think of between the default style and this one. The default style also has the $GLOBALS[bannerads] on it, but the default style works correctly.

I am betting MSIE would read the (incorrectly modded) HTML differently than FF. FF appears to be reading it as "remark tag is still open". That would certainly mess with the navbar.

Thanks for the help, I will let you know if that code change (adding the close-remark tag) doesn't fix the problem. I'm betting it will fix it.

EDITED TO ADD: Confirmed with a FF 1.5 user. The fix worked. Yay! :)

Thanks for the help - and for the awesome looking style.

-- James

shark7
01-27-2007, 03:42 PM
Excellent work.. Thank you.. What do I need to do to put a picture on the top left intead of the text. Thanks

damlost
01-28-2007, 08:58 PM
looks nice thanks but i notice now i have a white box with a X inside of it I guess this is called buttons search, quick links. How can i currect this

SmashinYoungMan
01-29-2007, 10:57 PM
Glad you got it lined out, James!

Excellent work.. Thank you.. What do I need to do to put a picture on the top left intead of the text. Thanks
In this bit of code in the header template:

<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Your Logo</a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">

Replace the text "Your Logo" with the link to the image you want to use. Alternately, you can follow the instructions in this post (https://vborg.vbsupport.ru/showpost.php?p=1157015&postcount=7).

looks nice thanks but i notice now i have a white box with a X inside of it I guess this is called buttons search, quick links. How can i currect this
Did you upload the "buttons" folder in the "blackandblue" directory? If so, double-check to make sure you uploaded it to the proper location per the installation instructions.

Thai3g_Eclipse
01-30-2007, 12:36 AM
Thank you, this is one of the best looking skins I've seen in a long time. Everything went smooth, but I am having minor problems when the postbit is set to legacy...the blue borders stopped wrapping after the first post. Is there a fix for this? Thank you, and keep up the excellent work.
(See attachment for what I'm referring to)

MisfitGeek
01-31-2007, 01:38 AM
In this bit of code in the header template:

<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Your Logo</a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">

Replace the text "Your Logo" with the link to the image you want to use. Alternately, you can follow the instructions in this post (https://vborg.vbsupport.ru/showpost.php?p=1157015&postcount=7).


Did you upload the "buttons" folder in the "blackandblue" directory? If so, double-check to make sure you uploaded it to the proper location per the installation instructions.

I got most of this working, I uploaded everything according to the instructions, however I am not getting the title images (header_1.jpg, etc..) to display. I applied the changes you have listed above and I understand how to get the logo in there, but any idea why the header images are not showing up?

URL for the board is http://www.misfitsrc.com

MisfitGeek
01-31-2007, 01:59 AM
I got most of this working, I uploaded everything according to the instructions, however I am not getting the title images (header_1.jpg, etc..) to display. I applied the changes you have listed above and I understand how to get the logo in there, but any idea why the header images are not showing up?

URL for the board is http://www.misfitsrc.com

OK.. Update.. It looks like it is working on the forums section however it is not working on the vBadvanced side of things... looking into it now, but any suggestions?

MisfitGeek
01-31-2007, 02:03 AM
OKay.. figured it out.. I just had to copy the images, etc.. to the root of the domain and it picked it up with the dynamic pathing in the script.

All is working well now... great looking style by the way!

DaiTengu
01-31-2007, 11:01 PM
I'm doing a conversion from SMF to vB finally, and I wandered over here looking for a good style for vB. The second thread I clicked on happened to be this one, and It's absolutely perfect.

Thanks for this! :)

SnoopsWarner
02-03-2007, 02:37 PM
<a href="http://www.ranger-retrocenter.com/forums/index.php" target="_blank">http://www.ranger-retrocenter.com/forums/index.php</a>

Love this style. One quick question: how do I edit the "Link1 Link2 Link3 Link4" text? I've searched around for it, but I cant seem to pin it down.

Any help?

SnoopsWarner
02-04-2007, 02:15 PM
Oh, wait, I read the first post and figured it out. Stupid me :)

xman_79
02-05-2007, 08:54 PM
very nice , thanks .

TheBlackPoet
02-11-2007, 01:46 AM
i really like fluid styles... but this one stands out.. it is really nice.... installed and will feature as the default theme

guile09
02-17-2007, 12:43 AM
Installed on ArcadeForum (http://www.arcadeforum.com) -- I finally decided to go for a new look and this caught my eye. I'll probably do a little customization, but it is a very nice skin. :up:

Astarias
02-17-2007, 06:10 PM
Can someone tell me how to make this span the width of my browser. I love the skin its just a bit too narrow for me.

Astarias
02-25-2007, 05:22 AM
Anybody?

ki adi mundi
02-26-2007, 08:13 AM
Well, I just installed it- no problems (knocks on wood)! We love this skin- Thank you! I had to change the StatusIcons, to better suit my application, though.

http://www.therogueforums.com/imagehosting/Ki%20Adi%20Mundi/screenshotblackandblue.jpg

This is a very smooth, very clean skin- I highly recommend it. Any chance of a red version of this?

Darkus
02-26-2007, 10:56 PM
Possible full width version at all? :)

therogueforums
03-04-2007, 03:23 AM
Any word on an update?

LeatherNeck
03-04-2007, 03:42 AM
Possible full width version at all? :)

Same here :) Have got it installed, but would love to see a fluid version :D

Campbell
03-04-2007, 09:22 PM
..and frankly I'd pay you for a fluid version as I have some users with vision problems that are requesting a version optimized for 800x600.

Thanks,
A

SmashinYoungMan
03-15-2007, 03:24 AM
Hello, all.

Sorry for the delay in replying, but there have been health problems in my family that have kept me away from design work and the vB community.

This skin requires no updating to be 3.6.5 compatible, so you can safely upgrade from 3.6.4 without issue or needing to update any templates if you already have it installed. I updated the zip file with a new xml so folks installing this for the first time on a 3.6.5 forum won't have to fool with clicking "Ignore Style Version".

As a catch-all answer to creating different width templates, that isn't something I can do just now. Due to being out of action for an extended period, I need to dedicate my time in the following days and weeks to paid work. If you have a paid job you're interested in having me take on, just PM me.

Once I get caught up, I'll try and do a better job of keeping this particular skin updated and taking on requests as time allows.

DJ Matt4684
03-27-2007, 07:01 PM
Can anyone tell me how to get an even border on top and take the 2 boxes out? If that makes sense...

vbpenguin
03-31-2007, 03:29 PM
I have the Mk Portal CMS system that integrates with Vbulletin. Would I be allowed to use this style for the Mk Portal CMS part of my site because it lets you use the forum skin for the portal section of the site (I would still have any copyrights you may have on the portal section of my site)?
---
I am keeping this for others if they want to do something like that, but I am no longer using a CMS for my site. I am only using Vbulletin.

bluesoul
04-01-2007, 06:13 PM
Thanks for this release, I spent a LONG time looking for a new skin and yours stood head and shoulders above the rest. It also works very well with vbAdvanced right out of the box.

http://www.thelegendofmax.com/images/uploads/32988414.jpg (http://www.wifom.net)

If anyone else is interested in a fluid version shoot me a PM so we can talk about pooling some money for such a release.

HeLLCiTo
04-08-2007, 11:05 PM
Thanks for this style.

How can i , change width of the main table ??, i put 100% in style opcions and it donĀ“t change

gabrielt
04-10-2007, 04:01 PM
Awesome. Installed.

Mecho
04-10-2007, 04:26 PM
i want when users move their pointers on the catagories name , then name's color change to another color .

i see in this style that just underline remove if users move mouse on the names.

any idea ?

edit : thanks i found . if anyone has the same question i will help him :)

princeedward
04-10-2007, 04:42 PM
nice and thanks...installed and work fine and good to my vB 3.6.5

gret job bro.... ;)

Majest
04-11-2007, 12:07 AM
Great looking skin, I now have it installed on my site. I do have a question though, how can I have it so the post box is the same as the skin instead of the default grey looking one?

The grey just looks out of place.

3Dx
04-16-2007, 12:39 PM
its a nice looking style bud we have it on our site

URL for the board is http://www.coreone.co.uk (http://www.coreone.co.uk/)

SmashinYoungMan
04-28-2007, 03:37 AM
Sorry, all. The family illness situation took a turn for the worse, with a car accident thrown in for good measure. When it rains, it pours...or so they say. Hopefully it will be clear skies for a good long while now.

Anyhoo, I see a lot of demand for a fluid width version of this theme, and I'll try and accommodate y'all by the end of the coming week. Keep checking back.

yeku
04-28-2007, 07:42 AM
Installed its work, thank you very much.

To the delay of your work for the version full.

It is a great work.

CowboyJeffR
05-03-2007, 12:54 AM
Wonderful skin....

I do have one issue. When VBPager messages arrive, it will show 1 in you inbox, but you can't get to it. When you switch back to the default VB style, you get the popup message.

I've checked all the templates and reimported the product-pager.xml to no avail.

Any assitance will be appreciated.

Malach
05-03-2007, 02:43 AM
I'm still trying to figure out how to get an actual image on the front page of vbAdvanced instead of just an image path that links back to the main page.

It's twerking my mind just a bit.


Never mind....I got it figured out.

Check it out. Wolf Den Productions (http://www.wolfdenproductions.net)

rockjeep44
05-03-2007, 01:45 PM
Here's another vote for a fluid version. I'd be happy to make a donation for one if it were to come available :)

SmashinYoungMan
05-04-2007, 01:32 AM
Okay, I've added a fluid version of this style. I tested it in all the major browsers, with no apparent issues. If you folks run across any problems with the new version, just post them here.

Enjoy!

CowboyJeffR
05-04-2007, 12:13 PM
Wonderful skin....

I do have one issue. When VBPager messages arrive, it will show 1 in you inbox, but you can't get to it. When you switch back to the default VB style, you get the popup message.

I've checked all the templates and reimported the product-pager.xml to no avail.

Any assitance will be appreciated.

Fixed this....I fat fingered a template addition....

My users love this skin...I just downloaded the fluid style and well see how they like it.

Great Job!!!

rockjeep44
05-04-2007, 07:44 PM
Awesome, thanks for the fluid style! One question, how do I center my banner image top to bottom? Here's the link to my board
http://www.rebelrockrunners.org/forum

And here is my code...

<!-- PLACE YOUR AD OR OTHER CODE HERE -->
<img src="http://www.rebelrockrunners.org/forum/images/hudlow_banner.gif"/>
<!-- /PLACE YOUR AD OR OTHER CODE HERE -->

Mecho
05-07-2007, 11:25 AM
Okay, I've added a fluid version of this style. I tested it in all the major browsers, with no apparent issues. If you folks run across any problems with the new version, just post them here.

Enjoy!

Thanks alot . i'm using it as a my default style :)

i have a question . is the fluid version means that u change width size to 100% ??
if so how can i change fixed installed version to fluid one ??

Thanks :up:

02TrueBlu
05-07-2007, 12:48 PM
OK, so if I installed this prior to May 3rd and have made add-ons and all that good stuff... BUT I want to change it what are my options? Is anything going to change? Will I have to re-do all of my add-ons and that good stuff?

My biggest concern is changing the width of my whole forum.

www.3rdCoastLightnings.com

6piston
05-17-2007, 06:56 AM
waiting for 3.67 version update!:D

Gez
05-17-2007, 12:34 PM
i want to try this theme but it doesnt work with vb 3.6.7? anychance of a update? :D

rockjeep44
05-17-2007, 01:22 PM
i want to try this theme but it doesnt work with vb 3.6.7? anychance of a update? :D

x2. Love your theme. Hoping for the 3.6.7 update. Let us know! :up:

http://www.rebelrockrunners.org/forum

SmashinYoungMan
05-18-2007, 12:48 AM
OK, so if I installed this prior to May 3rd and have made add-ons and all that good stuff... BUT I want to change it what are my options? Is anything going to change? Will I have to re-do all of my add-ons and that good stuff?

My biggest concern is changing the width of my whole forum.

www.3rdCoastLightnings.com

Any template modifications you've done will need to be redone, yes. Plugins that don't require any template modifications will be fine.

I'll try and get this updated for 3.6.7 within the next day or two. Right now, I'm trying to get my clients' sites updated, as well as my own forum.

Gez
05-18-2007, 08:15 AM
thanks smashinyoungman :)

SmashinYoungMan
05-19-2007, 10:51 PM
I just checked both the fixed and fluid versions, and none of the customized templates require a revert for the newest version of vB, so you can go ahead and upgrade your forum without worries if you already have the theme installed. I will update the XML files in the zips for future users.

Gez
05-21-2007, 06:55 AM
I just checked both the fixed and fluid versions, and none of the customized templates require a revert for the newest version of vB, so you can go ahead and upgrade your forum without worries if you already have the theme installed. I will update the XML files in the zips for future users.

Thanks, i got it working :)

rockjeep44
05-21-2007, 03:42 PM
I just checked both the fixed and fluid versions, and none of the customized templates require a revert for the newest version of vB, so you can go ahead and upgrade your forum without worries if you already have the theme installed. I will update the XML files in the zips for future users.


After my upgrade, I noticed that the image navbits_finallink.gif was a red X. I did some research and noticed that the navbar template was changed in the new version to look for an image called navbits_finallink_ltr.gif. Small change but it's enough to break the image. Instead of modifing the template I just renamed the old image to navbits_finallink_ltr.gif.

SmashinYoungMan, you may want to fix this in your navbar template for future downloaders.

TheBlackPoet
05-22-2007, 02:00 PM
okay... i love both of them.. and now... the fluid will be featured this evening... good job!!

Mecho
05-23-2007, 03:03 PM
guys i need help ...

I'm still using the old version (fixed one) . so i want to upgrade to 3.6.7v and from Fixed to Fluid version ... is it possible tell me what shall i do for these 2 jobs ??

thanks alot

RedGTiVR6
05-24-2007, 03:46 PM
After my upgrade, I noticed that the image navbits_finallink.gif was a red X. I did some research and noticed that the navbar template was changed in the new version to look for an image called navbits_finallink_ltr.gif. Small change but it's enough to break the image. Instead of modifing the template I just renamed the old image to navbits_finallink_ltr.gif.

SmashinYoungMan, you may want to fix this in your navbar template for future downloaders.

Do you happen to remember what this image was called initially?

rockjeep44
05-25-2007, 01:29 PM
Yea, it was called navbits_finallink.gif originally

Gez
05-29-2007, 02:51 PM
Hi, i am using the style and loving it, but.... Attached is a pic of my website, i want to remove the top section 'only the 2 blocks that i have coloured red' and replace them with my own pictures, how do i go about doing this? ?

Thanks

https://vborg.vbsupport.ru/external/2007/05/1.gif

shredded
05-29-2007, 04:18 PM
First, let me say... Awesome style... Me like...

I have a question that involves vBulletin, PhotoPost and your template... Well, all templates for that matter... I have vBulletin 3.6.7 and PhotoPost 5.62. I went through all the steps to integrate PhotoPost within vBulletin and so far, so good. I then stepped through installing your style as per the directions... All is well in Shreddedville except for a couple of things...

The title image which is defined in vBulletin as 'images/shredded_logo/SHREDDEDonline3.gif' shows as a red 'X' (basically, image not found) when over in the integrated PhotoPost. Obviously, there is a problem with the pathing because the two entities reside in different subs. /forum/ and /photopost/ under the domain.

The title image directions say 'relative path under forum' which, to me, makes it unable to be found when over in the gallery. As I type this, I realize, this is not really an issue with the style... But, if you may have any suggestions, they would be greatly appreciated.

thanks,
Scotty
www dot shreddedonline dot com

Craig James
06-07-2007, 11:53 AM
I love everything about it, & I also run th Admin CP. My problem is a minor one. With the style installed, I lose my link to my Arcade in my Navbar. If I uninstall the style, it pops right back in the navbar again. That, plus the fact that link doesn't disappear if I use any of my other styles, hints to me tha coud be the problem

GateKeper
06-25-2007, 01:32 PM
If I understand correctly to get the full width, I need to use the fluid style, I believe I am using the fixed one at the moment, it's bee a while, since I installed this theme, and we love it, its used as our default, but really do want to get it full width.

if I may I will post the url to the site, if your not registered it's OK it will still show you the narrow of the theme

www.ftaview.com

do I just upload the fluid zipped file, upload to the server and import the new xml file

I really don't want to mess up the board, so I will wait for some clarification to this

we are a young board and not a lot of experience in making changes, with out messing up,,,LOL

thanks for a great theme, and the anticipated help on this matter.

in the attached screen shot you will notice it's not full width, but the grey on either side

free2saute
07-05-2007, 01:01 AM
Nice but i get an X in the logo header any ideas installed

Here is the link to the site thank you
http://www.extendedforums.com/index.php

r0xt4r
07-08-2007, 04:37 AM
i love this style too. i want to reinstall it. i have a slight problem though. the other guy who works on my site with me added this style and overwrote the 'default style' and now on every other style theres parts of this style. all the other styles have features inherited from the default (overwritten) style. ive tried uploading the default VB style to no avail. can you offer some insight on how to replace the default VB style essentially taking it back to VB Deault Style so that we can upload this as an optional style? thanks in advance for any help.

pbmansion
07-09-2007, 02:38 AM
Does anybody know if there is a style layed out like this but based around red?

blackbeast99
07-11-2007, 03:16 AM
Installed, and working on a few settings that just seem a little off. I love this, this was perfect for what I needed. Thank you! Great Job!

rockjeep44
07-31-2007, 12:33 PM
Just wondering if this style is going to be updated to the 3.6.8 release? Thanks

www.ir-gsm.ir
08-03-2007, 08:14 AM
can you use right to left language

rockjeep44
08-14-2007, 11:53 AM
So, I'm guessing this style is dead?

Correadde
08-15-2007, 08:49 PM
I get an X in the header how can i remove that?

PJAmerica
08-24-2007, 12:29 AM
Hello, Any chance of this being updated for 3.6.8? I would be more than happy to even pay for it.

SmashinYoungMan
08-28-2007, 10:04 PM
Sorry, folks, a car accident knocked me out of commission. I'll see about getting this style updated for 3.6.8 as soon as I can.

rockjeep44
08-30-2007, 12:55 PM
Sorry to hear that man, hope you are ok. Great to hear that you are still supporting the style. It's one of the best here! Let us know when you get it done.

manub
09-01-2007, 03:40 PM
Nice Style! Installed :up:

there's a way to use this within vBadvanced CMPS too?

PJAmerica
09-03-2007, 10:32 PM
Sorry, folks, a car accident knocked me out of commission. I'll see about getting this style updated for 3.6.8 as soon as I can.

Sorry to hear that. Get better and I look forward to your update when you have time.

Nice Style! Installed :up:

there's a way to use this within vBadvanced CMPS too?

Yes there is. I use it fine with this style.

manub
09-06-2007, 03:02 PM
I have some troubles about my logo. I need to tell my friends about the size of the logo, nor I know where to place it into the header. I found the comments for AD code and links but no info for the logo :(

Can someone help me? Thanks ;)

theforumplace
09-08-2007, 03:29 PM
Could you release a style like this with the same layout, just lighter colours? I've tryed Creating a lighter version of this but have failed misserably XD i Love the layout of it though :D

If you already have the likelyness is im just blind so if you could post a link or PM me, Thanks

TheforumPlace

SmashinYoungMan
09-10-2007, 01:44 AM
Sorry to hear that. Get better and I look forward to your update when you have time.
Thanks, PJ. :)

I have some troubles about my logo. I need to tell my friends about the size of the logo, nor I know where to place it into the header. I found the comments for AD code and links but no info for the logo :(

Can someone help me? Thanks ;)
You can change the logo by editing the "Title Image" field in the Style Manager.

Could you release a style like this with the same layout, just lighter colours? I've tryed Creating a lighter version of this but have failed misserably XD i Love the layout of it though :D

If you already have the likelyness is im just blind so if you could post a link or PM me, Thanks

TheforumPlace
I don't know that I'll have time to make different colored versions of this in the near future. I desperately need to make up lost work time. Perhaps someone else can give you a hand with this.

Anyhoo, I'll try and get this updated for 3.6.8 sometime tomorrow. I upgraded and updated Eyedolize today, so the template updates I need to make are fresh in my mind.

KURTZ
09-10-2007, 07:38 AM
really nice skin ... but i've a questione: how i can edit the links?

TIA (installed)

KURTZ
09-10-2007, 07:41 AM
really nice skin ... but i've a questione: how i can edit the links?

TIA (installed)

PS. is possibile to change the color of the QR box?

SmashinYoungMan
09-10-2007, 03:42 PM
Style updated for 3.6.8. Enjoy!

really nice skin ... but i've a questione: how i can edit the links?

TIA (installed)
In the header template, the code for the links is placed between the <!-- LINKS --><!-- /LINKS --> comment.

PS. is possibile to change the color of the QR box?
You mean the text field itself? If so, this can be done by modifying the CSS for the "Input Fields" section in the Style Manager. You would also want to change the CSS for the "WYSIWYG Editor" section just above it to match.

KURTZ
09-10-2007, 03:46 PM
thx dude, just updated :)

however about the QR: i mean the gray box, i think that this style needs a "dark" box not this "flashin" gray ...

SmashinYoungMan
09-10-2007, 03:58 PM
thx dude, just updated :)

however about the QR: i mean the gray box, i think that this style needs a "dark" box not this "flashin" gray ...
Ah, okay. You mean the surrounding panel, which contains the various controls, I believe. You can change this at the bottom of the Style Manager in the "Text Editor Control Styles" field. If you go too dark with it, however, you'll need to update the editor graphics so they'll be legible against a dark background, and to eliminate the jaggies that will inevitably appear.

Sparkie_in_vic
09-11-2007, 09:30 PM
Hi Im new to all this, call me brain dead, is there a step by step on how to ad a logo banner on this?

Like how to get to the script part and all this is my forum, and i have designed a logo and i just want to attach it on there...

Please help by the way my site in www.sparkiesinoz.com/forum

Regards Damien

Sparkie_in_vic
09-11-2007, 10:21 PM
ok figured it out sort of, but how do i remove the text from under the forum logo "Electrician chat forum"?

SmashinYoungMan
09-11-2007, 11:33 PM
ok figured it out sort of, but how do i remove the text from under the forum logo "Electrician chat forum"?

You edited the header template directly, correct? You have two <img> tags contained within the <a> tag, where there should only be one.

Sparkie_in_vic
09-12-2007, 04:33 AM
Yeah i edited the header template directly, but dont have a clue what you mean about the second part....

Sparkie_in_vic
09-12-2007, 04:35 AM
this is my header script..

<a name="top"></a>
<table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><IMG SRC="http://usera.imagecave.com/Sparkie_in_vic/Forum-Banner-Template2.gif"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
<td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);">
<!-- PLACE YOUR AD CODE HERE -->

<!-- /PLACE YOUR AD CODE HERE -->
</td>
<td width="31" height="111" style="background: url($stylevar[imgdir_misc]/header_4.jpg);"></td>
</tr>
<tr>
<td colspan="2" width="515" height="23" style="background: url($stylevar[imgdir_misc]/header_5.jpg);"></td>
</tr>
</table>
<table width="951" height="37" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="436" height="37" style="background: url($stylevar[imgdir_misc]/header_7.jpg);"></td>
<td width="515" height="37" align="center" class="smallfont" style="background: url($stylevar[imgdir_misc]/header_6.jpg); font-weight: bold;">
<!-- LINKS -->
<a href="/">Link1</a> - <a href="/">Link2</a> - <a href="/">Link3</a> - <a href="/">Link4</a>
<!-- /LINKS -->
</td>
</tr>
</table>
<div align="center">
<div style="background: #21354f url($stylevar[imgdir_misc]/pagebackground.jpg) repeat-y center; width: 951px;">
<!-- content table -->
$spacer_open

$_phpinclude_output

KURTZ
09-12-2007, 04:00 PM
hi i think that in this style missing some icons ... con you provide us these?

PS. also is missing the big icon for the "forum links"

Sparkie_in_vic
09-13-2007, 07:17 AM
Can someone in the know please jump on my site and take a look at my logo...

How do i remove the text under the banner?

www.sparkiesinoz.com/furum

regards Damien

KURTZ
09-18-2007, 11:01 PM
Smashin, news about the tiny icons? :)

marcopolo
10-03-2007, 06:42 AM
Very nice styles, using both of them for my site.

How do you remove the 4 links completely, I've tried removing the code but this messes up the graphics.

I'm also having a problem when I create a new thread, return to the homepage and it does not display until I hit refresh (IE and Firefox). I've tried this with the default vb style and don't experience the same problem.

Thanks,

Mark

gtidoug
10-03-2007, 02:46 PM
Very nice styles, using both of them for my site.

How do you remove the 4 links completely, I've tried removing the code but this messes up the graphics.

I'm also having a problem when I create a new thread, return to the homepage and it does not display until I hit refresh (IE and Firefox). I've tried this with the default vb style and don't experience the same problem.

Thanks,

Mark

Hi Mark,

Just open up your style manager and comment out the html in the 'LINKS' section located in the header section. Easy.

gtidoug
10-03-2007, 02:51 PM
A question of my own now.

I'm having the same problem I noticed others were having with the 'Reload this page' broken img link next to the nav bar. The error goes away when I load the default template which makes me think its something missing in this template. Correct? I aimlessly tried copying the navbits_finallink_ltr.gif to the misc folder for this template but to no avail. Any ideas?

midwestce
10-03-2007, 09:11 PM
Right click on the picture/link and go to properties, it will show you where it's trying to look for the .gif file. I uploaded it there and it worked fine.

Grafix Ink.
11-02-2007, 12:32 PM
i am having a problem where some members are unable to type in the msg portion of new ms when they are using IE7

anyone else find this a problem?

ZakRhino
11-05-2007, 12:35 AM
Hi I just downloaded and install the blackandblue_fluid-style version but if you got my site as you can see --> http://beta.furry-muscle.org/forums/?styleid=5 If you look on the far right it looks like there a missing something, I uploaded all the files to where they should go. The bottom looks like added with the black lines coming from no where. Should it look like that or I'm I missing something? :confused::confused::confused:

mcasteel
11-09-2007, 01:15 PM
I have my forum banner image in the upper left corner. I have made several different ones and I'd like to make it so it rotates randomly when a user refreshes the page. Does anyone know how to do this? I know there is a mod to add banner rotation to the top of individual forum sections, but I'm not sure how to do it for the forum header image. Thanks.

dismas
11-14-2007, 05:48 AM
How do you remove the 4 links completely, I've tried removing the code but this messes up the graphics.




Just open up your style manager and comment out the html in the 'LINKS' section located in the header section. Easy.

Would you mind copy/pasting the section of code then? I tried to comment them out but it didn't work for me. I still got the wonky graphics issue.

dragula
01-12-2008, 01:08 AM
Hello All,
I installed this style recently and it was PERFECT for the theme of my site! Good job designing this! I intend to contribute once the site starts to make a little $$. :)

I just changed my image in the right side header and now I have a problem in the background. The "bars" between each banner are no longer lined up. All that I did was change my image from one with sharp corners to the one that has rounded corners as you can see in the link below. Now the background is screwed up. I don't know if I inadvertently moved something or what? :confused:

Any help would be greatly appreciated!

http://dixiemusclecars.com/forums/

paldo
01-17-2008, 03:27 PM
nice skin

orion-II
01-21-2008, 02:40 PM
installed the style today and it works great, good job.
I have a question tho.
When i use the PSD files in imageReady and add my own litle touch to the background and save the slices they are bigger and not named coresponding to the images i see in the images folder.
if annyone can help me out here that's greatly apreciated

drafty1111
01-22-2008, 03:56 PM
I Installed this today and everything is OK except for some images on the homepage, e.g search,quick links. Go to last post icon. I know the path is incorrect put where to i change this?

Thanks

DssCrazy
01-22-2008, 05:28 PM
these zip files do not look complete

drafty1111
01-23-2008, 01:33 PM
Where can i add a logo across the top right?

drafty1111
01-23-2008, 03:52 PM
Where can i add a logo across the top right?

anyone?

RobDog888
01-23-2008, 04:12 PM
Very nice style :)

Any chance of getting the psd? Sorry if it was replied to already as I didnt read all 9 pages of replies :(

I would like to see a different color other then the blue is why.

Thanks

halkum
02-09-2008, 05:12 AM
Hopefully this gets the 3.7 treatment?

XnaMe
02-17-2008, 06:11 PM
Anyone can tell me how can put the logo on top left? ... and under top logo left image ... how can i remove the "Site Name" too? ... my problem is like this (https://vborg.vbsupport.ru/showpost.php?p=1338155&postcount=105)! Thanks for this style! It's very cool! :)

djhassoo
02-21-2008, 12:12 PM
no logo psd file?

djhassoo
02-21-2008, 12:26 PM
navbits_finallink_ltr.gif is missing

blackberry
02-24-2008, 06:18 PM
woow very nice thanx and keep itt up

1quick1
02-27-2008, 11:49 AM
Is there anyway to get this working on a 3.6.4 forum or am I just S.O.L. unless I upgrade to 3.6.8?

Maybe there's another version somewhere but I did look. I really like these colors and setup.

XnaMe
03-01-2008, 11:49 AM
Hello .. i installed this skin and it's very great! But i got some problems! My header is not too good!! How to edit? I want to remove the forum title !! look a screen!
https://vborg.vbsupport.ru/external/2008/03/16.png

Majest
03-11-2008, 11:58 PM
What I did was edit the background file itself and remove the logo image and url by leaving it blank.

http://www.majesticscificentral.com/index.php

Ransy72560
03-12-2008, 11:33 PM
Is there anyone here that wants paid to adjust some colors on this skin?? I love this skin, but i need lighter colors..

TradersBASE
03-30-2008, 04:43 PM
Is there anyone here that wants paid to adjust some colors on this skin?? I love this skin, but i need lighter colors..

This is the best skin out there IMO. WOW...so blown away at how clean it looks.

I'm looking to go with a green theme and wondered the same, if anyone could/would port this to green and what something like that might run?

Thanks for the sweet theme...if there are no takers I might just run it in blue I like it so much. :)

Thanks,
Mike

blind-eddie
03-30-2008, 05:25 PM
Just copy the template & edit it to your liking.

Super Jinni
03-31-2008, 02:27 AM
can any one mak it work on 3.7.0 please?

I really like this one, and when I tried it on 3.7.0 I got errors

so any help please?

please please please?

Goomzee
04-03-2008, 04:49 AM
can any one mak it work on 3.6.9 i really need

MGA
04-03-2008, 01:50 PM
thanx

very nice style :)

Silent Knight
04-30-2008, 01:00 AM
I absolutly love this style, IT IS PERFECT for my site.

I really hope you make it 3.7 compatible, the rest of the site will hate not having it :(

montsa007
04-30-2008, 03:54 AM
Any idea it will work with 3.6.10??

Majer_Lin
04-30-2008, 07:53 AM
This is a great skin mate.

Mephisteus
05-05-2008, 02:09 PM
<a href="http://www.group-17.com/forumindex.php" target="_blank">http://www.group-17.com/forumindex.php</a>

Runs on 3.7 just fine, all you need to keep in mind is to modify the proper templates (AKA, the footer template). Not all that much work involved in reapplying the edits for this style.

Mecho
05-16-2008, 01:17 PM
i have one problem .. when i place an banner in header (468 * 80) it will shows the banner but not Fit at the box .

look at the Attachment .

Any idea ?

directprint
05-18-2008, 11:08 AM
i have one problem .. when i place an banner in header (468 * 80) it will shows the banner but not Fit at the box .

look at the Attachment .


Any idea ?
That area is designed for 468x60 [Standard Banner] not 468 x 80.

Mecho
05-18-2008, 02:54 PM
yea yea i know even when i tried 468*80 there is an empty line above the banner that makes the banner not fit at the box ! no EXACT Center i mean .

gabrielt
08-11-2008, 08:11 PM
Hello,

I've been using this style for a while on 3.6.x. Any plans to migrate it to 3.7.x? There are some significant changes like the addition of the security token and banner locations.

Cheers,
Gabriel.

SmashinYoungMan
09-16-2008, 05:26 AM
A year since the last update. Sorry, everyone. I'll work on getting this updated for 3.7.3 as soon as I can.

SmashinYoungMan
09-16-2008, 10:57 PM
3.7.x update here:

https://vborg.vbsupport.ru/showthread.php?p=1623735

NoLiFe
12-10-2009, 10:38 PM
nice style.. where is the 4.0.0 update ? :D

Majer_Lin
08-24-2010, 06:50 PM
4.0.6 update?

tann3100
01-14-2011, 05:05 PM
Ok for some reason where it has reload this page there is no image set. What is the image path for this icon does anyone know?