vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Black and Blue Style (https://vborg.vbsupport.ru/showthread.php?t=136218)

James92TSi 01-25-2007 06:17 PM

Quote:

Originally Posted by SmashinYoungMan (Post 1166881)
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

Code:

<!-- 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!

Quote:

Originally Posted by shark7 (Post 1168394)
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:
PHP Code:

<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.

Quote:

Originally Posted by damlost (Post 1169286)
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

Quote:

Originally Posted by SmashinYoungMan (Post 1170148)

In this bit of code in the header template:
PHP Code:

<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.


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

Quote:

Originally Posted by MisfitGeek (Post 1170998)
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?


All times are GMT. The time now is 10:03 PM.

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.01311 seconds
  • Memory Usage 1,768KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete