Hello,
I am trying to create a profile page of the current logged in User inside Joomla using Seblod.
1. I have created a "List & Search" form and saved it in an App Folder
2. I have created a text field "network user current" and configured the live value -> Joomla User -> Property: id
3. Will move this field on the "Search Form" to template position "Hidden"
4. When I want to configure this field I am using Storage->Format/Object->Standard->User->???
Now, here is where I am having my issue...
??? should be "id", but I can't pick value from dropdown. When I try to pick the value from dropdown, I am getting modal window saying:
<<< An error has occurred. Table 'xxxxxxx_xx.#__user' doesn't exist SQL=SHOW COLUMNS >>>
I am using a prefix with all Joomla tables "joomla_". Therefore my users table looks like this "joomla_users". Where can I change the settings, so Seblod knows about the naming of my tables?