Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[ADDED] Authoring - Link a user to its items ? 31 Jan 2012 14:59 #1148

I need to link the items with the user who created them, as the owner. Is it possible ?

I tried the Joomla User Data Type, but it's a manual assignment.
And I don't anderstand the View Access Wizard...

Do I missed something ?
Do I need to code that ?
-- BenLeTibétain

Please Log in or Create an account to join the conversation.

Last edit: by benletib.

Authoring - Link a user to its items ? 01 Feb 2012 13:06 #1156

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
The authoring wizard is not available yet
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: Authoring - Link a user to its items ? 01 Feb 2012 13:39 #1160

Ok.

Any suggestion about ressources on how to manage this in my code ?
-- BenLeTibétain

Please Log in or Create an account to join the conversation.

User that loged in to see only info they-submeted 02 Mar 2012 15:21 #1499

I'm trying to have this component to submit personal info and be able to see it.
The problem I have is, any user can see this info. I want it to show user specific. So if Tom is loges in I want him to see only info he submitted.

Please Log in or Create an account to join the conversation.

Last edit: by pavelxp.

Re: User that loged in to see only info they-submeted 04 Mar 2012 10:13 #1504

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
@pavelxp :

Moved in this topic.

This functionality will come as soon as possible because it is one on the most requested feature.

Stay in touch.

TODO :
- Get the user object.

In the view, before the getData()
- $model->addWhere('a.myuser = ' . (int)$user->id)
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: Authoring - Link a user to its items ? 05 Mar 2012 22:34 #1507

Do you need help with testing and developing?

Please Log in or Create an account to join the conversation.

Re: Authoring - Link a user to its items ? 03 Apr 2012 17:50 #1823

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Ready.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: Authoring - Link a user to its items ? 09 May 2012 17:34 #2295

You say it's ready, how do I use it ? Were do I find it or I still have to use manually?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.130 seconds

This is what you call a component builder. I was able to master using this in a very short time and the resulting component works like a charm. Not just a basic component builder but a fully working component builder with forms fields tables all ready to go. You can make the list and item views to display in the front and back end. Also there is a great forum just starting to evolve and I'm sure this will grow very rapidly when you all realise how good this tool is.
Kevin (JED)

         

Get Started