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.
Discussion Overview 1.0
Displays last discussions for each category in an overview kinda way
Download: Discussion Overview 1.0
Default it shows the overview instead of the normal discussion grid. However, you can change the configuration to display it in a seperate tab.
Thanks to lipa for the idea
Download: Discussion Overview 1.0
Default it shows the overview instead of the normal discussion grid. However, you can change the configuration to display it in a seperate tab.
Thanks to lipa for the idea
0
This discussion has been closed.
Comments
However, how can we display it in its own tab? I didn't see any special settings in the admin panel.
Just open the default.php and change:
$Context->Configuration['DISCUSSIONOVERVIEW_SHOW_AS_TAB'] = '0';
to:
$Context->Configuration['DISCUSSIONOVERVIEW_SHOW_AS_TAB'] = '1';
(on line 12)
2. And maybe adding an ajax-expandable button would be possible? :]
3. How to make the info about comments-count, last-active, new-comments etc. float to the right?
2) Would be nice... I'll look into it
3) Dunno... I've played with the CSS but couldn't get it done :P Maybe some CSS expert can take a look?
2. A button expanding those last 10 discussions (hope you understood it that way, cuz I don't know if I was clear enough)
3. This should do the trick:
#Discussions { text-align: right; } .DiscussionTopic, .DiscussionType { float: left; }
;-)
and...
4. I'm seeing great potential here :] so I'd like to exchange the "Categories" page with this layout and make it the default page... possible?
Show Overview as Default
That should be possible and should be less work shouldnt it? Hopefully I'm not wrong.. Would keep quite a few people happy though I think cause then they can run it per user...
Fatal error: Call to a member function on a non-object in ..\extensions\DiscussionOverview\default.php on line 18
I can't get the tab thing working though, if I set the 0 to 1 the extension just stops working, putting the 0 back fixes it.
In any case, I love it the way it is, thanks dude.
I'll see if I can fix the issues this weekend.