Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Subcategories?
This discussion has been closed.
Comments
if(preg_match("/^(.+)-(.+)/smiU",$Category->Name,$match)) { $DisplayCat = $match[2]; $Class = "SubCategory"; } else { $DisplayCat = $Category->Name; $Class = "Category"; $PrevCat = $Category->Name; }
#^(.+)-(.+)$#
If I can rouse him, I'll get the code and start working on this myself since I want the feature. Otherwise, I'll start from scratch to do it.