vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - General Application Form 1.1.1 (https://vborg.vbsupport.ru/showthread.php?t=262470)

nhawk 04-21-2011 10:00 PM

General Application Form 1.1.1
 
* General Information *
-----------------------
This mod will no longer be supported.

For an up to date version, see this mod.

https://vborg.vbsupport.ru/showthread.php?t=263944

yahooooh 04-22-2011 10:11 PM

thanks many this will help as copy right application for any company or person to claim againstt thread or images or any thing as complaint

i will test for this
but does it send mail for unregisterd user that we recived his appliccation? and is there ability to using capcta or recaptcha?

Alan_SP 04-22-2011 11:45 PM

Quote:

Originally Posted by yahooooh (Post 2187562)
and is there ability to using capcta or recaptcha?

Yes, if you look at the images, you see option to use it or not.

Alan_SP 04-22-2011 11:52 PM

nhawk, would be possible to have different sets of questions/forms for different positions? As it looks to me from pictures, you can have only one form/set of questions.

Also, I think it would be much better if we could make forms from forum end, not from admincp. In admincp we should decide which usergroups could create forms and which usergroups are allowed to answer the questions. Those who are allowed to create forms for positions should decide which usergroups are allowed to answer for certain forms (choose from usergroups set in admincp) as we may require someone to be in some usergroup already.

AttalaEA 04-23-2011 08:42 AM

Hello

I installed this Mod it is great but it doesn't appear in the community (I Have chosen yes in AdminCP)

bahrainfalcon 04-23-2011 09:38 AM

wow wow great mod
Thanks

nhawk 04-23-2011 10:06 AM

Quote:

Originally Posted by yahooooh (Post 2187562)
thanks many this will help as copy right application for any company or person to claim againstt thread or images or any thing as complaint

i will test for this
but does it send mail for unregisterd user that we recived his appliccation? and is there ability to using capcta or recaptcha?

I posted a fix that allows email from unregistered users this morning. It does not send email to the user at all. It sends to whoever receives the filled out forms.

Yes, the mod uses whatever human verification system you have chosen in Admincp.

nhawk 04-23-2011 10:13 AM

Quote:

Originally Posted by Alan_SP (Post 2187582)
nhawk, would be possible to have different sets of questions/forms for different positions? As it looks to me from pictures, you can have only one form/set of questions.

There is a way to install multiple copies of many mods. I know I've done it in the past. But at this moment it slips my mind how I did it. I'll look into it and post instructions when I can.

Quote:

Originally Posted by Alan_SP (Post 2187582)
Also, I think it would be much better if we could make forms from forum end, not from admincp. In admincp we should decide which usergroups could create forms and which usergroups are allowed to answer the questions. Those who are allowed to create forms for positions should decide which usergroups are allowed to answer for certain forms (choose from usergroups set in admincp) as we may require someone to be in some usergroup already.

Would a Modcp version work for this? I don't think you want regular members posting forms to be filled out by other members do you?

nhawk 04-23-2011 10:14 AM

Quote:

Originally Posted by AttalaEA (Post 2187694)
Hello

I installed this Mod it is great but it doesn't appear in the community (I Have chosen yes in AdminCP)

Check your personal post count. If your post count is lower than what is required to fill out the form, you won't see it in the community menu.

If you want everyone to see the form, set the required post count to zero.

nhawk 04-23-2011 01:40 PM

Quote:

Originally Posted by AttalaEA (Post 2187694)
Hello

I installed this Mod it is great but it doesn't appear in the community (I Have chosen yes in AdminCP)

Fixed the problem.

If you don't want to download the mod again, you can fix it yourself.

In the Admin Panel go to Plugins & Products and Select Plugin Manager.

Look for General Application Form with a hook location of Parse Templates and select Edit.

In the Plugin PHP Code look for this code:
PHP Code:

if (($vbulletin->userinfo['posts'] > $vbulletin->options['genapp_postcount']) && $vbulletin->options['genapp_inmenu']) 


And replace it with this code:
PHP Code:

if (($vbulletin->userinfo['posts'] >= $vbulletin->options['genapp_postcount']) && $vbulletin->options['genapp_inmenu']) 



All times are GMT. The time now is 01:21 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.01118 seconds
  • Memory Usage 1,748KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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