форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Хаки, моды и скрипты 4.0.x-4.1.х
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
zdob
Продвинутый
 
zdob's Avatar
Default Steam Mini Profiles (For Steam Connect)
2

vB Version: 4.1.4
Mod Version: 1.00
This Addon displays a Mini Steam Box in the postbit template.

It requires the Steam Connect Addon to find the according Steam ID.
It's a vbulletin-implementation of Barracuda's SteamProfile Plugin.


INSTALL

1) Upload all the files inside "upload" directory to their respective locations

2) CHMOD directory "clientscript/steamprofile/cache" to 777

3) Import the product xml file as an Addon inside your AdminCP

4) Navigate to Settings > "Steam Mini Profile Settings" and configure the product to fit your needs.

BASIC STYLING

The best idea is to use it in the upper right corner of the postbit. You can accomplish this by adding this CSS to your CSS > additional.css template:

Code:

div.steamprofile{
float:right;
display:block;
z-index:300;
}

If you want to place it at any other position inside the postbit* template, follow the instructions in this post:http://www.vbulletin.org/forum/showp...70&postcount=3
Just place the following part anywhere you like the profile to appear:
HTML Code:

<div class="steamprofile" title="{vb:raw post.steamid}"></div>
Attached Thumbnails
scr3.JPG   scr6.jpg  
Attached Files
File Type: zip stc_vbminiprofile.zip (49.0 KB, 17 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Centurion
Эксперт
vBSSecurity
 
Centurion's Avatar
Default
2

это не автономный мод - так что у кого не работает без установки SteamProfile Plugin не удивляйтесь
 
 
Diablos
Эксперт
 
Diablos's Avatar
Default
0

Скинул бы кто Steam Connect, а то без него не ставится
 
 
Safe Mode
Простоузер
Default
0

Вместо бокса стим пишет Server error 302. Как исправить, стим коннект рабоает
 
 
OleZhoK
Простоузер
Default
0

Привет, может кто с орга эту инструкцию выложить.

_http://www.vbulletin.org/forum/showpost.php?p=2221270&postcount=3

Мне не показуееетт((( Спасибо!
 
 
Luvilla
Гость
Default

а в первом посте разве не сказано, что делать?

Quote:
Originally Posted by Disasterpiece
Hi

First, go to Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start".

Then you navigate to Styles > Templates > Postbit > postbit/postbit_legacy (depends on what you're using)

Find:
HTML Code:
<!-- / attachments -->
					</vb:if>
Below, add:
HTML Code:
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
Then Navigate to Styles > Templates > CSS > additional.css
Add this to the template somewhere:
Code:
div.steamprofile{
float:right;
display:block;
z-index:300;
}
Save

That's it!
 
 
OleZhoK
Простоузер
Default
0

First, go to Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start".

Это я сделал, при добавлении кода

<vb:if condition="$post['steamid']"><div class="steamprofile" title="{vb:raw post.steamid}"></div></vb:if>

нечего не отображет, а если плагин не отрубить то дизайн режет(

OleZhoK добавил 09-12-2012 в 04:07 PM
Оперативно, я уже успел нафлудить, жаль нет "редактировать" кнопки. Спасибо!

Last edited by OleZhoK : 09-12-2012 at 04:07 PM. Reason: Добавлено сообщение
 
 
Fiesta
Специалист
 
Fiesta's Avatar
Default
0

[Требуется перевод]
 
 
Diamant
Знаток
 
Diamant's Avatar
Default
1

Вот перевод. Там было всего 3 фразы.
Attached Files
File Type: xml stcsteamminiprofiles_Russian(RU)_utf.xml (995 Bytes, 8 views)
File Type: xml stcsteamminiprofiles_Russian(RU)_1251.xml (842 Bytes, 10 views)

Last edited by Diamant : 09-24-2012 at 06:54 PM. Reason: Некоторые поправки в переводе
 
 
ZGrande
Простоузер
Default
0

как скачать?
 


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


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