vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   RedBar Style (https://vborg.vbsupport.ru/showthread.php?t=177285)

markbolyard 05-12-2008 03:18 PM

It would be in your footer template. look for this code:

Code:

        <td class="tfoot" align="$stylevar[right]" width="100%">
                <div class="smallfont">
                        <strong>
                                <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
                                <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                                <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                                <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                                <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                                <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                                <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                        </strong>
                </div>
        </td>


hitmann 05-14-2008 07:05 PM

Quote:

Originally Posted by markbolyard (Post 1517304)
Code:

        <td class="tfoot" align="$stylevar[right]" width="100%">

That's 100% of which table?

How do I setup the space between the forum and the wrapper?

markbolyard 05-15-2008 01:41 PM

That is 100% of the table that contains those lengths. Since that table is contained in the main page table, depending on what you set your forum width at, this table will expand to 100% of the page table. If you want to manually adjust the width of just the links section in the footer, then change the 100% value to either a new % or a fixed pixel width.

mknapik 05-16-2008 12:26 PM

Installed. Thanks.

Are there plans for a BlueBar sister style?

markbolyard 05-16-2008 12:33 PM

Not at this time. Honestly this was one of the first styles I released and I wasn't that impressed with it. Alot of people here seem to like it, but I don't have plans to make any additional color selections of this style, sorry.

UK-Biker 05-24-2008 08:07 AM

Hi Mark

Another great style.

How do I add links to Navbar template.

I normally look for

Code:

<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
        <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
        <tr align="center">

And add after

Code:

<td class="vbmenu_control"><a href="link.php">Link1</a></td>
<td class="vbmenu_control"><a href="link.php">Link2</a></td>
<td class="vbmenu_control"><a href="link.php">Link3</a></td>
<td class="vbmenu_control"><a href="link.php">Link4</a></td>

etc etc

But your navbar template is different, which has thrown me.

Also, I have done the 100% width for fluid pages, but the navbar needs to be 100% aswell. So I need to alter the code that calls redbar/elements/catsub.jpg etc. to stretch navbar across the page.

Any help appreciated.

:D

UK-Biker 05-24-2008 08:48 AM

Right. So far managed to set navbar 100% width.

UK-Biker 05-24-2008 09:01 AM

Links I normally use just won't work, so I need to know how to add a link to navbar preferrably using usergroup permissions.
(unlike the way I normally do it)

I need to add links for photoplog, all-albums and some custom html pages.

Obviously I know all the links I need, just not how to code them in ie; all-albums.php, /Photoplog, mypage.html etc etc

UK-Biker 05-25-2008 06:11 AM

OK. All sorted I think.

Modified the header template and added this for each new link


Code:

<if condition="$bbuserinfo['usergroupid'] == '2' OR $bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7'"><a href="mylinkcode.php">My Link</a>&nbsp;&nbsp;
</if>


Seems to be working ok

metin 05-28-2008 08:27 AM

nice skin thanx...

metin 05-28-2008 08:39 AM

nice skin thanx...

pimpfelix 06-02-2008 12:07 AM

where do i find the code the calls logo1.jpg

markbolyard 06-15-2008 06:13 PM

Quote:

Originally Posted by UK-Biker (Post 1530679)
OK. All sorted I think.

Modified the header template and added this for each new link


Code:

<if condition="$bbuserinfo['usergroupid'] == '2' OR $bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7'"><a href="mylinkcode.php">My Link</a>&nbsp;&nbsp;
</if>


Seems to be working ok

Sorry for the late reply. Been moving to a new house. Yes, you need to add links to the header template and not the navbar template.

Quote:

Originally Posted by metin (Post 1533858)
nice skin thanx...

Thank you.

Quote:

Originally Posted by pimpfelix (Post 1538258)
where do i find the code the calls logo1.jpg

Hm, no logo1.jpg, but if you mean logo.jpg, that is under StyleVars in Title Image.

April7 06-16-2008 12:06 AM

Thank you Mark, great looking style :) Now I just need the software to edit the logo to add mine.

April7 06-16-2008 12:37 AM

How can I add a JPG as the logo ? Or can I ? And for some reason the rep gifs are not working only red X's.

snoop1979 06-29-2008 05:31 AM

thanks for the update, appreciate it

ArbuZz 07-02-2008 07:38 AM

nice skin! what about updgrade to 3.7.1?

ercy 07-04-2008 05:46 AM

demo: http://www.medishared.com

Steve Adolph 07-09-2008 06:31 PM

Love the RedBar style! I just installed the new vBulletin Blog add-on and the theme didn't recognize the new "blog" images folder and the nav bar link. Any chance of updating RedBar for the blog add-on? Thanks.

mknapik 01-12-2009 06:43 PM

Anyone know if this style is being updated to 4.8.0?

markbolyard 01-12-2009 07:56 PM

I'll update this and release by this weekend for 3.8.0 Gold.

mknapik 01-12-2009 08:41 PM

Thanks, Mark.

You are awesomeness incarnate.

chennairam 02-14-2009 01:59 AM

How to Change post bit From Diffrent style

https://vborg.vbsupport.ru/external/2009/02/76.jpg


url :- www.chennaigsm.org

please Help me mark sir

Sorry For poor english


Br.,
Ram

Prettyeyes4you 03-02-2009 09:26 AM

Looks great
thanks


All times are GMT. The time now is 11:00 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.01307 seconds
  • Memory Usage 1,766KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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