vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Portal Software - MMO Recruitment (EQ, EQ2, LotR, Vanguard, WoW, Matrix Online, SWG, FFO) (https://vborg.vbsupport.ru/showthread.php?t=150449)

+buG 11-13-2007 02:09 AM

Are there still any plans for a php 4.x.x version? :)

Dan 01-12-2008 10:08 PM

Strange, if I change the numbers via ajax to words or anything else they seem to disappear.

jteamevil 01-29-2008 01:18 PM

Installed it for FFXI I get this when i have the Recruitment Modual set to display. Modual to edit works fine. ** EDIT ** Can not submit has the path on the submit button with no domain or anything.

PHP 5.2.2
Apache v1.3.39
vBulletin 3.6.8 Patch Level 2

Parse error: syntax error, unexpected T_ARRAY, expecting ')' in /forum/modules/cls_ff_recruit.php on line 26

turnipofdoom 02-01-2008 04:47 PM

ive been AWOL a bit, ill have a look at these errors, However Dans is really strange. Jt in the template replace $PHP_SELF with your url to index.php that should fix it if im reading it right

Might be easier to resolve via IM turnipofdoom010

turnipofdoom 02-01-2008 04:48 PM

Quote:

Originally Posted by Ms. A (Post 1375884)
Hi there :)

After getting everything install and looking great on my main page, I fill in the desired class requiremets I want and hit update. When I do that, it take me to a page that can not be displayed, and the web address up top changes to "http://index.php/?do=recruit_update"

I am at a loss. I have tried to fix this but can not come up with the reason this is happening. It is probably staring me in the face... Do you have an ideas? Any help is greatly appreciated :)

yeah its a phpself thing, open the template and replace $PHP_SELF with your domain name

turnipofdoom 02-01-2008 04:50 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1374556)
whoa. I would love something like this for UT (unreal tournament). its not an MMO but could be great for teams and clan building anyway (esp for tournaments). any chance for it? or is there a way to change the class names to things I woujld need for UT?

PM me details on whatr exactly you would need

Flootroops 02-16-2008 07:07 PM

I am using this for WoW, and it works fantastic. I am trying to get the text to match the page, and I can't figure out a way to do that. Is there any way to change the font family, style, and size?

Martinjepsen 02-22-2008 08:44 PM

For anyone who might be interested, I've edited this to show text responses instead of numbers as well as class-colored the class-names,

first the template "adv_portal_warcraft_recruit" needs to be modified,
Code:

<tr>
<td class="alt1">
    <if condition="$druid > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Druid.gif" width="20" height="20"> <span style='color:#FF7D0A'>Druid:</span> <span style='color: $arrNeedColor[$druid]'>$arrNeed[$druid]</span></div></if>
    <if condition="$hunter > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Hunter.gif" width="20" height="20"> <span style='color:#ABD473'>Hunter:</span> <span style='color: $arrNeedColor[$hunter]'>$arrNeed[$hunter]</span></div></if>
    <if condition="$mage > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Mage.gif" width="20" height="20"> <span style='color:#69CCF0'>Mage:</span> <span style='color: $arrNeedColor[$mage]'>$arrNeed[$mage]</span></div></if>
    <if condition="$paladin > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Paladin.gif" width="20" height="20"> <span style='color:#F58CBA'>Paladin:</span> <span style='color: $arrNeedColor[$paladin]'>$arrNeed[$paladin]</span></div></if>
    <if condition="$priest > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Priest.gif" width="20" height="20"> <span style='color:#FFFFFF'>Priest:</span> <span style='color: $arrNeedColor[$priest]'>$arrNeed[$priest]</span></div></if>
    <if condition="$rogue > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Rogue.gif" width="20" height="20"> <span style='color:#FFF569'>Rogue:</span> <span style='color: $arrNeedColor[$rogue]'>$arrNeed[$rogue]</span></div></if>
    <if condition="$shaman > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Shaman.gif" width="20" height="20"> <span style='color:#2459FF'>Shaman:</span> <span style='color: $arrNeedColor[$shaman]'>$arrNeed[$shaman]</span></div></if>
    <if condition="$warlock > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Warlock.gif" width="20" height="20"> <span style='color:#9482CA'>Warlock:</span> <span style='color: $arrNeedColor[$warlock]'>$arrNeed[$warlock]</span></div></if>
    <if condition="$warrior > 0">
    <div><img align='absmiddle' src="$vboptions[bburl]/images/recruit/warcraft/Warrior.gif" width="20" height="20"> <span style='color:#C79C6E'>Warrior:</span> <span style='color: $arrNeedColor[$warrior]'>$arrNeed[$warrior]</span></div></if>
</td>
</tr>

then i inserted
Code:

$arrNeed = Array("disabled", "Low", "Medium", "HIGH");
$arrNeedColor = Array("#FFFFFF", "#00FF00", "#FFFF00", "#FF0000");

in after
Code:

$shaman= $data->getStatus('Shaman');
in warcraft_recruit.php


but now for my question, what needs to be done to add death knight class to this ?

Mother_Dee 02-23-2008 11:38 AM

When the DN class is released (and any other hero classes as rumors circulate) I will update the mod, for now it's quite some time until even patch 2.4 and even further until the release of WotLK. :)

It'll be awhile. :)

Kahoona 03-08-2008 05:34 AM

Is there anyway to just have this across the top of a normal vBulletin board without vBA CMPS? :(


All times are GMT. The time now is 05:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01791 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete