vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Advanced Application Forms (https://vborg.vbsupport.ru/showthread.php?t=263944)

Amit86 04-25-2012 06:50 AM

Hello,
I am using your mod for a while now and I am missing a feature i guess not every person would want,
I tried to do this on my own with no luck:
I want the application to be redirected to a page i created with the CMS
That page is like a "thank you for filling up the information and whats next" information page
Could you assist me with that?

GreyGhost 04-25-2012 08:00 AM

Quote:

Originally Posted by Amit86 (Post 2323292)
Hello,
I am using your mod for a while now and I am missing a feature i guess not every person would want,
I tried to do this on my own with no luck:
I want the application to be redirected to a page i created with the CMS
That page is like a "thank you for filling up the information and whats next" information page
Could you assist me with that?

In admin go to Application Forms/Application Positions... click Edit and at the very bottom of the settings you'll see Return Member To select Link Defined Below then enter the link to your page in the Return Link box.

8-)

Alan_SP 04-25-2012 09:14 AM

Yes, nhawk coded this already in and coded it well. All possibilities are covered. :)

Amit86 04-25-2012 09:28 AM

Quote:

Originally Posted by GreyGhost (Post 2323298)
In admin go to Application Forms/Application Positions... click Edit and at the very bottom of the settings you'll see Return Member To select Link Defined Below then enter the link to your page in the Return Link box.

8-)

thanks, found it!

liveagain01 04-27-2012 04:11 PM

Hello, i am just wondering.

Is there a way to add support for more Report Subjects? as there now i can only get it to show 1 question and the username, if i add more it only shows up as {3}{4} etc

nhawk 04-27-2012 06:08 PM

Quote:

Originally Posted by liveagain01 (Post 2324055)
Hello, i am just wondering.

Is there a way to add support for more Report Subjects? as there now i can only get it to show 1 question and the username, if i add more it only shows up as {3}{4} etc

Not at this time.

The only replacement variables for the message subject are:
{1} - Member Name
{2} - First Single Line Text Answer

liveagain01 04-27-2012 08:33 PM

Quote:

Originally Posted by nhawk (Post 2324102)
Not at this time.

The only replacement variables for the message subject are:
{1} - Member Name
{2} - First Single Line Text Answer

Yep

Might there be added in the future by any chance?

Love the mod tho <3

nhawk 04-27-2012 09:08 PM

Quote:

Originally Posted by liveagain01 (Post 2324128)
Yep

Might there be added in the future by any chance?

Love the mod tho <3

Something like that would require input on what you wanted to be included. I would have to define that in the code.

And remember, if you include more in the subject you could end up with a huge subject line which wouldn't be good either.

liveagain01 04-27-2012 09:37 PM

Quote:

Originally Posted by nhawk (Post 2324142)
Something like that would require input on what you wanted to be included. I would have to define that in the code.

And remember, if you include more in the subject you could end up with a huge subject line which wouldn't be good either.

True

i use the application form for a wow guild, so how i have it is

Character Information

Name
Spec
Class


So what i was looking for is to get it to post with those 3 lines

so it would be Liveagain holy paladin (Holy is spec and Paladin is class)

ImaJedi 04-28-2012 05:40 AM

I was able to upload the files & install the xml... Everything works great, except the applications do not show up underneath the "Application Forms" on our website... I included a link to a screenshot.
http://i47.tinypic.com/s1ryc3.png

As you can see, the staff & membership applications that we had set up do NOT show up in the menu under "Application Forms"
And yes, I DID make sure that the option for showing the applications on the NavBar was "Yes".

Help is appreciated :)

nhawk 04-28-2012 10:17 AM

Quote:

Originally Posted by ImaJedi (Post 2324225)
I was able to upload the files & install the xml... Everything works great, except the applications do not show up underneath the "Application Forms" on our website... I included a link to a screenshot.
http://i47.tinypic.com/s1ryc3.png

As you can see, the staff & membership applications that we had set up do NOT show up in the menu under "Application Forms"
And yes, I DID make sure that the option for showing the applications on the NavBar was "Yes".

Help is appreciated :)

1) In ACP->Settings->Options->Application Form Settings be sure you have at least one usergoup forbidden from using the system. This is usually the banned usergroup.

2) In ACP->Application Forms->Application Types make sure your usergroup is allowed to view the application type.

3) In ACP->Application Forms->Application Types make sure YOU have enough posts to view the application type.

4) In ACP->Application Forms->Application Positions make sure your usergroup is allowed to view the position.

liveagain01 04-28-2012 11:20 AM

Quote:

Originally Posted by ImaJedi (Post 2324225)
I was able to upload the files & install the xml... Everything works great, except the applications do not show up underneath the "Application Forms" on our website... I included a link to a screenshot.
http://i47.tinypic.com/s1ryc3.png

As you can see, the staff & membership applications that we had set up do NOT show up in the menu under "Application Forms"
And yes, I DID make sure that the option for showing the applications on the NavBar was "Yes".

Help is appreciated :)


A bit of topic, install the CMS.xml of seamus aswell :)

Guru Samrat 04-28-2012 11:26 AM

not work is 4.0.3 tihs error

Quote:

The following dependencies were not met:

This product is not compatible with version 4.0.3 of vBulletin. (Compatible starting with 4.0.4)

liveagain01 04-28-2012 11:48 AM

just click on ignore style version or what its called

Alan_SP 04-28-2012 12:53 PM

Quote:

Originally Posted by Guru Samrat (Post 2324270)
not work is 4.0.3 tihs error

As you can see, you have too old version of vB. Upgrade to newer (at least 4.0.4).

ImaJedi 04-28-2012 03:32 PM

Quote:

Originally Posted by nhawk (Post 2324252)
1) In ACP->Settings->Options->Application Form Settings be sure you have at least one usergoup forbidden from using the system. This is usually the banned usergroup.

2) In ACP->Application Forms->Application Types make sure your usergroup is allowed to view the application type.

3) In ACP->Application Forms->Application Types make sure YOU have enough posts to view the application type.

4) In ACP->Application Forms->Application Positions make sure your usergroup is allowed to view the position.

Thank you so much :) It seems to have been the fact that the ALL usergroups including the banned usergroup was able to view it :)

nhawk 04-28-2012 07:22 PM

Quote:

Originally Posted by Guru Samrat (Post 2324270)
not work is 4.0.3 tihs error

The error explains it all.

You need to upgrade to at least vB version 4.0.4.

Guru Samrat 04-29-2012 06:54 AM

I do not want upgread. The mood can get it for vb 4.0.3 ?

Quote:

Originally Posted by nhawk (Post 2324393)
The error explains it all.

You need to upgrade to at least vB version 4.0.4.


Captain Tycoon 04-29-2012 08:16 PM

I posted this on your forum too, how can I get this to work with vBadvanced CMPS. When I integrate it using either filename and script method, it doesn't show any content other than the header and footer. Using vB 4.1.8 and vBa CMPS 4.2

In addition, is it possible to go straight to the application without having to select "I would like to apply for..." if there's a single option? Or perhaps any way I can get the direct link straight to the application layout?

nhawk 04-30-2012 10:01 AM

Quote:

Originally Posted by Captain Tycoon (Post 2324695)
I posted this on your forum too, how can I get this to work with vBadvanced CMPS. When I integrate it using either filename and script method, it doesn't show any content other than the header and footer. Using vB 4.1.8 and vBa CMPS 4.2

In addition, is it possible to go straight to the application without having to select "I would like to apply for..." if there's a single option? Or perhaps any way I can get the direct link straight to the application layout?

Unfortunately vBadvanced isn't a vBulletin product and I don't have access to it. For that reason, this question is best posted at vBadvanced. The system works with vBulletin itself and why it wouldn't work with vBadvanced is not something I can help with.

Because the system is heavily permission dependent, there is no way to get directly to an application. You must go through the menu system.

deadlySniper 05-02-2012 07:56 AM

In the options of the thread reply

Quote:

Report Subject
Enter the subject that will be used on reports when members fill out this application.
Replacement variables:
{1} = Member Name
{2} = First Single Line Text Answer
Is there a way to have it post addition info from other fields? Like say question #8, I want it to be included in the thread title.

nhawk 05-02-2012 09:56 AM

Quote:

Originally Posted by deadlySniper (Post 2325435)
In the options of the thread reply



Is there a way to have it post addition info from other fields? Like say question #8, I want it to be included in the thread title.

At this time, there is no way to do that.

deadlySniper 05-02-2012 04:07 PM

Quote:

Originally Posted by nhawk (Post 2325455)
At this time, there is no way to do that.

Would there be a way to modify the current code for {2} and make it to where it would pull from it? I wouldnt mind doing it on my end

nhawk 05-02-2012 09:48 PM

Quote:

Originally Posted by deadlySniper (Post 2325545)
Would there be a way to modify the current code for {2} and make it to where it would pull from it? I wouldnt mind doing it on my end

It can be done, but I am in the middle of a very large project. So, it will be a while before I can work up the changes that are needed. Besides, if I work up the changes I may as well release it as a new version instead of posting the changes here.

ImaJedi 05-13-2012 04:02 AM

Just a suggestion in a future update perhaps, but it'd be cool to have it so the "Application Title" aka the title of the thread that is created can be set to whatever their answer is to a specific question.

Example: What game division are you applying to? Modern Warfare 3, Gears of War 3, etc
so {1}'s application for {q_3}

nhawk 05-14-2012 10:11 AM

Quote:

Originally Posted by ImaJedi (Post 2328898)
Just a suggestion in a future update perhaps, but it'd be cool to have it so the "Application Title" aka the title of the thread that is created can be set to whatever their answer is to a specific question.

Example: What game division are you applying to? Modern Warfare 3, Gears of War 3, etc
so {1}'s application for {q_3}

The quick fix for this is to change the question you want to be part of the subject to be the first question asked.

shayanr 06-28-2012 04:26 AM

When someone posts a application it starts the thread with my username, is there anyway to change that ? Great mod btw :)

David_R 06-28-2012 07:57 AM

I have installed this staff application plugin on my website, But I am facing with the same, I am not able to click the tab application form, my current vb version is 4.1.11, its applicable with this version or not, please help me.

nhawk 06-28-2012 09:34 AM

Quote:

Originally Posted by shayanr (Post 2343485)
When someone posts a application it starts the thread with my username, is there anyway to change that ? Great mod btw :)

Edit the application postition.

This is from the Position Edit screen...

Quote:

Poster ID
Enter the user ID for the member that will be used to post the application reports.

NOTE: If set to zero, the applicant user id will be used. And if the forum to post in is a private forum, the posts will be moderated when this is set to zero.
You can let the system use the user name of the person filling out the application. Or, create a new user (such as 'Application System') and use that userid.

nhawk 06-28-2012 09:35 AM

Quote:

Originally Posted by David_R (Post 2343519)
I have installed this staff application plugin on my website, But I am facing with the same, I am not able to click the tab application form, my current vb version is 4.1.11, its applicable with this version or not, please help me.

1) In ACP->Settings->Options->Application Form Settings be sure you have at least one usergoup forbidden from using the system. This is usually the banned usergroup.

2) In ACP->Application Forms->Application Types make sure your usergroup is allowed to view the application type.

3) In ACP->Application Forms->Application Types make sure YOU have enough posts to view the application type.

4) In ACP->Application Forms->Application Positions make sure your usergroup is allowed to view the position.

Scyther 07-03-2012 04:04 PM

This is definitely one of the best Mods seen on vb.org!

installed | 5 stars | Nominated!

Juanbreezer 07-04-2012 06:52 PM

Hey nhawk.

I installed your mod. I am capable of editing the ACP --> Settings --> Options --> Application Form Settings. But I can't find it anywhere on the site or ACP to add / edit the applications.

Any Idea where to find it?

nhawk 07-04-2012 07:17 PM

Quote:

Originally Posted by Juanbreezer (Post 2345106)
Hey nhawk.

I installed your mod. I am capable of editing the ACP --> Settings --> Options --> Application Form Settings. But I can't find it anywhere on the site or ACP to add / edit the applications.

Any Idea where to find it?

In the ACP menu.

https://vborg.vbsupport.ru/attachmen...1&d=1341432930

Juanbreezer 07-04-2012 07:26 PM

Hehe, That is what I ment.
It wasn't there with us.

I reupload the xml file and it is now there again.

Thanks for the fast reply anyway!

svyrydov 07-07-2012 10:38 AM

Hello, I installed it on 4.2.0 P1 - working like sharm. Thanks.
Question: For example one of my users - filled in application.
If its not sent to email, is it saved somewhere in system, where can I retrieve it?

For example, if within one day - 10 users apply to one application form.
How can I found out - where is their applications, and how can I see this application records.

Thanks.

nhawk 07-07-2012 10:48 AM

Quote:

Originally Posted by svyrydov (Post 2345759)
Hello, I installed it on 4.2.0 P1 - working like sharm. Thanks.
Question: For example one of my users - filled in application.
If its not sent to email, is it saved somewhere in system, where can I retrieve it?

For example, if within one day - 10 users apply to one application form.
How can I found out - where is their applications, and how can I see this application records.

Thanks.

Applications can be posted, and/or sent via PM and/or sent via Email. They aren't stored anywhere.

In the Application Postition settings....

If you want applications to go into a forum, be sure to set 'Report in New Thread' to 'Yes' and select the forum to create the thread in. Also, be sure to set the poster ID.

If you want applications to be sent via PM, be sure to set 'Report By Private Message' to 'Yes' and set the sender ID for the PM and who should receive the PM.

If you want applications to be sent by Email, be sure to set the email addresses of those that should receive the email.

svyrydov 07-07-2012 02:04 PM

Quote:

Originally Posted by nhawk (Post 2345761)
Applications can be posted, and/or sent via PM and/or sent via Email. They aren't stored anywhere.

In the Application Postition settings....

If you want applications to go into a forum, be sure to set 'Report in New Thread' to 'Yes' and select the forum to create the thread in. Also, be sure to set the poster ID.

If you want applications to be sent via PM, be sure to set 'Report By Private Message' to 'Yes' and set the sender ID for the PM and who should receive the PM.

If you want applications to be sent by Email, be sure to set the email addresses of those that should receive the email.

Thanks a lot.
Now its clear enough.

Cheers.

datoneer 07-16-2012 10:29 AM

I don't see it in community menu and when i click on navtab placement nothing happens

datoneer 07-16-2012 10:43 AM

Quote:

Originally Posted by nhawk (Post 2343536)
1) In ACP->Settings->Options->Application Form Settings be sure you have at least one usergoup forbidden from using the system. This is usually the banned usergroup.

2) In ACP->Application Forms->Application Types make sure your usergroup is allowed to view the application type.

3) In ACP->Application Forms->Application Types make sure YOU have enough posts to view the application type.

4) In ACP->Application Forms->Application Positions make sure your usergroup is allowed to view the position.

Thanks. Solved!

wolfman069 07-19-2012 10:33 AM

hello ive installed you product now i got it working fine but im having a problem that i select the app position and click start and it comes up dont have enough post to start it ive set the mini to like 2 posts and i have made over 10+ post and still doesnt work. can you help me out?


All times are GMT. The time now is 02:07 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.01996 seconds
  • Memory Usage 1,858KB
  • 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
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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