vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Black & Red (https://vborg.vbsupport.ru/showthread.php?t=224671)

jacki 10-05-2009 10:00 PM

Black & Red
 
1 Attachment(s)
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

Quote:

Originally Posted by theparentpack (Post 2111133)
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

Quote:

Originally Posted by malc1959 (Post 2467684)
guide me pleas how to install this theme on vbulletin 3.8.7

After 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:

Quote:

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

Quote:

Originally Posted by ozzy47 (Post 2510551)
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

Quote:

Originally Posted by MaXimus (Post 2510627)
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

Quote:

Originally Posted by Max Taxable (Post 2510763)
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

Quote:

Originally Posted by MaXimus (Post 2510921)
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

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.

MaXimus 08-13-2014 03:22 AM

Quote:

Originally Posted by Max Taxable (Post 2510995)
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:
HTML Code:

        <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:
HTML Code:

<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

Quote:

Originally Posted by MaXimus (Post 2511063)
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:
HTML Code:

        <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:
HTML Code:

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

Now in this style, I cannot find:

HTML Code:

<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:
Code:

                <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

Quote:

Originally Posted by ShawneyJ (Post 2511066)
try looking for parts of the code like usercp.php$session[sessionurl_q] or $vbphrase[user_cp].

EDIT: find:
Code:

                <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

Quote:

Originally Posted by ShawneyJ (Post 2511093)
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

Quote:

Originally Posted by MaXimus (Post 2511225)
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

Quote:

Originally Posted by ShawneyJ (Post 2511254)
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


All times are GMT. The time now is 05:36 AM.

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.01971 seconds
  • Memory Usage 1,812KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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