форум vBSupport.ru > vBulletin > Вопрос — Ответ
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
SL777
Простоузер
Question Ссылка в логотипе форума
0

Сейчас если кликнуть по лого форума то оно ссылается на сам форум - www.xxxxxx.ru/forum
Задача к примеру прописать что бы он ссылался на сайт www.xxxxxxxx.ru . Где это прописать ?

Заранее спасибо !
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Kristof
Эксперт
 
Kristof's Avatar
Default
0

Удали forum в ссылке
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
0

SL777, в шаблоне header найти тег картинки и там изменить ссылку, т.е. прописать свою, а не переменную в шаблонах
 
 
SL777
Простоузер
Default
0

Я тоже так думал, но в header у меня нет вообще ссылки на сайт/форум:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
 
 
kerk
k0t
 
kerk's Avatar
Default
1

Quote:
Originally Posted by SL777 View Post
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
а это что?
 
 
J. Corvin
Глумливый Специалист
 
J. Corvin's Avatar
Default
2

Замени:
HTML Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
на
HTML Code:
<a href="$vboptions[homeurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
 
 
3tt
Простоузер
Default
1

Задача следующая:
Надо чтобы изображения из классов logo-l, logo-r, накладывались по бокам на logo-b.

Фрагмент из header
Quote:
<tr>
<td class="logo-r"></td>
<td class="logo-l"></td>
<td class="logo-b" style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

</tr>
Фрагмент из CSS:

Quote:
/* logo cells ================================== */

.logo-l {
background-image: url(images/wowwolkv2/misc/griffon-left.gif);background-repeat: no-repeat;background-position: left;
height: 229px;width: 149px;
padding: 0px;margin:0px;border:0px;
}

.logo-r {
background-image: url(images/wowwolkv2/misc/griffon-right.gif);background-repeat: no-repeat;background-position: right;
height: 229px;width: 149px;
padding: 0px;margin:0px;border:0px;
}
.logo-m {
background-repeat: no-repeat;
height: 105px;width: auto;
margin: 0px 70px 0px 70px;padding: 0px;border:0px;
}

.logo-b {
background: url(images/wowwolkv2/misc/logobar.gif);background-repeat: no-repeat;background-position: right;
height: 100%;width: 100%;
padding: 0px;margin:0px;border:0px;
}


/*
В данный момент корректно отображается logo-b, однако logo-l и logo-r попросту пропадают, убираешь logo-b - появляются.

Помогите плз.
 
 
SL777
Простоузер
Default
0

Спасибо парни.
 
 
J. Corvin
Глумливый Специалист
 
J. Corvin's Avatar
Default
1

HTML Code:
<tr>
<td class="logo-l"><img src="./clear.gif" width="149" height="229"></td>
<td class="logo-b" style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td class="logo-r"><img src="./clear.gif" width="149" height="229"></td>
</tr>
 
 
3tt
Простоузер
Default
0

J. Corvin, благодарю, однако наложение не происходит.

Скриншот:

http://img140.imageshack.us/img140/313/11561070.png

Code:
<div  id="wrap">
<!-- logo -->
<a name="top"></a>
    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
       
<tr>
<td class="logo-l"><img src="./clear.gif" width="149" height="229"></td>
<td class="logo-b" style="text-align:center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td class="logo-r"><img src="./clear.gif" width="149" height="229"></td>
</tr>
           
        
    </table>
Header
 


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 05:00 PM.


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