Search results

  1. M

    Doubt in calc element functionallity and sef slug

    Hi, I added a calc element (named userslug) to my table that returns a concatenation of two fields and it is used as a sef slug for sh404sef. Data is correctly shown in list view but the details link is almost empty. It has only the website url plus the table name for all records. I...
  2. M

    Cannot make Search All work

    Hi, I don't figure how to do "Search All" items work. I have Search All enabled in a list and do a search typing the value of a record's field element that is visible in the list view. But always I get "No elements set to be included in search all". Element type is "field", incl. in adv...
  3. M

    inc_in_search_all field deprecated?

    Hi, The "inc_in_search_all" field in element.xml is commented by some reason? Regards, Mauro.
  4. M

    Edit icon not appearing in 3.0.7

    Hi, I have some list where edit & delete access are set to special users and an userid field but the edit/delete icons doesn't appear on list view. If I log as standard user and go to a fabrik record in detail view (in frontend) and then I change the url to show the form edit view, it works...
  5. M

    Problem with standard Joomla search box

    Hi, I have two issues I cannot resolve. First: I enabled Joomla search on a list using the same field (name) as the search item and description. When I do a search, fabrik throws the first 5 records (alphabetically orderded) from the list/table no matter if the record contains or not the query...
  6. M

    Fix for tips in details view

    Hi, The question mark is shown in details view also if the "show in details view" is set to "no". I fixed my local copy changing components/com_fabrik/models/element.php in line 954: if ($rollOver) to if ($rollOver && $this->_editable) Regards, Mauro.
  7. M

    Remove XTD buttons

    Hi, This joomla 2.5 plugin removes the XTD buttons (read-more, image and page-break) from the WYSIWYG editor. Some times these buttons are useless because in a textarea element usually we don't need a "page-break" action. Feedback is welcome. Regards, Mauro.
  8. M

    IsNumeric validation not updated for latin numbers

    Hi, I want to inform that I have the same problem than here. I did the fix replacing: return is_numeric($data); with return is_numeric($element->unNumberFormat($data)); and it works but Fabrik 3.0's Git is not updated. Regards, Mauro.
  9. M

    databasejoin and multiselect dropdown issue

    Hi, I have a table named "Profesionales" with a field named "Tipo" which is a multiselect dropdown databasejoin field that links with table "Profesionales_categorias", field "id". I want to add a "fabrik list" menu item that lists only those records where "Tipo" = 2 were selected so I add...
  10. M

    Suggestion: Little change in validation plugins

    Hi, I see that many validation plugins starts with a code like this: if (is_array($data)) { $data = implode('', $data); } The problem with this approach is that, in multiple selection items, $data is joined in a single string, and is it almost impossible separate each item to...
  11. M

    Databasejoin and show/hide another element

    Hi, I have a multiple-select databasejoin element named "A". Users can check opt1, opt2 and/or opt3. Internal id values of opt1,opt2 & opt3 are 1,2 & 3 in the joined table. I want to show another element named "B" only when opt3 is checked (and hide it upon uncheck) no matters if opt1/opt2...
  12. M

    PHP List events [custom plugin]

    Hi, In order to assist my customization in a site I build this list plugin. The idea is to allow to execute php code on almost any callback. You can add, for e.g., code to be executed on the onMakeFilters callback. The $model parameter that the callback uses is passed to the evaluated...
  13. M

    Hidden filters

    Hi, I want to add an alphabetical filter to my list but instead of using the code here, I want to add a hidden filter for the name field and, when I click a letter, that field is filled and the form submitted. Also final url will be nicer than putting a big querystring. Is it possible to...
  14. M

    Input trimming

    Hi, I have a form with some inputs like name and address. I want to trim text spaces before validating the field but I don't know where to do that and how. I was thinking in a custom PHP form plugin but is there a way to interate thru all input fields without doing the classic...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top