Okay, since nobody was interested in porting Darth Cow's default BBCode hack when I asked, I started messing around on my own to make a similar hack, and strangely enough I managed to figure almost everything out, including adding a column for a "Use default BBCode for this post" option in the database. However, now I got an error:
Quote:
Fatal error: Field usedefaultbbcode is not defined in $validfields in class vB_DataManager_Post in \includes\class_dm.php on line 485
|
I opened class_dm.php and searched for "vB_DataManager_Post", but the phrase is not found. Because my PHP knowledge is rather limited, I don't really get the instructions above "vB_DataManager", either. Any help, please?