Closed (won't fix)
Project:
Tribune
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2009 at 18:41 UTC
Updated:
28 Dec 2012 at 13:16 UTC
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
Comment #1
SeeSchloss commentedYeah, that's a good idea, I'll do that, and then attaching tribunes to users will be possible.
Comment #2
SeeSchloss commentedI 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.