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.
Adding optgroup labels to Category Jumper Extension?
Hi, I'm almost done with my forum and am doing a few finishing touches (have been able to bump around some modifications with basic html and php) but I'm just totally lost with this extension and how it is building the select list.
As it loops down the list of categories, I'd like to just say (psuedocode)
if (categoryid == aNumber)
{
insert a certain optgroup label here
}
Ordering the discussions is not an issue, if I order them up right they can be somewhat categorized, but I just don't know how to mod this to insert them.
Any suggestions?
0
This discussion has been closed.