- Posts: 178
- Thank you received: 0
Hi,
ok, I understand know. You need master-detail. For know it is not possible to automate this (you can create manually for each organisation its detail, but this is not good for you).
Since we have received some requests for that we will most likely include master-detail feature in next releases.
Best regards,
Viljem
Please Log in or Create an account to join the conversation.
Viljem,
Do you have an estimate of when this functionality might be available? It would be useful to know so that I can decide how to go about this aspect of my site.
Thank you
David
Please Log in or Create an account to join the conversation.
Not so soon.
Regards,
Tomaž
Please Log in or Create an account to join the conversation.
Tomaž,
As an interim measure to get around this problem, is there any way I can manually set one of the system variables when I load my article? That is, when the article opens, the @user_id is set to a certain value. Each article setting a different value for @user_id. Is that possible?
As an alternative, could I save the article id in with my data and then use the @article_id to filter the records from my time where the article id matches the article_id field in mysql?
With thanks
David
Please Log in or Create an account to join the conversation.
Hello,
the @user_id value depends on the joomla user id. So if you are not logged in @user_id is 0, if you are logged as admin user id is 62 and so on.
The second question - this feature was meant to be used as you described.
Please Log in or Create an account to join the conversation.