I have a project right now that requires associating authors with their list of articles. Flexi is perfect in every other way.
If Flexiaccess is unavailable to the general public (I think I would be willing to pay $100-200, but I understand that's not a possibility), how hard do you think it would be for me (very basic PHP skills) to create? My thinking for something simple might be:
1) In the template, add a link to the author field posting to a new component with the author name as a url parameter.
2) In the new component, grab the author name from the parameter, create a query, and print
Is that the way you'd do it?
I'd also need to create a couple of custom indexes from flexicontent articles. One would be authors grouped by each letter of the alphabet like:
theoryofcomputing.org/authors/index.html
. For this I am considering using Fabrik, as it allows database joins and a GUI for dummies like me... But I'm not sure if some of the layouts I need would be easy enough to acheive, so would you have some quick advice on the best place to start?
Thanks and let me know if you'd rather I posted this in the support section.