Active
Project:
Advanced Forum
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2012 at 13:18 UTC
Updated:
17 Oct 2012 at 20:51 UTC
Jump to comment: Most recent file
It might be a good idea to wait with this until Views gets into core, but I took a look at some of what is necessary to get Advanced Forum running on a fresh 8.x site with Views 8.x-3.x.
Probably not complete by far, but the changes in this patch made at least the main page and an empty forum load without error after enabling the module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1815424-2-advanced_forum-d8.patch | 173.25 KB | cburschka |
| advanced_forum_d8.patch | 170.26 KB | cburschka |
Comments
Comment #1
cburschkaOops. Far from working state - the seeming success came from accidentally disabling the broken module.
This revision actually displays a (non-empty) forum overview, properly generates a title and assigns fora to their respective containers.
However, it can't display a forum: The view isn't available. It's right there in the config/*.yml files; not sure how to register it with the Views module.
(I failed at adjusting the "fake node" trick in the theme preprocessor to the new entity system. Best I could do was to just load it, possibly hitting performance.)