vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - World of Warcraft Guild Recruitment Form (https://vborg.vbsupport.ru/showthread.php?t=198516)

y2krazy 11-22-2010 08:22 PM

Uninstalled and reinstalled.

Instead of a 500 Server Error, I now get the following:

Quote:

vBulletin Message

No Thread specified. If you followed a valid link, please notify the administrator.
When clicking "Submit" it goes to the above vB error and the URL is as follows:

"http://www.surprise-mutiny.com/showthread.php?p="

It does not create a new thread, therefore the redirect is trying to send the user to a blank post number.

Any ideas? Thanks.

y2krazy 11-28-2010 01:10 PM

Bump. Still need help with this.

y2krazy 12-15-2010 10:38 AM

Come back, sweede! :(

mclarens 12-25-2010 05:45 AM

sadly doest work for the new VB, anyone know if there is other good applys forms?

y2krazy 01-04-2011 02:29 PM

New Year's Bump. Still need help with this, please.

sweede 01-08-2011 01:10 PM

Go to the plugins section of the vb admin, edit the plugin
Guild App Form hack @ hook, newthread_start


add
PHP Code:

die(
"<b>Foruminfo: </b><pre> " print_r($foruminfo ,1) . "</pre>" .
"<b>newpost: </b><pre>" print_r($newpost,1) . "</pre>" .
"<b>errors: </b><pre>" print_r($errors,1) . "</pre>" 
); 

before
PHP Code:

if ( $redirectoption == "1" )
            { 

You can send me the results on your guilds website, i registered under the username offended.

y2krazy 01-11-2011 03:07 PM

Quote:

Originally Posted by sweede (Post 2145942)
You can send me the results on your guilds website, i registered under the username offended.

Results sent via PM. Thanks in advance!

EDIT: Problem band-aid'd for now. Selecting "1" in the AdminCP redirect options causes the error; however, redirecting to the forum the post was made it works.

Vitaris 02-12-2011 09:53 PM

Tried installing this on my site today, but got the following errors cluttering up the top of the page:

Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Question_box in [path]/includes/functions.php on line 4097

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Question_Answer in [path]/includes/functions.php on line 4097

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 4097

Parse error: syntax error, unexpected T_STRING in /home/xxx/public_html/cms/newthread.php(77) : eval()'d code(179) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_CSS in [path]/includes/functions.php on line 4097

Parse error: syntax error, unexpected T_STRING in /home/xxx/public_html/cms/newthread.php(77) : eval()'d code(396) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_DescBox in [path]/includes/functions.php on line 4097

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_CharacterInfo in [path]/includes/functions.php on line 4097

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_PersonalInfo in [path]/includes/functions.php on line 4097

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form in [path]/includes/functions.php on line 4097

Any pointers to help iron this out? I did a search but didn't come up with much that would give me an idea of how to go about fixing this. I'm running vBulletin 4.1.1.

sweede 02-12-2011 11:11 PM

It doesn't work with any 4.x version of VBB and i currently have no plans (or time) to learn vb4's new template systems and recode my mods.

I would love to be able to spend some time and pick up coding again, but for the past year or so I've been working 6am to 6pm 6 or 7 days a week (sometimes up to 20 days in a row without a day off).


All times are GMT. The time now is 06:04 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.01192 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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