Quote:
Originally Posted by s810car
maybe i totally missed it, but I'm trying to incorporate the prefixids to assign to new threads, I can't figure out how to set this when creating the new thread. Is it just something I can add to the process/submit hook, or am I missing something totally?
AWESOME work on this btw, It has allowed me to do some special applications I've been scratching my head about for almost a year  Nominated for sure!
|
Find in plugin:
Easy Forms Part 1
PHP Code:
$newpost['title'] =& $threadtitle;
Add Below:
PHP Code:
$newpost['prefixid'] =& '';
You'll need to specify the prefixid in the single quotes