![]() |
Hey Swede
First of all: awesome addon great work. Here is my question: The app tool is super, but I would like for it to be able to follow the "thread" around. Explanation: When someone applies to our guild, the application goes into a closed section of the forum (officers) then they use the app tool to either dump it in an archived closed part of the forum or post it publically for the memebers to see. When the members have discussed the application officers needs to move it again, and here it would be nice to have the app tool there as well, is that possible in any ways. Sorry for the rambling, hop it made a bit of sense. |
Quote:
You can now add the app mover tool to more than one forum. The vbulletin option accepts a comma separated list. |
is there a way to have 2 different apps with this? My guild has both WoW and War members and WoW currently uses it but the War People want a separate version for them. Any help would be greatly appreciated.
|
Quote:
Except the app mover is not posting in more than one thread. I have 2 forum numbers listed in the test box.. example "7,21". It will only post to the first one listed. If I flip the numbers to "21,7" it will post in "21" but not in "7". Anyone else having this problem? Sweede.. can you review this one again or should I be looking at the code in the "app mover" section of the style? Thanks in advance. TriAxis |
Request:
Could you posibly add a Dropdown options to say Accepted and Denied and after one of the options are slected it would change the Title: to say Accepted "Class" - "Name" "Spec/Spec/Spec" or Denied "Class" - "Name" "Spec/Spec/Spec" I am sure most would like this option. Great work BTW Thanks in advanced!! |
Quote:
~ Sean |
Quote:
I'm interested in this too. Right now I would have to change the variables for a second form but I'm not 100% sure how many and which ones I would need to change to make a "copy" of it as a seperate application form. |
Quote:
|
Am I missing something? I cant seem to find where to download this mod.
|
Swede its been a while but AWESOME addon again dude, it rocks. thanks to the way you wrote it i actually understand this code a little better and managed to add some nice little features for extra questions and such. Was just curious though would you ever consider adding a answer all question option. The reason i ask is that for some reason we seem to be under constant randoms trying to register on the forums so they can spam ads, we locked the registration but they seem to think that filling out a quick application form will get them noticed, they always get deleted before anyone can see them BUT i wanna make it as difficult for these guys as possible
|
i thought i added the option to do just that but it seems that i forgot about it.
easy enough to fix, Open the newthread_Start hook for this plugin and add to the top (anywhere) $answerall = 1; |
The option is in one of the plugins. It doesn't have an admincp option but edit the plugin and set to 1.
|
How well does your baby work with 3.8?
|
Echoing the above poster...would love to see a 3.8 version of this beauty!
|
it should work fine on 3.8
|
It Work :D
ty |
Have you got plans to update it Vb4.0 ?
Also on the current version where abouts is the option hiding to change the font color? As we have a dark background and it seems to be a funny grey thats really hard to read ! cheers. |
Love the addon, but I would love it even more if you had an update for vb 4.0 :D I just updated my forums for my guild, and am now running vb4.0.1 and would love to use this, but am unable to as of yet.
I'll keep checking if you do update it. |
Quote:
http://bluegarter.elementfx.com/newthread.php?do=apply |
Sweede? Any ideas?
|
Quote:
I would suggest reading your error again, it tells you exactly what and where the problem is. Parse error: syntax error, unexpected '/', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/spgarner/public_html/newthread.php(76) : eval()'d code(154) : eval()'d code on line 1 Just in case you missed it |
I ended up making changes about a month ago to most of the templates since I was unable to find the error I must've made when trying to customize it. The 2 columns of questions just ended up looking sloppy if 2 questions lined up were different lengths. I converted it to 1 column for the questions and it looks much, much cleaner.
This could be used to satify those that want one (1) column for the questions and a more integrated feel to the rest of the vBulletin pages. Here is the code if you would like to use it: App_Question_Answer HTML Code:
[b][color=red]$question_id.[/color] [COLOR="#336699"]$question [/COLOR] [/b] App_Form HTML Code:
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> App_Form_PersonalInfo HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> App_Answer HTML Code:
[B]Name:[/B] $personal_name / $personal_sex (Age: $personal_age) App_Form_DescBox HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> App_Question_box HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> App_Form_CharacterInfo HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> Thank you again, Sweede for this Mod. I'm glad it still works for 3.8! :) |
I've looked over every post in this thread and haven't seen this come up yet but I'm getting a fatal error on submittal.
Fatal error: Call to undefined function build_forum_counters() in /home/cyril/public_html/forums/misc.php(100) : eval()'d code on line 749 I'm using vBulletin 3.8.5, and am unsure why this is happening. I'd appreciate any help in fixing this. Edit: I'm also in the process of updating the form for Cataclysm. If I can get this working and get it updated I'll post it here. |
Quote:
Nor is any plugin over 749 lines in length. I also do not call build_forum_counters() in any plugin in this mod I would suggest going to your admincp Products & Plugins -> Plugin Manager Sort by Hook Location and find what products are using misc_start. That may help you find what mod is causing your problem. |
Thank you for your quick response sweede. The offending plugin was from the Online Gaming Recruitment addition that you referenced at the beginning of this thread. I thought both needed to be installed. Now that it is uninstalled I don't know how to access the form for testing. With the other product it was located at misc.php?do=app_form. How do I access it under your product?
|
newthread.php?do=app_form
i think.. |
Thank you again for your quick reply. After looking at your plugin I determined it is actually newthread.php?do=apply. Now I can begin to try to set all of this up. Is some of this documented somewhere to make it easier? Again, thank you for all of your help.
|
The form was working properly at one point, but now for regular registered users, they are recieveing an "HTTP 500 Internal Server Error" when submitting the form. When they click "Preview" it works fine, but the error happens when clicking "Submit."
Please let me know if there is any way to resolve this. Thank you. |
Quote:
|
From "error_log" in my domain's public_html directory:
Quote:
Again, this ONLY happens for the "Registered Users" usergroup. All other usergroups are able to submit the form without error. |
Uninstalled and reinstalled.
Instead of a 500 Server Error, I now get the following: Quote:
"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. |
Bump. Still need help with this.
|
Come back, sweede! :(
|
sadly doest work for the new VB, anyone know if there is other good applys forms?
|
New Year's Bump. Still need help with this, please.
|
Go to the plugins section of the vb admin, edit the plugin
Guild App Form hack @ hook, newthread_start add PHP Code:
PHP Code:
|
Quote:
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. |
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 |
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 01:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|