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.
Category Filter
Category Filter
0
This discussion has been closed.
Comments
Also, I'm noticing many add-ons (not just this one) are not inheritting the styles from the panel. Isn't that something which should be easy?
Version 1.1 - 09.03.2007, Jazzman
- Added SessionPostBackKey for Categoryblock ajax page
- Added option to enable auto refresh after (un)checking a checkbox
- Fixed Progress animation
If you want to enable auto refresh, open the default.php file and change the configuration parameter.
If this is true, could it be made to work for visitors who are not logged on, or is this not possible without a session (e.g. you can't block and unblock categories from the categories pane without being logged on).
If not possible, it should not appear when not logged in. Also, it should not appear for pre-category-filtered views of discussions. For this change the following context check at the beginning of the plug-in:
if ( ($Context->SelfUrl == 'index.php') && (ForceIncomingInt( 'CategoryID', 0 ) == 0 ) && $Context->Session->UserID > 0 )