Register - Login

WoW Recruitment Block W/ ACP Control - v2.2

Re: WoW Recruitment Block with ACP Control!

Postby BigWaffle on Sun Oct 12, 2008 4:32 am

Works now. :)
Thanks mate!

Edit: I have edited the file so it works with BlackPearl

Code: Select all
<!-- $Id: recruitment.html,v 1.0 10/20/2008 Sheepy@theory-guild.co.uk $ //-->
<table class="tablebg" cellspacing="1" width="100%">
    <th>Recruitment Status</th>
</table>

<div class="panel">
   <div class="inner">
      <span class="corners-top"><span></span></span>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<table class="tablebg" cellspacing="1" width="100%">
  <tr>
    <td class="row1" width="20%" align="right" ><img src="../images/wow/dk.gif" width="20" height="20"></td>
    <td class="row1" width="22%" align="left" ><div align="left"><span class="gensmall">&nbsp;DeathKnight</span></div></td>
    <td class="row1" width="48%" align="left" ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_DRUID}</a></b></span></td>
  </tr>
         <tr>
    <td class="row2" align="right" ><img src="../images/wow/druid.gif" width="20" height="20"></td>
    <td class="row2" align="left" ><div align="left"><span class="gensmall">&nbsp;Druid</span></div></td>
    <td class="row2" align="left" ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_DEATH_KNIGHT}</a></b></span></td>
  </tr>
  <tr>
    <td class="row1" align="right" ><img src="../images/wow/hunter.gif" width="20" height="20"></td>
    <td class="row1" align="left" ><div align="left"><span class="gensmall">&nbsp;Hunter</span></div></td>
    <td class="row1" align="left" ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_HUNTER}</a></b></span></td>
  </tr>
  <tr>
    <td class="row2" align="right" ><img src="../images/wow/mage.gif" width="20" height="20"></td>
    <td class="row2" align="left" ><div align="left"><span class="gensmall">&nbsp;Mage</span></div></td>
    <td class="row2" align="left" ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_MAGE}</a></b></span></td>
  </tr>
  <tr>
    <td class="row1" align="right"  ><img src="../images/wow/paladin.gif" width="20" height="20"></td>
    <td class="row1" align="left"  ><div align="left"><span class="gensmall">&nbsp;Paladin</span></div></td>
    <td class="row1" align="left"  ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_PALADIN}</a></b></span></td>
  </tr>
  <tr>
    <td class="row2" align="right"  ><img src="../images/wow/priest.gif" width="20" height="20"></td>
    <td class="row2" align="left"  ><div align="left"><span class="gensmall">&nbsp;Priest</span></div></td>
    <td class="row2" align="left"  ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_PRIEST}</a></b></span></td>
  </tr>
  <tr>
    <td class="row1" align="right"  ><img src="../images/wow/rogue.gif" width="20" height="20"></td>
    <td class="row1" align="left"  ><div align="left"><span class="gensmall">&nbsp;Rogue</span></div></td>
    <td class="row1" align="left"  ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_ROGUE}</a></b></span></td>
  </tr>
  <tr>
    <td class="row2" align="right"  ><img src="../images/wow/shaman.gif" width="20" height="20"></td>
    <td class="row2" align="left"  ><div align="left"><span class="gensmall">&nbsp;Shaman</span></div></td>
    <td class="row2" align="left"  ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_SHAMAN}</a></b></span></td>
  </tr>
  <tr>
    <td class="row1" align="right"  ><img src="../images/wow/warlock.gif" width="20" height="20"></td>
    <td class="row1" align="left"  ><div align="left"><span class="gensmall">&nbsp;Warlock</span></div></td>
    <td class="row1" align="left"  ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_WARLOCK}</a></b></span></td>
  </tr>
  <tr>
    <td class="row2" align="right"  ><img src="../images/wow/warrior.gif" width="20" height="20"></td>
    <td class="row2" align="left"  ><div align="left"><span class="gensmall">&nbsp;Warrior</span></div></td>
    <td class="row2" align="left"  ><span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{PORTAL_RECRUITMENT_LINK}"><b>{PORTAL_RECRUITMENT_WARRIOR}</a></b></span></td>
  </tr>
   </table>
   </div>
      <span class="corners-bottom"><span></span></span>
   </div>
</div>
<br />

Image
Looks like this, if anyone wants to know. :) (Image is resized, doesn't show the *actual* size of the block)
Last edited by BigWaffle on Sun Oct 12, 2008 5:59 am, edited 15 times in total.
BigWaffle
 
Posts: 25
Joined: Fri Oct 10, 2008 12:28 am

Re: WoW Recruitment Block with ACP Control!

Postby

Sheepy
on Sun Oct 12, 2008 5:00 am

Nps :D

That block looks sexy in black an grey ;)

**EDIT**
Updated zip file with image fix ;)
Sheepy

User avatar
 
Posts: 214
Joined: Sat May 19, 2007 6:27 pm
Location: Behind you?

Re: WoW Recruitment Block with ACP Control!

Postby e6r6i6c on Sun Oct 12, 2008 12:23 pm

Very nice mod, I got it to work on my website, only it does not suport my style, could someone please alter the files I need to get it to work with darkfantasy style??

And another question, can I change the width of the block? It is to wide for my portal (http://skulls.metalbox.nl/forum/portal.php) I allready tried altering the width of the table, but the block did not change, and yes I did refresh and purged the cache.
e6r6i6c
 
Posts: 2
Joined: Sun Oct 12, 2008 12:19 pm

Re: WoW Recruitment Block with ACP Control!

Postby BigWaffle on Sun Oct 12, 2008 2:44 pm

e6r6i6c wrote:Very nice mod, I got it to work on my website, only it does not suport my style, could someone please alter the files I need to get it to work with darkfantasy style??

And another question, can I change the width of the block? It is to wide for my portal (http://skulls.metalbox.nl/forum/portal.php) I allready tried altering the width of the table, but the block did not change, and yes I did refresh and purged the cache.


Use the code I made for BlackPearl, it works for DarkFantasy aswell.
Just replace the code in the recruitment block file with the one I posted above.
BigWaffle
 
Posts: 25
Joined: Fri Oct 10, 2008 12:28 am

Re: WoW Recruitment Block with ACP Control!

Postby

Sheepy
on Sun Oct 12, 2008 4:56 pm

The reason the block is too big for your portal is because of the Deathknight row.
If you open up recruitment.html which is in styles>>your style>>template>>portal>>block.

Find
Code: Select all
&nbsp;DeathKnight

Change it to
Code: Select all
&nbsp;DK
Sheepy

User avatar
 
Posts: 214
Joined: Sat May 19, 2007 6:27 pm
Location: Behind you?

Re: WoW Recruitment Block with ACP Control!

Postby e6r6i6c on Sun Oct 12, 2008 6:56 pm

Thanks for the replies guys, I got it exactly how I wanted it :mrgreen: Thanks all.
e6r6i6c
 
Posts: 2
Joined: Sun Oct 12, 2008 12:19 pm

Re: WoW Recruitment Block with ACP Control!

Postby Herrm on Mon Oct 13, 2008 7:00 pm

Hello Sheepy,

I have downloaded and installed your mod exactly per the instructions. Everything worked fine, I have no errors at all, I can see the module inside of the ACP under Portal, everything in that regard works perfectly, but no matter what I do, it still will not show the recruitment box on the portal page.

Can you please help? Do you happen to have MSN or Ventrilo (I have my own server) so you could help me through this please? It would be greatly appreciated.

Thanks in advance,

Herrm
Herrm
 
Posts: 25
Joined: Mon Oct 13, 2008 6:57 pm

Re: WoW Recruitment Block with ACP Control!

Postby BigWaffle on Mon Oct 13, 2008 7:32 pm

Have you enabled it in the ACP? ;)
BigWaffle
 
Posts: 25
Joined: Fri Oct 10, 2008 12:28 am

Re: WoW Recruitment Block with ACP Control!

Postby Herrm on Mon Oct 13, 2008 7:53 pm

BigWaffle wrote:Have you enabled it in the ACP? ;)


A very valid question, but yes I have. :lol:
Herrm
 
Posts: 25
Joined: Mon Oct 13, 2008 6:57 pm

Re: WoW Recruitment Block with ACP Control!

Postby BigWaffle on Mon Oct 13, 2008 8:07 pm

Do you mind linking to the website?

Have you replaced all the files that came with the download?
Do you use a skin that doesn't come with the phpbb3 package?
Have you also purged the cache on the website through the ACP?
BigWaffle
 
Posts: 25
Joined: Fri Oct 10, 2008 12:28 am

PreviousNext

Return to [1.2.x] Development



Who is online

Users browsing this forum: No registered users