форум vBSupport.ru > vBulletin > vBulletin 4.2.x > Внешний вид 4.2.x
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
GiZeX
Простоузер
Default С настройкой стиля dark core
0

Нужна помощь в настройке стиля darkcore не могу понять кое что
1.Нужно убрать вверху пустое пространство,там раньше был линкбокс от darkcore
В header этого не получилось сделать,но вот на всякий
PHP Code:
<div id="pageWrapper"><div class="pageWrap">
    <
div id="topBar">
<
vb:if condition="$vbulletin->options['display_social_icons']==1">
        
</
vb:if>

<
vb:if condition="$vbulletin->options['darkcore_linkbox']==1">
        <
div class="linkBoxTop">
            <
div class="linkBoxTopLeft"><div class="linkBoxTopWrap"><div class="linkBoxWrapBG"><div class="linkBoxTopRight">
                <
ul>
                    <
li class="firstLink"><a href="#">Your Link</a></li>
                    <
li><a href="#">Your Link</a></li>
                    <
li><a href="#">Your Link</a></li>
                    <
li><a href="#">Your Link</a></li>
                    <
li><a href="#">Your Link</a></li>
                </
ul>
            </
div></div></div></div>
        </
div>
</
vb:if>
    </
div
Так же если это возможно,то перенести поиск вверх
http://www.pixic.ru/i/A060u3h0e86479R5.jpg

2.Нужно расширить границы страницы(в настройках стиля этого не получилось)
http://www.pixic.ru/i/50J0v370P8z5b077.jpg

3.Убрать вот эти блоки(в темах нашел,а на сайте немогу)
http://www.pixic.ru/i/w070a3e0x8e5F1w3.jpg

GiZeX добавил 21.12.2013 в 16:04
Блин,можно перенести тему в вопросы по vbulletin 4.2.x

Last edited by GiZeX : 12-21-2013 at 06:04 PM. Reason: Добавлено сообщение
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Luvilla
Гость
Default

Quote:
Originally Posted by GiZeX View Post
Блин,можно перенести тему в вопросы по vbulletin 4.2.x
можно, только какое отношение упомянутое кулинарное изделие имеет к переносу темы?

и скрины, скрины.. ещё больше, больше.. чтобы монитор поррвало....
 
 
Liked
Специалист
 
Liked's Avatar
Default
1

Меняем ширину:
Code:
.pageWrap {
width: 1045px
}
Перемещаем поиск в навбар:
Берем "поиск" :
HTML Code:
<div class="searchBox">
 .....
</div>
И вставляем в навбар:

HTML Code:
<div id="navbar" class="navbar">
<div class="searchBox">
 .....
</div>
.....
</div>


В .CSS меняем стиль у класса .searchBox
HTML Code:
searchBox {
float: right;
margin-top: 3px;

Убираем "пространство" над навбаром:


Меняем стиль у иденфикатора #pageWrapper :
Удаляем:
HTML Code:
<div id="topBar"></div>
Code:
#pageWrapper {
background: url(http://www.fotolink.su/pic_b/da05fa8eac1e31e831b10ba4a18c4f98.png) repeat-x top left;
P.S. картинку залить на фтп.


Оффтоп

Last edited by Liked : 12-21-2013 at 07:34 PM.
 
 
GiZeX
Простоузер
Default
0

немогу нормально вставить поиск
помогите
PHP Code:
<div id="navbar" class="navbar">
    <
ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>">
        {
vb:raw template_hook.navtab_start}
        {
vb:raw navigation}
        {
vb:raw template_hook.navtab_end}
    </
ul>
</
div>
<
div class="above_body"> <!-- closing tag is in template navbar -->
<
div id="header" class="floatcontainer doc_header">
    <
vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></vb:if>
    <
vb:if condition="$vboptions['enablesearches']">
        <
div class="searchBox">
            <!-- 
search form -->
            <
form action="search.php?{vb:raw session.sessionurl}do=process" method="post">
            <
vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
            <
input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <
input type="hidden" name="do" value="process" />
            <
ul>
                <
li><div class="searchWrap"><input class="searchinput" type="text"  name="query" tabindex="1004" value="Type Here..." onfocus="if (this.value == 'Type Here...') this.value = '';" onblur="if (this.value == '') this.value = 'Type Here...';" size="23" /></div></li>
                <
li><input type="image" src="{vb:stylevar imgdir_themedir}/searchButton-{vb:stylevar left}.png" value="Search" alt="Submit" /></li>
            </
ul>                    
            </
form>
            <!-- / 
search form -->
        </
div>
    </
vb:if>
</
div>
</
div><!-- closing div for above_body -->
<!-- 
Custom Content Wrap -->
        <
div id="midBar" class="clearfix">
        <
vb:if condition="$show['member']">
            <
div id="toplinks" class="toplinks clearfix">
            <
ul class="isuser">
                <
li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
                <
vb:if condition="$show['registerbutton']">
                <
li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                </
vb:if>
                <
li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
                <
li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                <
vb:if condition="$notifications_total">
                <
li class="popupmenu notifications" id="notifications">
                    <
class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
                    <
ul class="popupbody popuphover">
                        {
vb:raw notifications_menubits}
                    </
ul>
                </
li>
                <
vb:else />
                <
li class="popupmenu nonotifications" id="nonotifications">
                    <
class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
                    <
ul class="popupbody popuphover">
                        <
li>{vb:rawphrase no_new_messages}</li>
                        <
vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
                    </
ul>
                </
li>
                </
vb:if>
                <
li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                <
vb:if condition="$vboptions['enablefacebookconnect']">
                    {
vb:raw facebook_header}
                </
vb:if>
            </
ul>
            {
vb:raw template_hook.header_userinfo}
            <
vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
            </
div>
        <
vb:else />
            <
div class="welcomeWrap"><div class="welcomeBar">
            <
vb:if condition="$show['registerbutton']">
                <
a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="registerButton"><img src="{vb:stylevar imgdir_themedir}/button-register.png" alt="{vb:rawphrase register}" /></a>
            </
vb:if>
            </
div></div>
            <
div class="loginWrap"><div class="loginBox">
                <!-- 
login form -->
                <
script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
                <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                <ul class="clearfix">
                    <li class="inputPad"><div class="loginBoxInput"><input type="text" class="loginInput<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /></div></li>
                    <li><div class="loginBoxInput"><input type="password" class="loginInput" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /><input type="text" class="loginInput default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></div></li>
                    <li class="submitButton"><input type="image" src="{vb:stylevar imgdir_themedir}/loginButton.png"  tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /></li>
                </ul>
                <div class="loginBottom">
                        <a href="login.php?do=lostpw">Forgot Username?</a>
                        <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
                </div>            
                <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" name="do" value="login" />
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
            </form>
            <script type="text/javascript">
            YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
            YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
            vB_XHTML_Ready.subscribe(function()
            {
            //
                YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
                YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
                YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
                YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
            });
            
            function navbar_username_focus(e)
            {
            //
                var textbox = YAHOO.util.Event.getTarget(e);
                if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
                {
                //
                    textbox.value='';
                    textbox.style.color='{vb:stylevar input_color}';
                }
            }

            function navbar_username_blur(e)
            {
            //
                var textbox = YAHOO.util.Event.getTarget(e);
                if (textbox.value == '')
                {
                //
                    textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
                    textbox.style.color='{vb:stylevar shade_color}';
                }
            }
            
            function navbar_password_hint(e)
            {
            //
                var textbox = YAHOO.util.Event.getTarget(e);
                
                YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
                YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
                YAHOO.util.Dom.get('navbar_password').focus();
            }

            function navbar_password(e)
            {
            //
                var textbox = YAHOO.util.Event.getTarget(e);
                
                if (textbox.value == '')
                {
                    YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
                    YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
                }
            }
            </script>
            </div></div>
        </vb:if>
        </div>
<div id="breadcrumb" class="breadcrumb">
    <div class="bcLeft"><div class="bcRight"><div class="bcWrap">
    <ul class="floatcontainer">
        <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>

        {vb:raw navbits.breadcrumb}
        {vb:raw navbits.lastelement}
    </ul>
    <hr />
    </div></div></div>
</div>
        <div id="contentMain"><div class="contentWrap">
            <div class="contentLeft"><div class="contentRight">
                <div class="contentTL"><div class="contentTR"><div class="contentBL"><div class="contentBR">
                    <div class="contentBodyWrap">
<div class="body_wrapper">

{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
    <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
        <input type="hidden" name="do" value="dismissnotice" />
        <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
        <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
        <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
        <input type="hidden" name="url" value="{vb:raw return_link}" />
        <ol>
            {vb:raw notices}
        </ol>
    </form>
</vb:if> 
GiZeX добавил 21.12.2013 в 18:12
пустоту над сайтом не удалось убрать т.к. при удалении topbar форум расползается(

Last edited by GiZeX : 12-21-2013 at 08:12 PM. Reason: Добавлено сообщение
 
 
Liked
Специалист
 
Liked's Avatar
Default
0

@GiZeX, я все корректно объяснил.
Возможно, вы забыли залить картинку.
 
 
Abraxas
Гость
Default

А где пациент?
 
 
Liked
Специалист
 
Liked's Avatar
Default
0

@Abraxas, а я ссылку на прошлую тему кинул, следить надо
 
 
GiZeX
Простоузер
Default
0

картинку тоже залил
делал всё по инструкции-как вы написали
 
 
Liked
Специалист
 
Liked's Avatar
Default
0

@GiZeX,
Скриншот

Liked добавил 21.12.2013 в 21:07
Ты выполни инструкции, которые я написал. Я зайду и посмотрю.

Last edited by Liked : 12-21-2013 at 11:07 PM. Reason: Добавлено сообщение
 
 
Abraxas
Гость
Default

Quote:
Originally Posted by Liked View Post
следить надо
Ты гонишь? Кому надо, тот пусть следит, мне не надо ))) Теперь вижу, что это тот, у которого короче. Это, конечно, беда.
Помогай дальше, не буду мешать
 


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




All times are GMT +4. The time now is 10:41 PM.


Powered by vBulletin® Version 3.0.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.