Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Black & Red Details »»
Black & Red
Version: 1.00, by jacki jacki is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Version: 3.8.3 Rating:
Released: 10-05-2009 Last Update: Never Installs: 42
Template Edits
 
No support by the author.

Upload , Black & Red forum root



Forumhome :



Forumdisplay :



Postbit :



Theme by : www.yorumla.net

Download Now

File Type: zip blackred.zip (802.3 KB, 1109 views)

Screenshots

File Type: jpg forumdisplay.jpg (56.2 KB, 0 views)
File Type: jpg forumhome.jpg (50.8 KB, 0 views)
File Type: jpg showthread.jpg (45.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:

Comments
  #22  
Old 08-12-2014, 07:28 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MaXimus View Post
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.
Reply With Quote
  #23  
Old 08-13-2014, 03:22 AM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
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?
Reply With Quote
  #24  
Old 08-13-2014, 03:34 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MaXimus View Post
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?
Reply With Quote
  #25  
Old 08-13-2014, 03:36 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
2 благодарности(ей) от:
Max Taxable, MaXimus
  #26  
Old 08-13-2014, 06:38 AM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ShawneyJ View Post
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!
Reply With Quote
Благодарность от:
ShawneyJ
  #27  
Old 08-13-2014, 07:01 AM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok I found a black background set of smilies and post icons

check it out how it looks now:

http://forum.maxgeeks.net/
Reply With Quote
  #28  
Old 08-13-2014, 11:04 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Благодарность от:
MaXimus
  #29  
Old 08-14-2014, 08:38 AM
MaXimus MaXimus is offline
 
Join Date: Nov 2011
Location: Dubai, U.A.E.
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ShawneyJ View Post
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
Reply With Quote
  #30  
Old 08-14-2014, 10:23 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #31  
Old 08-14-2014, 01:08 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MaXimus View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09879 seconds
  • Memory Usage 2,364KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete