Recent content by robermaest

  1. robermaest

    How change value of yesno element with calc element?

    Greetings. Someone tell me how to change the value of a yesno element from another element calculation?
  2. robermaest

    BUG: Javascript in Element checkbox, code wiki don't working

    I have a field databasejoin - checkbox, and I want to retrieve the values ??of the checked items. The offer in javascript code does not work. var el = Fabrik.blocks.form_X.formElements.get('tablename___elementname'); el should be an array with the values ??checked? How could I get that array...
  3. robermaest

    CCD don't working after update 3.0.7

    Hi, I upgraded to version 3.0.7 and have broken the CCD. Now you are thinking all the time to fill in the data and locks the page. I need an urgent solution, since I updated to make it work the fileupload plugin!
  4. robermaest

    BUG: Javascript in Element checkbox, code wiki don't working

    This code posted in the wiki does not work. Is tested? Limit the number of responses Suppose you have a checkbox element with 8 possible boxes to check but you want your users to only choose a maximum of 3 responses. To acheive that, you can paste the following code in the code field...
  5. robermaest

    Calc with elementes databasejoin-checkbox

    Friendly bump :-) PD: In the previous post, of course, I mean a checkbox selected, but in $data is null, as it is not already selected (although there are actually two).
  6. robermaest

    Content plugin doesn't filter data

    Hi, Happens to me as well, with [rowid] yes it works, but with [tablename___fieldname] does not work. Any idea?
  7. robermaest

    One to Many relationships - tut 8 don't working.

    Hi, Here are the settings, you need something else? The fact is that if two tables created from fabrik does work, but if these tables already exist in the database no.
  8. robermaest

    One to Many relationships - tut 8 don't working.

    hello, I'm trying to make a One to Many relationships, as shown in the tutorial 8. The only difference is that the tables are tables that already exist in the database. The problem is that in "form" can not see the join table.
  9. robermaest

    Calc with elementes databasejoin-checkbox

    Hello, I tried what you say and still not working! In this array does not contain that information. I tested this code, to see "Online" containing $ data, with the following code: if ({___solapa_raw} == 1) { echo '<pre>'; print_r ($ data); echo '</ pre>'; exit; } return 1; The result is...
  10. robermaest

    Calc with elementes databasejoin-checkbox

    Hello, the result is: array(63) { ["option"]=> string(10) "com_fabrik" ["view"]=> string(4) "form" ["formid"]=> string(2) "28" ["Itemid"]=> string(3) "489" ["lang"]=> string(2) "es" ["e57c48740e0807334fada676b816334a"]=> string(5) "es-ES" ["__utma"]=> string(54)...
  11. robermaest

    Calc with elementes databasejoin-checkbox

    Friendly bump :-)
  12. robermaest

    Calc with elementes databasejoin-checkbox

    Hi, I tried this code also states that php plugin is for forms, but it seems that the variable $formModel does not exist at the time of calculating the field. $regions = $formModel->_data['join'][6]['countries___regions'] // for getTopContent, getBottomContent, getEndContent - full element...
  13. robermaest

    Calc with elementes databasejoin-checkbox

    In case you can help, here a screenshot of the item in debug mode. ------------------------------------------------------------------------------ Por si puede servir de ayuda, aqu? un pantallazo del elemento en modo debug.
  14. robermaest

    Calc with elementes databasejoin-checkbox

    hi Peter_S, thanks for your reply, but what I need is calculated from the packs they have selected the total price. From the id's of the packs, look into database and retrieve the price of each pack and then do the sum (this is the calculated field). The field where I have the packs is...
  15. robermaest

    Calc with elementes databasejoin-checkbox

    Hi, To calculate the value of a field need to know how to retrieve the selected items in the {___packs}. This element is of type databasejoin - checkbox. Putting {___packs} returns nothing, and if I put either {join___52____repeat_packs_papel___packs_papel} returns me nothing :( Anyone have any...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top