PDA

View Full Version : Black & Red


jacki
10-05-2009, 10:00 PM
Upload , Black & Red forum root



Forumhome :

http://img387.imageshack.us/img387/8673/forumhome.jpg

Forumdisplay :

http://img14.imageshack.us/img14/6978/forumdisplay.jpg

Postbit :

http://img151.imageshack.us/img151/4471/showthread.jpg

Theme by : www.yorumla.net

bazzup
10-06-2009, 12:14 PM
Like it its nice

DsmNikki
10-08-2009, 04:15 PM
any way to make the words english? never installed a turkish skin before?

gtgfilms
10-18-2009, 01:37 PM
im having trouble instaling it

LeonS61
10-20-2009, 06:46 AM
Saol hocam güzel tema

theparentpack
10-17-2010, 11:58 PM
I can't find instructions for installing this skin. HELP!

jacki
12-24-2010, 05:32 AM
I can't find instructions for installing this skin. HELP!

standard installing !

booterman
05-09-2011, 07:58 PM
thanks very nice style

DiLaRa
05-12-2011, 10:15 PM
thanks all

matrex722
10-18-2012, 09:49 PM
good

Fivestones
11-16-2012, 04:15 PM
got to readd it to site thanks ..

MaXimus
09-11-2013, 01:17 PM
I really like this theme can we have it updated for vBulletin 3.8.7?

malc1959
12-11-2013, 06:54 PM
guide me pleas how to install this theme on vbulletin 3.8.7

Max Taxable
12-11-2013, 07:00 PM
guide me pleas how to install this theme on vbulletin 3.8.7After unzipping the zip folder, find and upload the entire "Blackred" folder, to your forum root.

Import the vbulletin-style.xml file to your site, at AdminCP>Styles and Templates>Download/Upload Styles.

Make it new style, no parent and name it as you wish.

Done!

Cobrahost
01-09-2014, 03:46 PM
Good Job man!

MaXimus
08-09-2014, 05:37 PM
I couldn't install it on my vB 3.8.8 forum.

Got this error message:

This file was created using a different version of vBulletin from the one you are running.

Your version: 3.8.8
File version: 3.8.3

ozzy47
08-09-2014, 06:19 PM
Select, Ignore Style Version to Yes, when you import it.

MaXimus
08-10-2014, 03:59 AM
Select, Ignore Style Version to Yes, when you import it.

Ok I did, but this file doesn't seem compatible, look at all the Formatting buttons are gone and replaced by text

I did copy the style folder to the root of my forum:

https://vborg.vbsupport.ru/external/2014/08/39.png

https://vborg.vbsupport.ru/external/2014/08/40.png

Max Taxable
08-10-2014, 08:24 PM
Ok I did, but this file doesn't seem compatible, look at all the Formatting buttons are gone and replaced by text

I did copy the style folder to the root of my forum:

The images aren't located where the script is calling. Right click on the text, choose "view image" and see where the calls point to.

Some of these custom styles require the images to be posted in the /images folder instead of root.

MaXimus
08-12-2014, 08:36 AM
The images aren't located where the script is calling. Right click on the text, choose "view image" and see where the calls point to.

Some of these custom styles require the images to be posted in the /images folder instead of root.

thanks a lot man. I got it figured out, very poorly written instructions I must say but the style looks great

I deleted it though coz the smilies look funny on the dark background they have like a white border across them

Max Taxable
08-12-2014, 07:28 PM
thanks a lot man. I got it figured out, very poorly written instructions I must say but the style looks great

I deleted it though coz the smilies look funny on the dark background they have like a white border across themThat's a easy fix. Find a set of smilies for dark themes, and upload them and point the style to that folder.

That's not a problem with the style, it is a problem with the default smilies which are intended for use with a light background.

MaXimus
08-13-2014, 03:22 AM
That's a easy fix. Find a set of smilies for dark themes, and upload them and point the style to that folder.

That's not a problem with the style, it is a problem with the default smilies which are intended for use with a light background.

ohh ok,

Ill look for smilies then

thanks boss

Last question man

with the default style, in order to add a HOME link at the top left of the forum main page, I had to add this code:

Go into the navbar template, and find:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Above the if condition, you can add:

<td class="vbmenu_control"><a href="http://maxgeeks.net/">Home</a></td>
[B]

Now in this style, I cannot find:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

so where shall I place the code?

Max Taxable
08-13-2014, 03:34 AM
Last question man

with the default style, in order to add a HOME link at the top left of the forum main page, I had to add this code:

Go into the navbar template, and find:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Above the if condition, you can add:

<td class="vbmenu_control"><a href="http://maxgeeks.net/">Home</a></td>
[B]

Now in this style, I cannot find:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

so where shall I place the code?Really can't help without looking at the entire navbar template.

Where are you getting these instructions, what thread?

ShawneyJ
08-13-2014, 03:36 AM
try looking for parts of the code like usercp.php$session[sessionurl_q] or $vbphrase[user_cp].

EDIT: find:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

and then add your code above it.

Edit again:

Wth, its the same code as you posted. You sure youre looking in Navbar template?

ahh, maybe its a problem with your first code, it has a gap in "<a href=" so look for the code i pasted above.

MaXimus
08-13-2014, 06:38 AM
try looking for parts of the code like usercp.php$session[sessionurl_q] or $vbphrase[user_cp].

EDIT: find:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>

and then add your code above it.

Edit again:

Wth, its the same code as you posted. You sure youre looking in Navbar template?

ahh, maybe its a problem with your first code, it has a gap in "<a href=" so look for the code i pasted above.

Thanks a lot!!! That solved it! it was the extra space!

MaXimus
08-13-2014, 07:01 AM
ok I found a black background set of smilies and post icons

check it out how it looks now:

http://forum.maxgeeks.net/

ShawneyJ
08-13-2014, 11:04 AM
no worries.

your style is not meant to look like that, it has missing images. which is not your fault, the guy that made the style was lazy.

go to all style options, scroll down and change the following:
4 changes.
find: Category Strips, Table Header, and Popup Menu Controls.
The background is set at: sleekblack for all 3.
change sleekblack to blackred.
maybe Ctrl-f to find all the sleekblack.
lastly find Image Paths>>Title Image and change to: blackred/logo.png

now you'll be more happy im sure ;)

MaXimus
08-14-2014, 08:38 AM
no worries.

your style is not meant to look like that, it has missing images. which is not your fault, the guy that made the style was lazy.

go to all style options, scroll down and change the following:
4 changes.
find: Category Strips, Table Header, and Popup Menu Controls.
The background is set at: sleekblack for all 3.
change sleekblack to blackred.
maybe Ctrl-f to find all the sleekblack.
lastly find Image Paths>>Title Image and change to: blackred/logo.png

now you'll be more happy im sure ;)
Wow that is a good looking but very sloppy style!

can you check now? I did what you suggested to the dot

I can't find any decent logo.

I searched for a red vbulletin logo but couldn't find one

can someone please suggest a logo? I don't want to just randomly steal some site's logo for copyright issues I just want a decent vBulletin logo

ShawneyJ
08-14-2014, 10:23 AM
much better ;)

although that style certainly needs some work to fit into the PC Support look.
i mite have time to mess around with the style and add some images and a logo for you if you want?

Max Taxable
08-14-2014, 01:08 PM
can someone please suggest a logo? I don't want to just randomly steal some site's logo for copyright issues I just want a decent vBulletin logo
If you want it red, make it red. Use a free program such as the Gimp, or Irfanview.

MaXimus
08-14-2014, 03:58 PM
much better ;)

although that style certainly needs some work to fit into the PC Support look.
i mite have time to mess around with the style and add some images and a logo for you if you want?

sure I trust you as you've helped me before.

I'll PM you my login details