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


Подскажите как сделать следующие: чтобы в теме было написанно как на скриншоте...
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
2

Ты же уже этот вопрос где-то задавал.

Sven добавил 14.01.2012 в 17:14
Code:
<a href="#">$thread[title]</a>
Вывод названия темы. Вставь в любое подходящее место.

Last edited by Sven : 01-14-2012 at 07:14 PM. Reason: Добавлено сообщение
 
 
himich
Продвинутый
 
himich's Avatar
Default
0

А как сделать как на скриншоте надписи:
Ответить в теме | Создать новую тему | Все темы раздела
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
3

Мм....видимо посмотреть шаблон showthread и forumdisplay лень.

HTML Code:
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow">Ответить в теме</a> | <a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow">Новая тема</a> | <a href="forumdisplay.php?f=$foruminfo[forumid]" rel="nofollow">Все темы раздела</a>
 
 
himich
Продвинутый
 
himich's Avatar
Default
0

Sven, а если тема закрыта какой код необходимо добавить?
 
 
Sven
Front-End Developer
 
Sven's Avatar
Default
2

Code:
<if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if>
Это из дефолтного шаблона
 
 
himich
Продвинутый
 
himich's Avatar
Default
0

Подскажите пожалуйста почему данная функция не работает для шаблона навбар...
вот я добавляю в набрал данную функцию при закрытии тема иконка закрытии темы не появляется а так же отображается ответить в теме!
Code:
<if condition="$show['member']">
	<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:5px 0px 0px 17px;"> 
		<tbody>
		<tr> 
			<if condition="$show['newthreadlink']">
				<td><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></td>
			</if>
			<if condition="$show['largereplybutton']"> 
				<td><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></td>
				<td style="padding-left:5px;"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID" rel="nofollow"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /></a></td>
				<td style="padding-left:5px;"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></td>
			</if>
				<td width="100%">
				<div class="fr_head_left"><a href="/forum/announcement.php?f=2&a=1" style="padding-left:10px;">Правила форума</a> <a href="/forum/faq.php" style="padding-left:5px;">Помощь</a></div></td>
		</tr>
		</tbody>
	</table>
</if>

Last edited by himich : 03-30-2013 at 02:36 PM.
 
 
himich
Продвинутый
 
himich's Avatar
Default
0

Может стоит куда то добавить какой то ИФ?
 
 
himich
Продвинутый
 
himich's Avatar
Default
0

Вот мой навбар в котором данная функция не работает
Оффтоп

Last edited by himich : 04-02-2013 at 11:47 AM.
 
 
kerk
k0t
 
kerk's Avatar
Default
2

зачем вываливать весь код?
переменные $FIRSTPOSTID и $LASTPOSTID - нЕ доступны в навбаре
 


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 01:45 AM.


Powered by vBulletin® Version 3.5.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.