PDA

View Full Version : pre-newthread "release?" screen


sabret00the
12-03-2005, 11:16 PM
is their anyway this can come back before a major upgrade?

it's more or less an
if (in_array($foruminfo['parentid'], explode($vboptions['org_release_cats']))
{
if (!$_REQUEST['do'] == 'proceed')
{
eval(//template crap for quick message, "proceed only if you're going to release a hack
}
else
{
eval(//normal newthread template
}
}
else
{
eval(//normal newthread template
}


it was good in the old vb2 days, i think it'd be good again :)

Brad
12-03-2005, 11:17 PM
This is planned for the vB 3.5 upgrade. :)

sabret00the
12-03-2005, 11:20 PM
This is planned for the vB 3.5 upgrade. :)

Brad you're just code! don't reply so quickly :p

heh i forgot one of the closing brackets for the first condition.