Are there any kind of tutorials available for Aggregator 2? I may be having a bit of a thick day, but at the moment, I can't get it to do some of the[i] simpler [/i]tasks that the old Aggregator module does.
E.g. What if I don't want to show things according to category, I just want to show all feed items (as anabaptist.co.uk/aggregator does)?
Does it work as well with the Category module as with simple Taxonomy?
I started doing an image gallery port for use with categories when halfway through I started looking at the views module code and realise it would be much easier to add it as a display format for views, therefore being of benifit to anyone who uses views OR the category module (which in turn can use views).
The theme function that generates the teasers in a gallery format is pretty much a straight copy of the existing image code, stripping out the breadcrumb and category link code and using $output instead of $content.
Has anyone written (or is it even possible) an action for the Actions module that does this?
Say: if a user has signed up and logged in. They then publish a new Organic Group node (a new "group"). I need the system to then change their role from just Authenticated User to a new "Group Leader" role.
I'm just clueless as to even how to start trying to write something like this. I can putz around with PHP code, but I'm far from being a coder.