Great idea for a hack!
[high]* Kagemaru installs[/high]
Edit: some problems I've encountered:
Code:
Then FIND:
print_description_row('<label for="rb_itemtype_thread"><input type="radio" name="itemtype" value="thread" id="rb_itemtype_thread"' . $checked['itemtype']['thread'] . " />$vbphrase[post_items_as_threads]</label>", false, 2, 'thead', 'left', 'itemtype');
Add this AFTER:
($hook = vBulletinHook::fetch_hook('zrssposts_admincp')) ? eval($hook) : false;
should actually be "Add BEFORE:" or you get very weird results. =P (at least on 3.7.2)
and in the AdminCP, you have the option:
but no option to sticky the thread.
Also it seems that the first title in the post is cut off (only the description shows). I don't know if that's only in the very first post or if it happens with every new post yet though.