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

Хак для изменения PostBit с возможностью сворачивания и изменение порядка отображения информации

Тема на орге: http://www.vbulletin.org/forum/showthread.php?t=290770

=======****=======

This add-on makes the text portion of postbits collapsable and allows the selection and arranging of what profile fields will be displayed in postbits.

Features
Select which profile fields to display in postbits.
Select which standard vB fields to display in postbits.
Set the order that the fields will be displayed in.
Detects new profile fields and adds them to the postbit order display for selection.
Detects deleted profile fields and removes them from the postbit order display.
Does not add any database queries to the vB frontend.
Adds Local Date and Local Time options to the available fields.
Detects and adds Photopost Gallery option to the available fields.
Does not affect mods that add to the proper postbit hooks, but those items can not have their order changed.
Support for other mods to add their postbits to this add-on so the order they are displayed in can be changed.
After editing a post or posting a quick reply, the entire postbit for that post is shown to the member that edited/posted the post.

NOTE: This add-on contains the Local Date/Time code by the late Rob Hindal (Boofo). If a large number of people think this should be removed from this mod I will remove it.

This add-on will not work with any mod that forces the use of the standard vB postbit_legacy template, or with any mod that requires manual editing of the postbit templates.

Known Mods that do this:
[DBTech] Advanced Post Thanks Like v3.0.3 [Lite] (Due to double Blog This Post link)
Info box on Postbit (may work with edits to that mod)
Country Flags - Postbit & Postbit_Legacy. vB 4.0.x (Inc GO : (Due to manual edits)
Attached Thumbnails
1.PNG   11.PNG   2.PNG   22.PNG   3.PNG  

4.PNG  
Attached Files
File Type: zip Postbit_Collapser_105.zip (18.8 KB, 22 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
biomehanika
Продвинутый
 
biomehanika's Avatar
Default
0

Помогите пожалуйста!!!
После установки данного хака пропала числовая репутация с [+/-]


В postbit_legacy
Code:
<vb:if condition="$show['reputation']"> 
     <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}"> 
         Репутация:  
         <b> 
<vb:each from="reputationdisplay" value="row">
						<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
					</vb:each>
            <vb:if condition="$post[reputation] >= 0"> 
                 <font color="green">{vb:raw post.reputation}</font> 
<vb:else /> 
                 <font color="red">{vb:raw post.reputation}</font> 
            </vb:if> 
         </b> 
         <a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&amp;p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"> 
<b>[<font color="green">+</font>/<font color="red">-</font>]</b>            
         </a> 
     </span> 
</vb:if>
как это можно исправить?
 
 
liner
Эксперт
 
liner's Avatar
Default
0

Хак позволяет отмечать в настройках юзера - открыты для него или свернуты постбиты собеседников по умолчанию?
 
 
biomehanika
Продвинутый
 
biomehanika's Avatar
Default
0

Все, что из настроек есть


Или постоянно открытый несварачиваемый режим или полностью отключаеш его и все возвращается обратно.

 
 
bobivan
Простоузер
Default
0

Почему я не могу скачать ?
 
 
kerk
k0t
 
kerk's Avatar
Default
0

Quote:
Originally Posted by bobivan View Post
Почему я не могу скачать ?
http://vbsupport.ru/forum/showthread...7&announceid=9
 


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


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