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.
this came up over on vbulletin.org so...
for php4 users in class_recruit.php
change:
You must first be a
registered member to view any code.
to
You must first be a
registered member to view any code.
and
You must first be a
registered member to view any code.
to
You must first be a
registered member to view any code.