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)
-   -   Add-On Releases - World of Warcraft Recruitment Form (https://vborg.vbsupport.ru/showthread.php?t=150424)

clayh456 12-23-2007 11:09 PM

Quote:

Originally Posted by Twisted Chaos (Post 1407862)
an option i would like to see and i am willing to help on is customizable questions and answer types through the admin cp... also layout etc.....

as i said i am willing to help out in this if it is needed.... or with permission i will modify the system and submit it but i would rather cooperate with the author....

i have ideas for more features but those are the two i feel most important....

Now you're talkin'. :P

Gooner 12-24-2007 10:31 AM

dont expect any updates.. the designer hasnt been online since 10 Sep 2007

atomhead 12-27-2007 08:37 PM

"Fatal error: Existing data passed is not an array
Called set_existing in /home/content/a/t/o/atomhead/html/forums/newthread.php(71) : eval()'d code on line 1034
Called eval in /home/content/a/t/o/atomhead/html/forums/newthread.php on line 71
in /includes/class_dm.php on line 235"

When I try to submit the form as unregistered. When I'm logged in everything works fine. I set unregistered/not logged in user permissions to be able to view forum, post to forum, but not view the posts. Any ideas?

atomhead 12-28-2007 03:42 PM

It seems to be a problem with unregistered users only. Registered users can complete the form.

Tez? 12-28-2007 05:42 PM

Quote:

Originally Posted by Twisted Chaos (Post 1407862)
an option i would like to see and i am willing to help on is customizable questions and answer types through the admin cp... also layout etc.....

as i said i am willing to help out in this if it is needed.... or with permission i will modify the system and submit it but i would rather cooperate with the author....

i have ideas for more features but those are the two i feel most important....

Quote:

Originally Posted by Gooner (Post 1408273)
dont expect any updates.. the designer hasnt been online since 10 Sep 2007

so send him a pm and email letting him know you are going to take over his work and re vamp it and upgrade it and get started

i am sure he wont mind since he gave up on this for most part

Didzi 01-11-2008 09:05 PM

thanks for addons ^^

Flootroops 02-06-2008 02:02 PM

I love this mod and I am currently using it at my site, http://www.micthrillaz.com/vindex.php.

I get an error message when I submit an application and I am not logged in. The error is:

Code:

Fatal error: Existing data passed is not an array
Called set_existing in /var/www/vhosts/micthrillaz.com/httpdocs/forumz/newthread.php(71) : eval()'d code on line 1034
Called eval in /var/www/vhosts/micthrillaz.com/httpdocs/forumz/newthread.php on line 71
in /includes/class_dm.php on line 235

Is there a way to make it say something to the effect of "You must create a forum account and be logged in to submit an application" instead of that error message?

Thanks for the help.

Mother_Dee 02-06-2008 03:06 PM

Quote:

Originally Posted by clayh456 (Post 1407816)
This is a great mod, and its ease-of-use stomps Form Hack 4.0 flat (albeit a great form mod nonetheless). However, it's essentially useless to anyone looking to use such a technology for a non-World of Warcraft or non-Gaming purpose (which is, believe it or not, just as large of a group looking for a product/plug-in such as this).

This product uses the base code and is purely a revamp of FORM HACK by Abe, customized for Application Form WoW purposes. Before this came out, I used Abe's Form Hack and found it great, you just need to know how to edit the source code to make the answers yourself, and he shows you how, for the most part.

Quote:

I know I can use phrasing to modify the questions & output, but editing the output (font sizes & etc., as well as organization of the information), and editing the answering options/methods is too much of a hassle. I also couldn't seem to figure out how to disable the portion that asks for character name, race, class, level, etc. and thus assumed it was either impossible or otherwise not worth it.
Any and all questions should be able to be removed directly from the plugin code, which is how it was done via Abe's product, this one just attempted to give you all available questions you'd possibly need as a WoW guild site so that no one would have to edit code. (I still do.)

What fonts do you wish to modify? The form fonts? The fonts of the data spit out to the new thread, PM, etcetera? I can't help you if I don't know what you need. :)

Cheers!

Mother_Dee 02-06-2008 03:16 PM

Quote:

Originally Posted by atomhead (Post 1410315)
"Fatal error: Existing data passed is not an array
Called set_existing in /home/content/a/t/o/atomhead/html/forums/newthread.php(71) : eval()'d code on line 1034
Called eval in /home/content/a/t/o/atomhead/html/forums/newthread.php on line 71
in /includes/class_dm.php on line 235"

When I try to submit the form as unregistered. When I'm logged in everything works fine. I set unregistered/not logged in user permissions to be able to view forum, post to forum, but not view the posts. Any ideas?

Odd. Have you enabled usergroup permissions in the Form Configurations Options? If so, have you input the specific usergroups able to use the form? This would disable viewing of this form for unregistered users so this issue wouldn't happen, instead they'd get a forum error message telling them they need to register or login.

Mother_Dee 02-06-2008 04:04 PM

Quote:

Originally Posted by atomhead (Post 1400215)
One suggestion, either add the option to or make it default to add the name of the applicant in the title of the thread created. Just so people who see the voting block in vBadvanced CMPS can see who they are voting on.

You can edit this directly by going to the plugin code (Form One) and changing

Code:

////////////////////////////////////////////////////////////////////////////////////////////////////
//TITLE OF FORM (do not use quotation marks or you will get a parse error, besides the quotes around the whole title)
////////////////////////////////////////////////////////////////////////////////////////////////////

$formtitle = $vbulletin->options['wow_form_tit'];


to

Code:

////////////////////////////////////////////////////////////////////////////////////////////////////
//TITLE OF FORM (do not use quotation marks or you will get a parse error, besides the quotes around the whole title)
////////////////////////////////////////////////////////////////////////////////////////////////////

$formtitle = "Application Form - $answer1";


Replace "Application Form" with whatever, or just leave $answer1 if you just want the Character Name as the title without the rest. I'm trying to avoid an extra array doing it this way. :)


All times are GMT. The time now is 08:18 PM.

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.01288 seconds
  • Memory Usage 1,752KB
  • 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
  • (7)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