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.
---
Mark, on this install of Vanilla (on lussumo), on the dropdowns for category selection... above the "Stickies" category, there is a "---" marker which is not selectable (see the categories dropdown at the top of the panel to the left, or at the top of form when creating a new discussion). Is this hardcoded, or an extension not on the installed extensions list, or some feature I didn't know about?
edit: seems to have an ID of -1, *tries adding a category with ID -1 to his local install*
Adam.
edit: seems to have an ID of -1, *tries adding a category with ID -1 to his local install*
Adam.
0
This discussion has been closed.
Comments
*adjusts goggles
Adam.
edit: must be a hack of some sort, http://lussumo.com/community/?CategoryID=-1 that is the --- category on this forum, you can see it puts the Categories dropdown to have the --- selected on the left. I can reproduce on my forum, that by setting a category to have an id of -1, it will not display a page like the link I just provided on this forum... so I imagine this vanilla just has some code to tell the drop down that it should not let it be selectable.
In the Category Jumper extension, it's called in default.php on line 47:
$Select->AddOption('-1', '---', " disabled=\"true\"");
As well as in library/Vanilla/Vanilla.Control.(Comment|Discussion)Form.php.
*ponder ponder ponder*
Thanks for pointing me at the code, bshultz.
Adam.
Adam.