![]() |
Are there still any plans for a php 4.x.x version? :)
|
Strange, if I change the numbers via ajax to words or anything else they seem to disappear.
|
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 |
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 |
Quote:
|
Quote:
|
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?
|
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> Code:
$arrNeed = Array("disabled", "Low", "Medium", "HIGH"); Code:
$shaman= $data->getStatus('Shaman'); but now for my question, what needs to be done to add death knight class to this ? |
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. :) |
Is there anyway to just have this across the top of a normal vBulletin board without vBA CMPS? :(
|
Would take some work, the major coder is out hiking the Appalachian Trail and I'm on my fourth child in four years, so I can take a look at the mod files but between WoW raiding, pregnancy, full-time Mom and doing Site Admin work, it would most likely take some time. I'm STILL trying to wrap up the WoW Progression Mod for everyone as well, been wanting to get that out for awhile and things keep getting in the way. (Looks at stomach and longs to see her feet again...)
I'll do my best, no promises though. <3 |
Quote:
The edit the other poster created will work by essentially bypassing that function for games like WoW, where there are minimal classes. Kudos to him for posting that, and thank you, I missed some of the posts in this thread, I apologize, or I'd have posted much sooner. :( |
When I try to update the recruiting status the URL that is points to is not working - it is doubling up the link.
Code:
http://www.mysite.com/http://www.mysite.com/index.php?do=recruit_update Why is it adding the extra link to it? I am cornfused - and I will say a noob to vBulletin as I just installed it last night. Moving from phpBB3 based portal to vB - and really looking forward to it. |
Open up your updater template and hard code the url to your site, see if that fixes it.
|
Quote:
|
I used the code provided here to update the mod to include AOC Age of Conan, loaded ok or so I thought....I get this error when I try to load the age of conan to games selection
Parse error: syntax error, unexpected T_FOREACH, expecting ')' in /home3/bladesw/public_html/Forums/admincp/ap_recruit_functions.php on line 288 I can't find the error.. I am probably overlooking something but can anyone point me in the right direction... thanks |
I've also been trying to mod this for AoC with no luck and I tried to contact the author with no response so I gave up if you get it going please post it here and share LOL :D
|
fixed the one error got the settings completed now I can't create the module using the directions given here...I will try some of the fixes put in the thread and if I can get it to work I will post the update to include AOC...
|
Upgraded today to 3.7.0 and this is no longer working.
Any chance of a fix? Here is the error: Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. |
I got this working again.
Here is what I did. Edit wow_form Find: Code:
<form name="vbform" action="newthread.php" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
Quote:
Thanks for attempting to add the new game. |
ok got the recruitment module to load, unfornately only two classes loaded and with no pics
the update module loaded but when I go to reset the values I get an error and it closes the page and website down with an error. but I am making progess lol.. I will send email with status to the dev, hopefully she can help. |
Excellent mod. Is it possible, rather than to display how many of a class you require, to simply display 'Open' or 'Closed'?
|
We coded the old mod (for WoW) that way, and changed it to hide classes if there was a number zero as once we supported some of the more class-heavy games (EQ, EQ2) the list of classes would take an entire column :)
You can change it to show all classes and input text just by going into the adv_portal_(GAME)_recruit template and remove all the conditionals. Then you will be able to input "Closed" or "Open" to your hearts' content. :) I am eventually (perhaps once this baby is born) going to look into specifications for WoW to perhaps break down the talent trees and allow for an overlib for each spec if a class is recruiting. We'll see. :) |
Craigwest: how is it progressing? Im interesting in an AoC form too and would be interested in assisting if you need help.
|
I wish someone could kindly take this mod over to expand games It's a great mod the it seems not
enough time for them to add more games to it. By now most ppl recruiting have forgotten about this mod. |
Well got the whole mod working for Age of conan but i seem to get a blank page when i try to update the numbers after the modules have been placed on the main page
http://www.requiemmassguild.com/vbtest/cmps_index.php is where you can see it any ideas and i cant find where you actually put this Optional (Add AJAX Support to the updater form): Inside the header OR headerinclude template (where ever your <head> </head> tags exist) Put: <script type="text/javascript" src="http://www.mydomain.com/forum/clientscript/mmoRecruit.js"></script> The AJAX has been tested on Firefox and IE7, if the requestor code fails the form will just submit normally. |
This is the AoC mod the admin of my guild made to MMO Recruit that we use on our forum. Enjoy.
You can see it here http://www.divinusguild.org |
Ok, i have mine mod'd for AOC but I have a question. The original way this mod is set up is by placing a number (etc.1, 2, 3 or so on). But what I would like is a dropdown list for the admin to place instead of numbers.
A dropdown with: Open Closed Limited Priority ... and basically have them different colored as well, like below Open Closed Limited Priority or Priority Can anyone help? I have a working aoc mod here |
I reinstalled on a fresh site and now it seems to hang when I attempt to imprt database to populate initial database. what am I doing wrong?
|
Ok, fixed one issue but now I have a major issue when I add members, I get a weird error.
It wont add mor modify quanityfor recruitment, I get an error page: http://www.guildcommand.com/http://w...recruit_update the url is doubled, how is this possible... |
Quote:
I still need help on the double url. plz |
I use v3.7.3 forum, and newest vB Advanced. The module is appear in the main page, but i cant manage it. In the admincp dont show for me the all settings, only the "Toggle Recruitment", and the "Populate Inital Game Data"
I install this addon correct, and step by step. |
I only have the double url issue, plz help
|
still need help
|
Spoke with Warion I believe..
Dr. I havent installed it or checked weather its compatible with any of the newer versions of vb or vba. I am going to update this though so I will get back to you with a working version, shortly. - Back from a long backpacking trip, was away for 5 months. If people are still using this ill update it. |
I have a question for anyone familiar with this mod. Could it be modified to be used by several guilds on one forum or is it just for one guild on like a guild forum. My forum isnt a guild forum, just a game forum for one specific game. Im looking for something like this that would be used by a number of different guilds.... like a guild database for the game when people are looking for a guild to join.
|
Quote:
Maybe there could be an option to put text (ie: Open, Closed) instead of just specific numbers. Thanks! |
Eddo82
You can put whatever you want in the update field, not just numbers. I just defaulted them to numbers for giggles. Nightbloom, Not really, the database for the recruitment information is shared between games. I have been modding it to allow for several games to run on the same VB/VBA instance, but not for one game shared among several guilds. Going to also add Age of Conan and Warhammer to it. |
Well... GRRR! lol Does anyone know of a mod like I mentioned or one that could be close? I can modify existing hacks, but I know I cant write one from scratch. =(
|
All times are GMT. The time now is 08:06 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|