форум vBSupport.ru > vBSupport.ru > Гурушник > ХРЮК
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
хрюк
Гость
Default Extra forumbit controls

Extra forumbit controls


Кнопки: Прочесть новые сообщения, Создать тему, Подписка, RSS лента .. возле каждого раздела/темы (см. скриншоты)


1. Заливаем пикчи в images/misc

Открываем шаблон forumhome_forumbit_level2_post

Найти:
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >
Ниже добавить:
Code:
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Найти новые сообщения" /></a>

<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Создать тему" /></a>

<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Подписаться" /></a>

<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS лента" /></a>
</div>
Открываем forumhome_forumbit_level1_post

Найти:
Code:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
Ниже добавить:

Code:
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Найти новые сообщения" /></a>

<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Создать тему" /></a>

<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Подписаться" /></a>

<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS лента" /></a>
</div>
===
Если хотите добавить кнопки возле каждой темы на странице FORUMDISPLAY


Открываем шаблон threadbit

Найти:
Code:
<if condition="$show['guestuser']">
				$thread[postusername]
			<else />
Выше добавить:
Code:
<div style="padding:0px 10px;float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Найти новые сообщения" /></a>

<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Создать тему" /></a>

<a href="subscription.php?do=addsubscription&t=$thread[threadid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Подписаться" /></a>

<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS лента" /></a>
</div>
Усё
Attached Images
    

Last edited by TAIFUN : 04-23-2009 at 06:09 AM.
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Red-Devil
Гость
Default

Вот бы ищё зделать поиск как тут))) Возле роздела иконка поиска, нажимаеш и появляеться маленькое окошко))
 
 
Fine
Эксперт
Default
0

Wolfdemon,
уже обсуждалось. где именно не помню, но говорили как сделать.
 
 
Red-Devil
Гость
Default

Quote:
Originally Posted by Fine View Post
Wolfdemon,
уже обсуждалось. где именно не помню, но говорили как сделать.
Нашол)
http://vbsupport.ru/forum/showthread...rch+this+forum
 
 
Юпис
Знаток
vBSponsor
 
Юпис's Avatar
Default
0

Сергей, скажи пожалуйста, а как мне добавить эти пикчеры, ну хотя бы подписку и рсс напротив каждой темы, когда находишься в forumdisplay.php
 
 
escritor
Продвинутый
Default
0

В подфорумах иконки отображаются над ссылками, а не с права. Так и должно быть? Или это можно изменить?
 
 
kerk
k0t
 
kerk's Avatar
Default
0

escritor, читаем ВНИМАТЕЛЬНО объяву на главной, по поводу картинок в аттачах
 
 
хрюк
Гость
Default

Юпис, добавил в первый пост темы.

TAIFUN добавил 21.12.2009 в 08:40
escritor, так не должно быть.

Last edited by TAIFUN : 12-21-2009 at 09:40 AM. Reason: Добавлено сообщение
 
 
raurauraura
Простоузер
Default
0

Кто возьмется это сделать для четверки за денежку? нужно так же и еще такие кнопки внутри темы.
 
 
Nevied
Продвинутый
Default
0

Куда закинуть карткинки этих иконок? И картинок по умолчанию тоже в теме не нашел.

Nevied добавил 12.12.2011 в 08:49
Или хотя бы иконку "печатоть" другие нашел

Nevied добавил 12.12.2011 в 08:58
И сразу проблема, в этом forumhome_forumbit_level2_post шаблоне не могу найти:
PHP Code:
<td class="alt1Active" align="$stylevar[left]id="f$forum[forumid]
на <td class="alt1Active" вообще ни чего не начинается.

Вот весь шаблон форума:
PHP Code:
<tr align="center">
    <
td class="alt2_dotted" style="padding-top:15px;border-left:1px solid #dedede;"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]/></td>
    <
td class="alt1_dotted" align="$stylevar[left]id="f$forum[forumid]">
        <
div>
            <
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
            <if 
condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
        </
div>
<!-- 
vBSponsors --> <if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1"> <div style="float:$stylevar[right]"> <if condition="!empty($forum[sponsor_adsense])"$forum[sponsor_adsense] <else /> $vboptions[sponsor_global_default_text] <a href="vB.Sponsors/link.php?f=$forum[forumid]title="$forum[sponsor_name]target="_blank"> <if condition="$forum[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1"> <img src="$forum[sponsor_banner]alt="$forum[sponsor_name]border="0" /> <else /> $forum[sponsor_name] </if> </a> </if> </div> </if> <!-- / vBSponsors -->
        <if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
        <if 
condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
        <if 
condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if></td>
    <
td class="alt2_dotted">$forum[lastpostinfo]</td>
    <
td class="alt1_dotted">$forum[threadcount]</td>
    <
td class="alt2_dotted" style="border-right:1px solid #dedede;">$forum[replycount]</td>
    <if 
condition="$vboptions['showmoderatorcolumn']">
    <
td class="alt1" style="border-right:1px solid #dedede;"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
    </if>
</
tr>
$childforumbits 

Last edited by Nevied : 12-12-2011 at 10:58 AM. Reason: Добавлено сообщение
 

Tags
extra forumbit controls


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 11:51 PM.


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