Hi there,

Looking at the module, I noticed that the node_id is used as the tribune id during all transactions etc.

It all works well, but ot complicated adding tribunes of different kinds, eg tribunes for users or tribunes for privatemsg.

Could it be possible to abstract the tribunes so that there is a sequential tribune_id mapped to a node id in a separate table (tribune_nodes)? that way other modules could create new tribunes that are not linked to nodes.

Comments

SeeSchloss’s picture

Yeah, that's a good idea, I'll do that, and then attaching tribunes to users will be possible.

SeeSchloss’s picture

Status: Active » Closed (won't fix)

I took another route on 7.x, and tribunes are and will only be nodes.
Another module should be used if you want to associate nodes to users.