Студия креативных разработок DevArt.PRO.
Разработка сайтов и форумов под ключ!
Сильнейшая команда в России по vBulletin - читать подробнее...
 
 
 
 

 
 
Здесь скоро опять что то будет...
 
 
 
 
 
 
Loading

Вернуться   форум vBSupport.org > vBulletin > vBulletin 3.5.x > Внешний вид 3.5

Объявления
  • Изменения в правах
  • Каталог Фрилансеров
  • Добро пожаловать!
  • Premoderation
  • Новичкам!
  • For English speaking users
Ответ
 
Опции темы Опции просмотра
Старый 09.01.2006, 14:05   #1
Простоузер
Вторая полоска navbar

Как можно сделать что бы в навбаре было 2 полоски например, как вот тут http://l2extreme.com а то место кончаеться

Последний раз редактировалось Eklipter; 09.01.2006 в 14:16..
  Ответить с цитированием
Рекламка
Реклама на форуме
Старый 09.01.2006, 15:44   #2
severq
Простоузер
 
Аватар для severq
во! может и мне паможите, я свой навбар, вообще снёс, правда нечаянно, когда хак юнинсталил. кто нибудь, может выложить код?
  Ответить с цитированием
Старый 09.01.2006, 16:13   #3
alik
Продвинутый
Я поставил себе очень просто :

Найди в шаблоне navbar строку
PHP код:
<!-- breadcrumbloginpm info --> 
Над ней добавил
PHP код:
<!-- top nav buttons bar -->
<
div align="center">
        <
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <
tr align="center">

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

        <
td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<if 
condition="$bbuserinfo['userid']">

            <
td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
        </if>
        </
tr>
        </
table>
</
div>
<!-- / 
top nav buttons bar --> 
Ну а ссылки уже правь какие тебе надо , я выставил как у меня
  Ответить с цитированием
Сказали Спасибо:
Скрыть список поблагодаривших

dr Vatson (13.04.2012), Eklipter (09.01.2006), NeoSOV (18.03.2009), NIKGRIN (14.02.2009), severq (09.01.2006), Vladun (04.11.2006)
Старый 11.01.2006, 17:57   #4
VikZet
Простоузер
можешь зделать navbar2, я только что зделал

вот так выглядит

http://www.russian-wiesbaden.ru/forum/index.php?


вот описание как зделать

1. To install this hack you will have to create a template in you ADMINCP and call it “navbar2” and insert the contents of the attached file "navbar2.txt" into this template file. Right now it is set up for my site. So you will have to modify it to what you want in this navbar for your site.

2. Put the following command in your phpinclude_start template:


PHP Code:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');



2A. This is for users that have the beta version of vB 3.5 step 2 will not work because the phpinclude_start template no longer exist in 3.5. I have not tested this yet because I do not use beta versions. But another user has relayed that this is the updated to make this work with 3.5. So for 3.5 users ignore step 2 and use 2A.

Plugin System
Add new Plugin

Hook Location: global_start
Title: navbar2
Plugin PHP Code:


PHP Code:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');



3. Now put the following command in you header or what ever template where your want the new navbar to be displayed (samples of where to put them are in the attached photos and directions are in 5A, B, C, D, E.):

PHP Code:
$navbar2



4. Since the template is uncached you will have an extra query on each page. To fix, open global.php
Find:

PHP Code:
// misc useful



Add below:

PHP Code:
'navbar2',



5A. Under Navigation / Breadcrumb Templaters - navbar:
Find:

Code:
<!-- / nav buttons bar -->
Below that place:

Code:
$navbar2

5B. On top of forums tables:
Go to navbar template and put $navbar in the last line of the template.

5C. Under your header:
Find:

Code:
<br />

<!-- breadcrumb, login, pm info -->
Above that add:

Code:
$navbar2

5D. Top of status bar:
Find:

Code:
<!-- breadcrumb, login, pm info -->
Under that add:

Code:
$navbar2

5E. On top of navbar:
Find:

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

Under that add:

Code:
$navbar2


вот сам navbar2
Вложения
Тип файла: txt navbar2.txt (4.8 Кб, 53 просмотров)
  Ответить с цитированием
Старый 11.01.2006, 22:59   #5
sabas
Продвинутый
 
Аватар для sabas
VikZet, братишка а что за скин у тебя поделись если не жалко .
  Ответить с цитированием
Старый 12.01.2006, 00:27   #6
severq
Простоузер
 
Аватар для severq
VikZet, и про активность раздела, если можно тоже выложи =)
  Ответить с цитированием
Старый 12.01.2006, 00:39   #7
alik
Продвинутый
Цитата:
Сообщение от severq
и про активность раздела, если можно тоже выложи
Есть на форуме этот хак уже , в разделе хаков , какой точно пост непомню
  Ответить с цитированием
Ответ

Закладки

Опции темы
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.



 
 

Текущее время: 06:47 25.05.2012. Часовой пояс GMT +4.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd. Перевод: zCarot