VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
1. Распаковать архив
2. Залить содержимое папки upload в корень форума
3. Импортировать "product_nominate_topic.xml" в админке
4. Настроить хак
5. Зайти в менеджер запланированных задач и запустить задачу
Nominate Weekly Or Monthly Topic Mod
Обновлено! Версия 1.35
Update in version 1.40
Option to automatically send a PM to award winners at the end of the contest (addition v 1.4)
Option to automatically add points to award winners’ reputation at the end of the contest (addition v 1.4)
If the current “Nomination Thread” is deleted for whatever reason, a single manual run of the cron file will suffice to create a new thread, avoiding a clean install of the product.
Update 14/07/2008 in cron file
I noticed that some code instructions fail to work properly depending on the PhP version been used.
If you are running the v 1.35 and TOTW on a weekly basis and if for some reason, your cron file failed to work and create a new nomination thread on Sunday 13, July 2008, please use the attachment "updated-cron-14-07-2008.zip". The instructions are given in there.
Update in version 1.40
Option to automatically send a PM to award winners at the end of the contest (addition v 1.4)
Option to automatically add points to award winners’ reputation at the end of the contest (addition v 1.4)
If the current “Nomination Thread” is deleted for whatever reason, a single manual run of the cron file will suffice to create a new thread, avoiding a clean install of the product.
Update in version 1.50
Option not to display nomination statistics on postbit for selected usergroups (addition v 1.50)
Few display titles fixed
Additions made for users who had problems displaying the nomination button and stamp on their styles. Checkout the "Readme and installation" file.
Cron file completely rewritten. Why?
The previous cron file worked fine only when they were activated manually from the Run button in the Admin CP, but they were failing to run on their own as a scheduled task. I noticed that vbulletin global variables were no longer been passed to the cron file. Why??? I have actually getting the values of vbulletin global variables needed for the cron directly from the database.
If you noticed that the "Nomination Thread" of the past week did not closed properly, proceed as follow:
Open the cron file (upload/included/cron/
Search for "// $createNewThread = 1;"
Replace it by: "$createNewThread = 1;"
Upload the cron file and run it manually (only once), just to close the previous thread and open a new one.
Upload the original cron file back (the one with "// $createNewThread = 1;")
Update in version 1.51
For weekly nominations, Cron file set to create a new "Nomination Thread" every MONDAY's (00:10AM) as the week numbering starts on Monday's and not on Sunday's (as set in v 1.50)
If you are running v 1.50 with weekly cycle time and noticed that a new nomination thread has been created but the display title is still that of the previous thread (week 30), then this is for you. Do not delete the newly created nomination thread (with title week 30). On Monday 21st July, 2008, after 00:10AM, proceed as follow:
Refresh your poll from the ACP -> Nominate Topic -> Refresh Poll (This will update the display title of both the poll and the nomination thread)
Upload the content of the attachment v 1.51 to your root directory. (DO NOT MANUALLY RUN THE CRON FILE)
Topic of the Week-Month Nomination v1.51 Updated Prod and Cron
Automatic PM subject phrase moved from "<phrasetype name="Email Subject Text" fieldname="emailsubject">" to "<phrasetype name="GLOBAL" fieldname="global">"
For monthly nominations, Cron file set to create a new "Nomination Thread" every 1st day of the month (00:10AM) and not on the last day of the month.
Topic of the Week-Month Nomination v1.51 Updated function
Function updated (see attachment) as a result of exchanges with Kevil via TeamViewer.
Feedback are welcome and implementation of constructive suggestions will likely be carried out during weekends only, as I am kept busy with other matters during working days. Also, feel free to add improvements in those files and post them.