VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
I wrote this for use with vbulletin and vbadvanced. It is a front page recruitment status module, with a form up update the fields which are stored in a database. There are some images included (the class icons).
to install it:
copy the files into forum/modules directroy. you can obviously move the images to somewhere else.
next run the queries in recruitment.sql (creates a table and puts some default data). // Note I used the forum database and added a table to it.
next create a new template in your chosen style called adv_portal_functions_recruit. inside it put the contents of template.txt (you will have to adjust image paths on your own)
Add a php module to vbCMPS, add the file: functions_recruit.php, under templates used: adv_portal_functions_recruit , clean file output: off, use module shell template: no.
That takes care of the front page module to display your needs. You just need to activate it on the home page or where ever you decide to display it.
to install the form to change status:
add a php vbCMPS module, point it at the recruit.php file this time. Keep clean file output:On , and use module shell template: no.
this file does not use a vb template yet, its just a basic form, which probably should be restricted to admins only.