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.
SimplifiedCategories
SimplifiedCategories
0
This discussion has been closed.
Comments
On this site SimplifiedCategories
Can we get this corrected please?
<?php /* Extension Name: Simplified Categories Extension Url: http://lussumo.com/addons/ Description: Adds a user preference to hide details in the category list. Version: 1.0.0 Author: Jim Wurster Author Url: http://www.jwurster.us/ */
to this<?php /* Extension Name: SimplifiedCategories Extension Url: http://lussumo.com/addons/ Description: Adds a user preference to hide details in the category list. Version: 1.0.1 Author: Jim Wurster Author Url: http://www.jwurster.us/ */
Basically, the "Extension Name:" and the "Version" need to match the add-ons site exactly.
So, I will update it shortly and upload a new version.
Also, it looks like the extension would never work for the sidepanel part since I had commented out the code to allow it to display in the sidepanel. And the included categories.php was the original Vanilla file, not my modified version. Sorry, again. Once you have this file, you can modify it to add or subtract information from the Categories page.
The extension adds user preferences to control the sidepanel display:
- Hide Latest Discussions list
- Sort by latest created discussions (by default sorts by discussions with latest comments)
- Only show discussions I've commented in
By default, the sidepanel info should display (if you un-comment the following lines of code in the default.php file):
// $Head->AddStyleSheet("extensions/SimplifiedCategories/simplifiedcategories.css"); // $ListName = $Context->GetDefinition('SimplifiedCategoryList'); // $Panel->AddList($ListName); // $Panel->AddListItem($ListName, $Discussion->Name, $UnreadUrl, ''); // $Panel->AddListItem($ListName, TimeDiff($Context, $Discussion->DateLastActive, mktime()) . $NewString, $LastUrl, '', 'class="SimplifiedCategoryListTime"');
The information will display in the sidepanel.
So, I apologize for it not being clear how to use this and will try to make better documentation in the future.
I will be uploading version 1.0.2 shortly. I know I've helped a couple of you with this extension, but from what I can remember, I never got a lot of comments that it didn't work. Please correct me if I am wrong.
but thanks anyways jimw