• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Create your own UserProfile at Fabrik

  • Views Views: 3,120
  • Last updated Last updated:
  • Introduction
    Fabrik Lists can be created in another database than your joomla_database. And in that case the user-details_table from Joomla cannot be joined inFabrik. It sounds for me more secure to keep the database seperate from your Joomla tables, and if you still want to create a userprofile that is also related to {$my-id} there is a method that I would like to share:

    List - UserProfile
    Create a list with any Elements you want including User-element. Add records with ID-numbers from 1 - 9999.
    After this, set Auto-increment to NO and deny ADD records for that list.
    Create a menu: Fabrik - Form
    Set Row-ID = -1

    Result
    Now you can go to Fabrik -Elements to create your own User-profile details. If people click on your mennu-link they will see their own detail-view profile and for that you can make a template wherein you can make an EDIT button with the URL of the form-view of the user's profile.

    The Elements that Fabrik provides combined with your own PHP-tamplates give much more Options than for example Community Builber.
Back
Top