форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.5.x > Hacks, mods and scripts [3.5.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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
КотЪ
Администратор
Неадекватный
 
КотЪ's Avatar
Default Personal Stickys
2

Info:
Let members on your forums have their own 'personal' sticky thread. People sticking a thread using this function will have the thread only appear 'stuck' to them (and if its a 'real' sticky thread). See screenshots for the obvious

Tested on:
3.5.0 - OK
3.5.1 - OK
3.5.2 - OK

Features
- Neat icons!
--------------------

Хак позволяет пользователям прикреплять темы вверху, как важные, персонально для себя, по своему выбору.
Attached Files
File Type: zip personalstickys.zip (87.5 KB, 56 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
КотЪ
Администратор
Неадекватный
 
КотЪ's Avatar
Default Advance Sticky Options
0

This hack will allow you to set a Display Order for Sticky Posts (ignore any sortorder) and set an Expiry Date to unstick your posts.

---------------

А этот хак позволяет сортировать закрепленные темы и настраивать дату их автооткрепления.
Attached Files
File Type: zip Advance Sticky Options v1[1].0.0.zip (2.9 KB, 22 views)
 
 
ViolentOr
АнтиГуру
Default
0

http://www.vbulletin.org/forum/showt...Sticky+Options

Обнови сие чудо плз. И врезки редактирования темплейтов тоже, коли можно :-)
 
 
КотЪ
Администратор
Неадекватный
 
КотЪ's Avatar
Default update 3.5.3
1

update 3.5.3



What this Hack Does
This hack will allow you to set a Display Order for Sticky Posts (ignore any sortorder) and set an Expiry Date to unstick your posts.

Hack Info
Templates to Edit: 1 (manual)
Files to Upload: 1 (auto)
DB Changes: 3 (auto)
Plugins Added: 7 (auto)

Instructions
1) Download the attached file.
2) Upload the file in the "upload" folder.
3) Import the plugin.
4) Find and Replace in template threadadmin_editthread

HTML Code:
</div>
</fieldset>

$posticonsWith:
HTML Code:
<fieldset class="fieldset">
<legend>$vbphrase[sticky_options]</legend>
<div style="padding:$stylevar[formspacer]px">
<div>
$vbphrase[sticky_order]<br />
<input type="text" class="bginput" name="sticky_order" value="$threadinfo[sticky_order]" size="5" maxlength="3" />
$vbphrase[sticky_order_desc]
</div>
<div>
$vbphrase[sticky_expiry]<br />
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
<span class="smallfont">$vbphrase[month]<br />
<select name="sticky_expiry[month]" tabindex="1">
<option value="-1" $monthselected[default]></option>
<option value="1" $monthselected[1]>$vbphrase[january]</option>
<option value="2" $monthselected[2]>$vbphrase[february]</option>
<option value="3" $monthselected[3]>$vbphrase[march]</option>
<option value="4" $monthselected[4]>$vbphrase[april]</option>
<option value="5" $monthselected[5]>$vbphrase[may]</option>
<option value="6" $monthselected[6]>$vbphrase[june]</option>
<option value="7" $monthselected[7]>$vbphrase[july]</option>
<option value="8" $monthselected[8]>$vbphrase[august]</option>
<option value="9" $monthselected[9]>$vbphrase[september]</option>
<option value="10" $monthselected[10]>$vbphrase[october]</option>
<option value="11" $monthselected[11]>$vbphrase[november]</option>
<option value="12" $monthselected[12]>$vbphrase[december]</option>
</select>
</span>
</td>
<td>
<span class="smallfont">$vbphrase[day]<br />
<input type="text" tabindex="1" class="bginput" name="sticky_expiry[day]" value="$sticky_expiry[day]" size="4" maxlength="2" />
</span>
</td>
<td>
<span class="smallfont">$vbphrase[year]<br />
<input type="text" tabindex="1" class="bginput" name="sticky_expiry[year]" value="$sticky_expiry[year]" size="4" maxlength="4" />
</span>
</td>
</tr>
</table>
</div>

</div>
</fieldset>

$posticons
Attached Files
File Type: zip Advance Sticky Options v1[1].0.1.zip (2.8 KB, 25 views)
 
 
ViolentOr
АнтиГуру
Default
0

Вельми благодарен.
 
 
victorpvm
Простоузер
Default
0

Quote:
Originally Posted by КотЪ
Хак позволяет пользователям прикреплять темы вверху, как важные, персонально для себя, по своему выбору.
Вопрос, я криво поставил этот хак или он так работает, прикрепляет не как Важно: на всех страницах первые темы, а первые темы на той странице, на которой прикрепил (в случае когда много тем и они не помещаються на одной странице)?
 
 
fill747
Продвинутый
 
fill747's Avatar
Default
0

victorpvm, ничего не понял... :(
я себе его поставил - работает так, как я ожидал: прикрепляет мои темы сверху.
объясни внятно: что ты ожидал от хака? слова Важная?
 
 
victorpvm
Простоузер
Default
0

Quote:
Originally Posted by fill747
я себе его поставил - работает так, как я ожидал: прикрепляет мои темы сверху.
объясни внятно: что ты ожидал от хака? слова Важная?
Ожидал, точнее хотел бы, что бы темы были _первыми_ (ну и верхними соответственно), а получается что верхнии на той странице где ты прикрепил.
Я про вот эти страницы с темами "Страница 1 из 9 1 2 3 > Последняя »".
Это не удобно в том случае, если в разделе много тем и закрепить хотелось бы тему распологающуюся на третьей, десятой странице, двадцать пятой.
 
 
ViolentOr
АнтиГуру
Default
0

victorpvm, это старая версия хака тут.. в разделе запроса хаков (русском) лежит более новая.. там пофиксили.
 


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:20 PM.


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