форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.7.x > vBulletin [3.7] Troubleshooting and Problems
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
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-14-2009 at 11:02 PM. 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 12: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 01: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 06:15 PM.


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