vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Meet Our Staff (https://vborg.vbsupport.ru/showthread.php?t=184491)

goshalim 08-24-2009 08:04 PM

So Iam lerning fast

On the default navbar is there and working perfect. On my othe templete is no where. Only if i add the oprtion to add it in quick links.

blind-eddie 08-25-2009 01:15 AM

I can't see your site to tell you where to add this.

In your "other" navbar template place the following lines where you want it to display.


If you have "Calender" in the other navbar template,

Find:

Code:

                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

Add after:

Code:

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

Note: Copy your template before you edit it, save it to a text doc on your desk top. You may need it if you make a mistake.

goshalim 08-25-2009 04:54 AM

Yer !!!! thanks its working again !!!!

2 small questions.

How can i dicrease the fonts from the words in the navbar ?

And also at the end of each forum its the phrase ( see forum leaders )
Where can i find this so i can change the link and add there to open , Meet our staff instaed of forum leaders.

Also how can i decrease the space between the titles in Navbar

My page is www.canarybreeder.net/up/forum

blind-eddie 08-25-2009 05:47 AM

Quote:

Originally Posted by blind-eddie (Post 1573295)
Just go into the FORUMHOME template & search for,
Code:

<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>

change showgroups.php to staff.php

Here you go.

blind-eddie 08-25-2009 05:56 AM

Quote:

How can i dicrease the fonts from the words in the navbar ?
Admincp/ Styles & Templates/Style Manager/ Click go next to the style your want to change navbar text size. scroll down to Navbar Text. Edit it there.


Quote:

Also how can i decrease the space between the titles in Navbar
They are centered, spaces will be equal.

goshalim 08-25-2009 05:56 AM

Thanks , again for your help.
Have you seen my navbar ? what can i do to fix it. It doesnt center , i tried everything and all possible codes.
The only option i can try is to make the fonts smaller and reduce the space between each title.
But of course i will need your help again ( please )

goshalim 08-25-2009 06:01 AM

Here is the whole code

Code:

/* ***** Postbit Legacy layout ***** */
.pbit {
padding-left: 1px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 2px;
background-color: #F9FFCC;
border-top: 1px solid #A9E800;
border-right: 1px solid #A9E800;
border-left: 1px solid #A9E800;
border-bottom: 1px solid #A9E800;
margin-bottom: 5px;
}






/* ***** Top menu * *****/

#MainMenu
{

padding-left: 90px;


        height:33px;
        margin:0;
        border:0;


}
#tab
{
        margin:0;
        top:0;

       
}
#tab ul
{
        margin:0;
        padding:0;
        list-style:none;
        float:left;
}
#tab li
{
display:inline;
        float:left;
        margin:1;
        padding:0;
}
#tab a
{
        background:#000000 url("forum/bright_066w.gif") no-repeat right top;
        margin:0;
        padding:0;
        text-decoration:none;
        border:0;
        display:block;
        float:left;
}
#tab a span
{
        display:block;
        background:url("forum/bleft_066w.gif") no-repeat left top;
        padding:0 15px 0 15px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:11;
        color:#FFFC00;
        font-weight:bold;
        line-height:33px;
}
#tab a:hover,#tab li.item_active a
{
        background-position:left bottom;
        border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span
{
        background-position:right bottom;
        color:#FFFFFF;
        font-weight:bold;
        font-style:normal;
        text-decoration:none;
}
.dropmenudiv
{
        position:absolute;
        top:0;
        float:left;
        display:block;
        visibility:hidden;
        border:0 solid #FDB300;
        background: #FFFFFF url("forum/bmid_066w.gif");
        color:#FFFC00;
        z-index:100;
        text-decoration:none;
        padding:0;
}
.dropmenudiv ul
{
        margin:0;
        padding:0;
        list-style:none;
}
.dropmenudiv li
{
        display:inline;
        margin:0;
        padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
        width:180px;
        margin:0;
        padding:0;
        display:block;
        border:0 solid ;
        color:#FFFC00;
        background:url("forum/bleft_066w.gif") no-repeat left top;
        font-weight:bold;
        font-style:normal;
        text-decoration:none;
}
.dropmenudiv a span
{
        float:left;
        display:block;
        line-height:33px;
        background:url("forum/bright_066w.gif") no-repeat right top;
        padding:0 15px 0 15px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:11;
        color:#000000;
}
.dropmenudiv a span
{
        float:none;
}
.dropmenudiv a:hover
{
        border:0 solid #FF9300;
        background-position:left bottom;
        font-weight:bold;
        font-style:normal;
        text-decoration:none;
        color:#FFFFFF;
}
.dropmenudiv a:hover span
{
        background-position:right bottom;
        color:#FFFFFF;
        font-weight:bold;
}


blind-eddie 08-25-2009 06:02 AM

Your regular navbar looks fine, but your header navbar is off a bit. You will need to talk to the maker of that style.
You should start another Thread to discuss this, this is for Meet the staff discussions.

goshalim 08-25-2009 06:05 AM

Correct you are right.

kalisekj 08-27-2009 09:23 PM

Not sure if this has been asked before, But I would love to see HTML Enabled Capability. I have a Field with HTML in it for mods. This is yahoo pingbox enabling users to contact us via yahoo messenger, which would be great for the staff page.

Thank You,


All times are GMT. The time now is 06:01 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.01473 seconds
  • Memory Usage 1,759KB
  • 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
  • (4)bbcode_code_printable
  • (3)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