Search results

  1. T

    export csv without column names

    Is there an easy option to export a csv file without the column names (element names) in the first row? Just the data? I only found the options "element name only", "table.element name" oder "element label" but not "no element name" Thomas
  2. T

    Replace a specific char in a string

    I already tried in the Validation section: ________ Action: php published - both - both - Must validate: yes PHP Code: $str = ' '; echo str_replace(' ', '', $str); (I've read somewhere, that <?PHP has to be omitted) Replace ________ But nothing happens when I copy a string with space into...
  3. T

    Replace a specific char in a string

    I am looking for a solution to replace a char (in my case the space) when entering a string in a field . Here's my example: I shift copy a sting like this: AGT TAA CCA ATA TAG In the saved data the spaces should be remove, so this should be in the field after saving the dataset: AGTTAACCAATATAG...
  4. T

    Howto link to a file of a different dataset

    In list blablA, there is a fileupload element to a pdf file: ID1 blabla1 bla1.pdf ID2 blabla2 bla2.pdf ID3 blabla3 bla3.pdf ... Now I have created a second list blabaB, in which there is a datajoin to list blabla: ID1 blob1 blablA___ID1 How...
  5. T

    multiupload ajax problem

    This error is definetly caused by version 3.08. I installed 3.07 over 3.08 and the error is gone.
  6. T

    multiupload ajax problem

    o_O Same problem with me. But just with single file upload. File is 148kb, File size allowed is 64100 kb and in php.ini 60M. Any idea?
  7. T

    Transfer a lsit incl. elements, form etc to a new website

    I want to transfer a list with its form, group and elements to another web. Up to now; i found only the export of a table (or its data) to a csv file, which results in the loss of formatting. Is there a practical way to export the table's format (even without data) to a new joomla web (which...
  8. T

    How to add a link to a server located file

    I have a file upload directory on the server, in which files (e.g. doc-files or pdfs) have been uploded via upload plugin. In a second list, I want to set a link to a specific file in that directory. Any idea, how this could be done? When I use the link plugin, the user has to type in the...
  9. T

    multiple websites on same server - fabrik problems

    Unfortunatelly, it is - addon to my fix proposal I tried a pretty long time, and since I have changed the ID manually, everything works fine. But there is one additional change you have to do, when working with multiple fabrik-containing webs: in phpmyadmin->fabrik_connections go to the...
  10. T

    multiple websites on same server - fabrik problems

    now really SOLVED!!! - FIX included Despite my previous post, the good solution of jfquestiaux does not cover it all. If you do so, lists in the new website will loose their connection to database. SYNTOME: in fabrik->edit list -> right window -> link field (above link to table) is empty...
  11. T

    Could not connection to database cid =

    I have done a clean fabrik 3 install on localhost. Everything works fine. Then I moved the htdocs-directory to my server, imported the sqlfile, changed prefixes (this is necessary since I am planing to use multiple websites) and change the appropiate settings in configuration.php. When I log...
  12. T

    multiple websites on same server - fabrik problems

    SOLVED - ashamed but happy Thank you very much, jfquestiaux! Your first explanation was already more than sufficient. Only problem was my brain failure! So for all people, who not to see the wood for the trees as well, here my additional tip: After adding the new connection you should...
  13. T

    multiple websites on same server - fabrik problems

    Did not work... I changed the date, but still no effect. Maybe there is another workaround? I just tel you, what I want to do: I have a complete website with many fabric tables, which is now the intranet-page of a group. Now I need a copy of this site with a different IP and different...
  14. T

    multiple websites on same server - fabrik problems

    My fabrik website was copied several times (4x) on the same server. All use localhost mySQL database with different joomla prefixes and - sure different IPs. Joomla works fine, but all fabrik entries are stored in the same mysql database, irrespective from the prefix. From...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top