First and foremost...THANK YOU!!!
*****************************
I'm getting an error when we try to call the search function (as in when we click New Posts)...
Fatal error: Call to undefined function: private_thread_not_allowed() in /.../search.php on line 1823
Same happens in the other instantiation of the function on line 2224. Commented those out for now
****************************
The product doesn't seem to create the 'allowprivate' field...added that manually to the DB and then manually adjusted it as needed for my interim solution
***************************
When I try to edit a thread, I get...
Parse error: parse error, unexpected $ in /.../postings.php on line 2327
In the second portion of code added to postings.php, it's missing the closing } for the if statement
******************************
When I edit a thread that's been private...if I had more than one name saved originally in the allowed/denied list, when it pulls them back in, it only brings back the first name in the list.
|