Thanks.
They are in one forum ( Forum ID 101 in this case) but if I'm going to create this script then I'll try and make it generic enough so that others who may need it can use it.
The mod adds the field "enable_recipe" in the forum table. "0" if it's not active, "1" if it is. If searching for this flag is just as easy as hardcoding the forum ID then I'll try the latter.
The Mod adds the following fields into the thread table:
recipe_time
recipe_description
recipe_prep
recipe_difficult
recipe_ingrediants
recipe_size
recipe_steps
recipe_description is the only mandatory field so if that field is blank then the thread isn't one created by the mod.
When it comes to coding, I'm good at modifying, hacking at someone elses work. Starting from scratch has always been beyond me (or my level of confidence at least)
|