Search results

  1. Kant

    problem loading a visualization (googlemap) in a list view

    Hello I have a problem loading a visualization (googlemap) in a list view. The following has been added to the intro of the list: {fabrik view=visualization id=2} A viz_2.js was also created to update the filter for the maps. I see the following error in the console Uncaught ReferenceError...
  2. Kant

    repeating group - Read the foreign key before saving

    Hi, I have a join from a list to a repeat list. I need to limit the data in a dbjoin element in the repeat group. To get this data-where selection, I need the foreign key (verein_id) before saving the repeating group. Is there a way to determine this before? regards Oliver
  3. Kant

    php code Join three list

    My apprenticeship in php sql continues and I would be glad about some help. I need the data as follows: The data is searched from the element 'vorname' in the list 'benutzer'. leftjoin vermietung 'fahrzeug_id' to fahrzeug'id' leftjoin fahrzeug 'beauftragter_id to benutzer 'id' $mydb =...
  4. Kant

    show pictures

    I want to display the pictures from another list. Which element plugin can you use for this? With the Calc element plugin the filename is shown to me. I use the following code for the query: $mydb = FabrikWorker::getDbo(false, 3); $myQuery = $mydb->getQuery(true)...
  5. Kant

    Unknown column 'beauftragter_id' in 'field list'

    Hello, I get the above error message and am not sure if I created a wrong join. http://prntscr.com/irk14i http://prntscr.com/irjxsx http://prntscr.com/irjzie http://prntscr.com/irjzuj http://prntscr.com/irk73w...
  6. Kant

    PHP Code create to radiobutton

    I want a php query for a radiabutton. Unfortunately, I only get the numerical value $db = FabrikWorker::getDbo(false, 3); $query = $db->getQuery(true); $query->select('vorhanden')->from('benutzer_daten')->where('user_id = ' . JFactory::getUser()->get('id')); $db->setQuery($query); return...
  7. Kant

    cross joining.

    Hi I also have the error message according to this link http://fabrikar.com/forums/index.php?threads/fabrik-element-user-plugin-might-be-broken.48417/#post-252396 How far are there problems if all fabrik applications are on a database? regards Oliver
  8. Kant

    Form integration of user data

    Hello, I have an understanding problem. I want to create a form that should be filled out by registered users. This record is generated including the user ID. So far, so good. My problem is how to map the user record to the corresponding user_ID. If it was a selection, it could be added via a...
  9. Kant

    Warnung JUser: :_load: Fehler beim Laden des Benutzers mit der ID: 2

    Hello, Have an register form integrated. If the form is to be viewed or edited again, the above warning appears. It this a problem with the plugin element password. Where can I search? http://www.jsa.seglerjugend.berlin regards Oliver
  10. Kant

    Problem filter area German number format

    Hello I calculate a proportion with the calc plugin as follows: $myCalc = (int)'{mitglieder___Jugendmitglieder_0_6}' + '{mitglieder___Jugendmitglieder_7_14}' + '{mitglieder___Jugendmitglieder_15_18}'; $myCalc2 = (int)$myCalc / '{mitglieder___Mitglieder}' * 100; return number_format($myCalc2...
  11. Kant

    Tables calculation total

    Is there a way to do your own calculation in the table evaluation (number, sum, average, etc.)? I want to calculate a percentage. sum Column1 / sum Column2 * 100 regards Oliver
  12. Kant

    Filter setting

    I would like to create an annual overview of activities and persons. When opening the site, only the records of the current year should be displayed - not all. If the filter is used, you can choose between the years. How is a preselection made on first view taken? A pre filter completely...
  13. Kant

    Problems with form input

    Hello I have created a form for registering an event. Here the corresponding link: https://www.seglerjugend.berlin/segeln/segeln-1/news/veranstaltungen/veranstaltungen/187-jugendseglertag-berlin-2 Unfortunately, I have received feedback from various users that the form did not work for you. I...
  14. Kant

    Understanding problem with repeating groups

    Hello, I would like to use a repeating group. In this group will be a selection about databasejoin. The parts of the related data should be published in the respective repeat group. I can do that in a simple group, but not in a repeating group. I get the following error message Unknown column...
  15. Kant

    Content Plugin

    Hello, I have an understanding problem with integrating content. The task is to present a registration. For this a form should be opened and under it the list of the registered ones should be displayed. 1. I'm not sure if I put a form in a list or a list in a form? 2. Where do I insert the code...
  16. Kant

    Integration of an existing table in datebasejoin checkbox

    Hello, I would like to integrate an existing database into the fabrik. At the moment I am only attached to the sorting function. This should add an individual sort code to the addresses I showed the structure here: http://prntscr.com/hfs6qb In sort_map the element sortier_id is executed as...
  17. Kant

    databasejoin - also view from another table?

    I have an "address" table which has a join with an "vereine" table. I would now like to create a Datebasejoin in a forms, which displays firstname, lastname, Vereine I tried the following without success: {thistable}.`nachname`, ', ', {thistable}.`vorname`, ' - ', {table_vereine}.abk...
  18. Kant

    Calculation function of elements with filter

    Hi, I have the problem that when calculating the number of participants is not considered the selection. Neither at the number of the event, at the sum or at the participants at count. https://www.seglerjugend.berlin/segeln/segeln-1/jugendklassen/jugendregatten regards, Oliver
  19. Kant

    Problem with send button

    hi, I have problems with the databasejoin elements with the add-function. If you try to add a variable in the backend, only the process is displayed after saving. The storage finds no end. In the frontend you can not see any process. This is also independent whether mediabox or slimbox. This is...
  20. Kant

    databasejoin or concat label problem

    Hi when I insert a or concat label, I get a 500 error message (incorrect query). You can swap the label variant, but it is not possible to display two label. labeling: name or concat label: abk, name About Help I would be happy. regards Oliver
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top