форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.7.x > vBulletin [3.7] Troubleshooting and Problems
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
Excalibur
Знаток
 
Excalibur's Avatar
Default Дайте кто-то шаб showgroups для 3.7.6 версии
0

Собственно сабж. После обновления с 3.7.4 на 3.7.6 пропала колонка "Контакт" а именно там где отправить (ПМ\Имейл)



Или подскажите какие изменения нужно внести. Стиль не стандартный, да и собственно на всех остальных тоже пропала данная колонка :(

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

Кнопка "вернуть", или "посмотреть по умполчанию", не помогает?
Вот у меня шаблон, правда с Applied

Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[show_groups]</title>
</head>
<body>
$header
$navbar

<if condition="$moderatorbits">
<!-- moderators -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat" colspan="4">$vbphrase[moderators]</td>
</tr>
<tr>
	<td class="thead">&nbsp;</td>
	<td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
	<td class="thead" width="50%">$vbphrase[forums]</td>
	<if condition="$show['contactinfo']"><td class="thead">$vbphrase[contact]</td></if>
</tr>
$moderatorbits
</table>
<br />
<!-- end moderators -->
</if>

$usergroups

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
	<td width="100%">&nbsp;</td>
	<td>$forumjump</td>
</tr>
</table>

$footer
</body>
</html>
Я так понял вот <if condition="$show['contactinfo']"><td class="thead">$vbphrase[contact]</td></if> оно.

Azeroth добавил 14.07.2009 в 23:02
Такой ещо шаблон есть showgroups_usergroupbit,

Code:
<tr>
	<td class="$bgclass">$user[onlinestatus]</td>
	<td class="$bgclass">
		<a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a>
		<if condition="$show['locationfield'] AND $user['field2']"><div class="smallfont" title="$vbphrase[location_perm]">$user[field2]</div></if>
	</td>
	<if condition="$showforums">
		<td class="$bgclass"><div class="smallfont">$user[forumbits]</div></td>
	</if>
	<if condition="$show['contactinfo']">
	<td class="$bgclass" nowrap="nowrap">
		<if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if>
		<if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="<phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase>" border="0" /></a></if>
	</td>
	</if>
</tr>

Last edited by Azeroth : 07-15-2009 at 12:02 AM. Reason: Добавлено сообщение
 
 
Excalibur
Знаток
 
Excalibur's Avatar
Default
0

Щас попробую, а кнопка вернуть неактивна. Шаб типо по дефолку

Excalibur добавил 15.07.2009 в 00:51
Не выходит что-то :(

Добился только того что вместо чёрной пустоты дотачиваются серые полоски, а слово "Контакт" вообще пропадает :(

Вот мой шаб showgroups

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[show_groups]</title>
</head>
<body>
$header
$navbar

<if condition="$moderatorbits">
<!-- moderators -->
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat_left" width="100%"></td>
	<td class="tcat">$vbphrase[moderators]</td>
	<td class="tcat_right" width="100%"></td>
</tr>
</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead">&nbsp;</td>
	<td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
	<td class="thead" width="50%">$vbphrase[forums]</td>
<td class="thead">$vbphrase[contact]</td>
</tr>
$moderatorbits
</table>

<table class="tfoot" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tfoot_left" width="100%"></td>
<td class="tfoot">&nbsp;</td>
<td class="tfoot_right" width="100%"></td>
</tr>
</table>

<br />

<!-- end moderators -->
</if>

$usergroups

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
	<td width="100%">&nbsp;</td>
	<td>$forumjump</td>
</tr>
</table>


$footer
</body>
</html>
Вот showgroups_usergroup

Code:
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat_left" width="100%"></td>
	<td class="tcat">$user[title]</td>
	<td class="tcat_right" width="100%"></td>
</tr>
</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead">&nbsp;</td>
	<td class="thead" width="100%">$vbphrase[user_name]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
	<td class="thead">$vbphrase[contact]</td>
</tr>
$usergroupbits

</table>

<table class="tfoot" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tfoot_left" width="100%"></td>
<td class="tfoot">&nbsp;</td>
<td class="tfoot_right" width="100%"></td>
</tr>
</table>

<br />
Вот showgroups_usergroupbit

Code:
<tr>
	<td class="$bgclass">$user[onlinestatus]</td>
	<td class="$bgclass">
		<a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a>
		<if condition="$show['locationfield'] AND $user['field2']"><div class="smallfont" title="$vbphrase[location_perm]">$user[field2]</div></if>
	</td>
	<if condition="$showforums">
		<td class="$bgclass"><div class="smallfont">$user[forumbits]</div></td>
	</if>
	<if condition="$show['contactinfo']">
	<td class="$bgclass" nowrap="nowrap">
		<if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if>
		<if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="<phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase>" border="0" /></a></if>
	</td>
	</if>
</tr>

Last edited by Excalibur : 07-15-2009 at 01:50 AM. Reason: Добавлено сообщение
 
 
Azeroth
Специалист
 
Azeroth's Avatar
Default
0

а скин какой?
 
 
Excalibur
Знаток
 
Excalibur's Avatar
Default
0

Hex Style.

C 3.6.х линейки. но суть в том что на 3.7.4 всё отображалось здорово. А после обновления нед :(
 
 
Azeroth
Специалист
 
Azeroth's Avatar
Default
0

Возьми мой showgroups и попробуй заменить, или поставить скин болнее поздней версии.
А если перезалить showgroups.php ?

Azeroth добавил 15.07.2009 в 01:52
Врятли но, там есть
Code:
{
				$show['pmlink'] = true;
			}
			else
			{
				$show['pmlink'] = false;
			}
и
Code:
{
				$show['emaillink'] = true;
			}
			else
			{
				$show['emaillink'] = false;
			}

Last edited by Azeroth : 07-15-2009 at 02:52 AM. Reason: Добавлено сообщение
 


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:30 AM.


Powered by vBulletin® Version 4.x.fuck
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.