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)

Mother_Dee 04-13-2008 09:49 PM

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

Mother_Dee 04-13-2008 09:53 PM

Quote:

Originally Posted by Dan (Post 1420382)
Strange, if I change the numbers via ajax to words or anything else they seem to disappear.

The mod was created with a number in mind, instead of text, so that if you put in zero the class no longer shows (smaller space taken up for games like Everquest and Everquest 2, where showing all of the classes takes up a VERY huge space in a side column... since the module was originally created for an EQ2 gaming site.)

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. :(

quarum 04-22-2008 11:50 AM

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
My index.php is in the root of my site and vB is in a folder called vb. If that makes a difference.

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.

Mother_Dee 04-22-2008 07:15 PM

Open up your updater template and hard code the url to your site, see if that fixes it.

quarum 04-23-2008 11:06 AM

Quote:

Originally Posted by Mother_Dee (Post 1496766)
Open up your updater template and hard code the url to your site, see if that fixes it.

I have only been running vBulltin for 2 days - so excuse the noob in me - but how do I do this?

craigwest13 04-29-2008 01:29 PM

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

bonewizard 04-29-2008 08:03 PM

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

craigwest13 04-29-2008 10:19 PM

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...

quarum 04-29-2008 11:12 PM

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.

quarum 04-30-2008 11:53 AM

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>>
After it add:

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
And it is working fine for me now.


All times are GMT. The time now is 02:05 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.01217 seconds
  • Memory Usage 1,741KB
  • 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