Search results

  1. rob

    fabrik 3 moved to github.com

    Hi We've decided to move Fabrik 3's source control repository to github.com. It can now be found at: Please note this has changed - the master repository is not pollen8/fabrik any more but Fabrik/fabrik https://github.com/Fabrik/fabrik There are several advantages to git over svn and github...
  2. rob

    How can I get prefilters to work

    99% of the time, when it appears that prefilters aren't working, the cause will be your misunderstanding of how the prefilter access level works. Prefilter access levels work in the reverse order to how you might expect them to. E.g. setting it to "Super administrator" will apply the...
  3. rob

    What templates/modules/mambots are know NOT to work with Fabrik?

    The following templates/modules/mambots are know to cause issues with Fabrik, generally due to conflicts in javascript libraries administration templates =========================================== * Minted One-Point-Five front end templates =========================================== Older...
  4. rob

    How do I increase PHP's memory size

    If you get a PHP error message of Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 22602 bytes) in /path/to/on/of/my/pages.php on line x " You will need to assign more memory to PHP. To do this you have a couple of methods: Via your php.ini file...
  5. rob

    How do I stop Fabrik altering my database field definitions

    By default Fabrik will alter any element's corresponding database table field to match the data it expects to store. This definition tends to be on the generous side, e.g. all fields are set to VARCHAR(255). If you have some experience in creating databases you may not want Fabrik to alter the...
  6. rob

    Joomfish and Fabrik

    Translation of your fabrik forms and tables is performed with the Joomfish component, which can be found here: http://www.joomfish.net/ Once installed you will then need to install a secondary language of you choice, these can be downloaded from here...
  7. rob

    MOVED: How do i get uploaded images to the Email inbox?

    This topic has been moved to General Discussion. Please read the boards readme before posting http://www.fabrikar.com/forum/index.php?topic=1966.0
  8. rob

    MOVED: How do i show specifik elements from a table

    This topic has been moved to General Discussion. http://www.fabrikar.com/forum/index.php?topic=1962.0
  9. rob

    MOVED: How do i post to com_content with proper ordering

    This topic has been moved to General usage. Please read the "Readme" at the top of a board before posting - thanks Rob http://www.fabrikar.com/forum/index.php?topic=1958.0
  10. rob

    How can I avoid displaying duplicate data in joined tables?

    Lets consider that you have two tables: 1) company id name ----------- 1 fabrik 2 google 2) staff id name company_id ---------------------- 1 rob 1 2 hugh 1 3 Sergi 2 4 bob 1 5 jeff 1 and that your company table contains a left join to the staff table. When viewing the table...
  11. rob

    How to do condition drop-down's that link to a database

    Moving on from the previous faq on conditional drop downs which you can find here: http://fabrikar.com/index.php?option=com_smf&Itemid=9&topic=1858.0 What happens if instead of defining the drop downs in the javascript we want to get the drop down data from a database table? in this example we...
  12. rob

    How do I show/hide groups based on a drop down selection?

    lets say our form has 3 groups - "select a product" , "product1info" and "product2info" In the "product" group we have a "product" drop down with the following values: value label 0 Please select (selected as default) 1 Product 1 2 Product 2 When an option is selected we want to...
  13. rob

    How to do condition drop-down's

    Conditional drop downs are when you select one option in a first drop down list, and this selection alters the options available in a second list. This how to is for Fabrik 1.0.4 + lets say we have 2 drop downs who's ids are "cascadingexample___country" and "cascadingexample___town" -...
  14. rob

    How do I link from one table to another, filtering on a value?

    Subtitle ... Whats the "Tables with database join elements linking to this table" all about? This basically allows you to jump from one table to another table, filtering the data in the second table based on the row selected in the first table. (this is presuming you are working form the...
  15. rob

    How can I ensure users only see records created by themselves?

    In your form add a "username" element, called "username" This element automatically inserts the current user's userid into your form as a hidden field. Now each time you users adds a record, via the form, to the database table, their user id is also recorded. The second thing to do is to edit...
  16. rob

    Experiencing issues with 1.0.3 - READ HERE

    Unfortunately 1.0.3 introduced some new bugs, most of which have been fixed in the SVN for the upcoming release of 1.0.4. Whist we have not fully tested the code for an official release you can download a patch which solves the majority of issues people are experiencing on the forum from here...
  17. rob

    Please read before posting

    If you are having specific problems with fabrik please provide the following information so we can best help you: The version of Fabrik you are using. Your server set up, e.g. php version, mysql version windows/linux Exact description of your form's and table's set up. What you did to produce...
  18. rob

    MOVED: Re: Blank Page

    This topic has been moved to Fabrik 2.0a. http://www.fabrikar.com/forum/index.php?topic=192.0
  19. rob

    MOVED: Joomfish-Support?

    This topic has been moved to Language. http://www.fabrikar.com/forum/index.php?topic=8.0
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top