LittleB@
11-11-2007, 03:50 PM
Hi, I made this topic in the General Discussion but figured it might be to much coding for it so I should prolly post it here.
Link to topic: https://vborg.vbsupport.ru/showthread.php?t=162414
As the topic suggests I am looking for a way to Disable Post Flood Check for a specific forum or a specific user group and I do not know where to start looking.
I currently have a hack which gives users a application form - they fill in the form and press submit, now the plugin automatically makes a topic in the (Public)Recruitment Forum so that me and my moderators can keep an open discussion with the applicant - at the same time the hack also posts an identical topic in a (Hidden)Application Forum where me and my modds can talk freely about the applicant.
The problem here is post flood check as for me and my modds we have no problems at all - making test applications we always end up with two new topics exactly where we want them but when users of the Registered Users user group submits the form they only succeed in creating the first topic.
Now I do not want to disable the entire flood check system but rather temporarily grant Registered Users the same privilege as mods/admins or just edit the hack with some simple code line, for example
$floodcheck = "no";
or something like it (please note that I am unaware of where to find this flood check as well as what the real name of the variables are)
As long as I know where to look I guess I could just add a variable on my own and present the flood check with a if-statement like
if($applicationform == "0")
{
- original flood check code
};
so... any1 able to give me directions of where to find the flood check? or in some other way help me solve the problem?
thnx
--------------- Added 11 Nov 2007 at 18:47 ---------------
I might add that I searched all templates with the function to do so but wasnt sure of what to look for =/
oh, and is this the right sub-forum or should I post in the programming discussion?
(if yes, could some1 move my topic to prevent double posting of identical topics? )
Link to topic: https://vborg.vbsupport.ru/showthread.php?t=162414
As the topic suggests I am looking for a way to Disable Post Flood Check for a specific forum or a specific user group and I do not know where to start looking.
I currently have a hack which gives users a application form - they fill in the form and press submit, now the plugin automatically makes a topic in the (Public)Recruitment Forum so that me and my moderators can keep an open discussion with the applicant - at the same time the hack also posts an identical topic in a (Hidden)Application Forum where me and my modds can talk freely about the applicant.
The problem here is post flood check as for me and my modds we have no problems at all - making test applications we always end up with two new topics exactly where we want them but when users of the Registered Users user group submits the form they only succeed in creating the first topic.
Now I do not want to disable the entire flood check system but rather temporarily grant Registered Users the same privilege as mods/admins or just edit the hack with some simple code line, for example
$floodcheck = "no";
or something like it (please note that I am unaware of where to find this flood check as well as what the real name of the variables are)
As long as I know where to look I guess I could just add a variable on my own and present the flood check with a if-statement like
if($applicationform == "0")
{
- original flood check code
};
so... any1 able to give me directions of where to find the flood check? or in some other way help me solve the problem?
thnx
--------------- Added 11 Nov 2007 at 18:47 ---------------
I might add that I searched all templates with the function to do so but wasnt sure of what to look for =/
oh, and is this the right sub-forum or should I post in the programming discussion?
(if yes, could some1 move my topic to prevent double posting of identical topics? )