6.x good enough? Also changing top term, and a bug in breadcrumbs code.
| Project: | Acidfree Albums |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I have been testing the Acidfree 6.x dev version, and at least for a few things I tried (brief browsing, new album creation, adding an image) it works fine - so I think I'll upgrade my main site soon! Fingers crossed!!!
To get good pathauto aliases, I changed the name of the top term in Acidfree Albums vocabulary (at this page content/taxonomy) from "Acidfree Albums" to just "Albums".
Now I can use [catpath-raw] or [termpath-raw] to get aliases like albums/name/name which looks much better. I think the code should all be fine with this, no hiccups yet.
Finally - there seems to be bug in the breadcrumbs display code.
Line 2162 in _acidfree_get_ancestors now says:
$tid = 1; // $parent->tid
But it should probably read:
$tid = $parent->tid;
With the above change, breadcrumbs are back to working, so going with it!

#1
I would like to use acidfree as it has the exact feature i need, wich is a per user albums. Is this stable enough for this feature? I dont need to set up the other features right now and can wait until its an official release to do more advanced stuff with it. My site is still in the works so i only need the proof of concept at the moment and to just get it to work. i will then work on other things.
Also if it is known, if there is a general ETA for a 6.x release, if unknown then i will be willing to wait for the release
#2
I have tested the above changes. It fixed bread crumbs for me.