Back to vBulletin 3.6 Add-ons

World of Warcraft Recruitment Status Module!
Mod Version: 1.00, by ChaoticMageDDC

This modification is in the archives.
vB Version: 3.6.1 Rating: (1 vote - 4.00 average) Installs: 21
Released: 15 Sep 2006 Last Update: Never Downloads: 188
Not Supported  

Go into your Admin CP > Styles & Templates > Style Manager > Add New Template

Call it adv_portal_recruitment > Paste this code into the template!


Code:
<style type="text/css">
<!--
.style3 {color: #000000; font-weight: bold; }
.style4 {color: #000000}
.style7 {
	color: #D0974B;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style12 {
	color: #D0974B;
	font-weight: bold;
	font-size: 12px;
}
.style14 {color: #FF0000}
-->
</style>
<table width="100%" height="27"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <th height="25" align="left" bgcolor="#2A0803" scope="col"><span class="style7"><span class="style12">   &nbsp;&nbsp;&raquo; </span> Recruitment Status </span></th>
  </tr>
</table>
<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="2%" align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/images/wow/Druid.gif" width="20" height="20"></th>
    <th width="12%" align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Druids </span></div></th>
    <th width="86%" align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/forums/images/wow/Hunter.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Hunters </span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/forums/images/wow/Mage.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Mages </span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/forums/images/wow/Paladin.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Paladins</span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/forums/images/wow/Priest.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Priests </span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/forums/images/wow/Rogue.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Rogues </span><span class="style3"> </span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/forums/images/wow/Shaman.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Shaman </span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/forums/images/wow/Warlock.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Warlock</span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
  <tr>
    <th height="20" align="left" valign="top" bgcolor="#edd8ab" scope="col"><img src="/images/wow/Warrior.gif" width="20" height="20"></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><div align="left"><span class="style4">&nbsp;Warrior </span></div></th>
    <th align="left" valign="top" bgcolor="#edd8ab" scope="col"><span class="style14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closed</span></th>
  </tr>
</table>
<br>
Make sure you upload the attached icons to a directory of your choice and edit the img src locations to your directory.

I'm a complete noob when it comes to this so there is a lot of uneccessary code i'm sure but it works so i'm happy I've been looking for something like this for so long i decided to make one on my own.

I'm hoping someone with some time and knowledge can create a front end for this so it's not Static and can be changed dynamically from some type of form when the recruitment status changes...

Next go to vBa CMPS > Add Module > Template > Call it Recruitment Status > Template to include should be adv_portal_recruitment > Be sure to set "Use Module Shell Template" to "NO" > Save it

I couldn't figure out how to fit this thing within the template as it kept throwing off all my other modules. There will be some minor tweaking to do so it fits your board.

Hopefully some find this useful until someone with some knowledge can make this with a backend sql table and maybe a front end form to change the status, that would be awesome

Download

This modification is archived, downloads are still allowed.

File Type: %1$s classicons.zip (22.2 KB, 316 downloads)

Screenshots

Click image for larger version
Name:	status.jpg
Views:	748
Size:	22.9 KB
ID:	53485  

Similar Mods

Add-On Releases World of Warcraft Recruitment Form vBulletin 3.6 Add-ons
Miscellaneous Hacks World of Warcraft Class Recruitment Status module (db backend) vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024