I was wondering if anyone was able to get the vote up/vote down package working in 5.0?
It seems as though there are instructions to do this, but I couldn't get it to work at all- and I think that voting actions is not quite ready for 5.0?
It seems like a great module and I'd like to test it out.
I don't know if it's possible to do something like that.
I'm looking for a way to display all the coments of the website in the forum.
For each node (whatever its type) created in the website, a new topic would be created in the forum and all the node's comments will be stored in that topic.
This was possible with PunBB but with Drupal, I don't know.
I am very new to Drupal programming so excuse me for this probably lame question.
I am working on a module (bibliography) which allow the import of a bibtex (a format for scientific bibliography for LaTeX).
From the import a number of nodes are created. Eache node is of type 'biblio' (a type created by the module).
I have written some code that works with a couple of new index tables I added to the 4.X database that reference node, user, and revision id's (nid, uid, rid). Looking at the 5.X database, I can't find node and revision tables. Lots of page tables though. I've searched for info. on how nodes/revisions are now handled in 5.X, but haven't turned up much. Can anyone point me to where I can learn about this so I can get my code and index tables working with 5.X?