Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:if ($Context->SelfUrl == "post.php") {
function discussionform_hidecategory($DiscussionForm) {
unset($cs->aOptions[$Configuration['APPLICATION_PATH']]);
}
$Context->AddToDelegate('DiscussionForm','DiscussionForm_PreCategoryRender','discussionform_hidecategory');
}[ln 30] $DatabasePrefix = $Context->Configuration['DATABASE_TABLE_PREFIX'];
$res = mysql_query("DESCRIBE ".$DatabasePrefix."Category Cat_filter", $Context->Database->GetConnection())
// Etc, etc. There are a few spots that hard-code "LUM_"
If you want to use the extension with another theme, you can copy the two php files of this folder to you theme folder.
If this other theme also has modification to these files, you should merge the few lines necessary to the extension.
They are clearly marked by //CategoryRole comments.
1 to 41 of 41