Search results

  1. H

    Alternative to detail views, is it possible and how?

    When I have a fabrik list, I can click on an element to show up the detail view. When I click on the link the details page appears: A cosmetic question: How can I set the size of this details view popup to a better size, wider and less high? Now the essential question. First, let's...
  2. H

    Fatal error: Class ?ploader' not found

    It is now updated to 3.0.7 and it appears to work. However, is there any easy way to receive the attachments in the confirmation e-mail to a gmail account to enable also VIEW next to download?
  3. H

    Fatal error: Class ?ploader' not found

    Did you test on my site?
  4. H

    Fatal error: Class ?ploader' not found

    I'm using 3.0.6.3, the same as on Github.
  5. H

    Fatal error: Class ?ploader' not found

    What am I doing wrong here? I have a simple form, see http://ppbm7.com/index.php/homepage/submit I want two files to be uploaded with each submission, but it always results in: Fatal error: Class 'uploader' not found in...
  6. H

    How to add a single record to a table?

    This is a pretty simple problem, but the solution is way beyond me, so that is why I posted this question in the hope you can help me solve it. I have a table that looks like this: I have a page the looks like this: When I click on the link in the first column, called Nr. I want a...
  7. H

    How to add a ranking to a list?

    I solved problem 1 by using several steps in MySQL. The first step is to create a new table that contains the ranking numbers, like INSERT INTO newtable (Rank, RankCS6,...) SELECT @rank:=@rank+1 AS Rank, @nr:= CASE WHERE condition THEN @nr+1 ELSE @nr END AS RankCS6.... etc. and then UPDATE...
  8. H

    How to add a ranking to a list?

    I have a database of many benchmark results. See http://ppbm7.com/index.php/results?showall=&start=4 but to make it more complex, see this page as well http://ppbm5.com/DB-PPBM5-2.php WARNING: To access the first page you have to register and login. Basically both pages draw data from the same...
  9. H

    How to adjust detail views?

    I have found the solution to the white space after the labels by decreasing the column width in the template_css.php file in the form/tmpl/default directory, but no solution yet for the line spacing or a predefined size and position.
  10. H

    How to adjust detail views?

    If you go to this page: http://ppbm7.com/index.php/results?showall=&start=5 and scroll down to see the detail view, you can see my problem. There is far too much vertical spacing between the various fields. How can I adjust the vertical spacing in this detail view to fit more data without...
  11. H

    Extracting data from .CSV and importing into mySQL

    Bump. Still struggling with this issue. Can anybody show me an example .php code to achieve this?
  12. H

    How to add a (Re)Captcha element to a form?

    I have a form, see http://ppbm7.com/index.php/submit and I want to add a (Re)Captcha element to this form. The Recaptcha plug-in is installed and works OK as can be seen here: http://ppbm7.com/index.php/login?view=registration How do I do that with fabrik?
  13. H

    Three problems with forms

    No ideas? Bump.
  14. H

    Extracting data from .CSV and importing into mySQL

    Hugh, Thanks for the reply, but take into consideration I'm a complete noob at this. Adding the plug-in, do I have to choose this option: And can you give me an example php code (you said max 10 lines) so if you could help me out with a few lines of code I would appreciate it.
  15. H

    Three problems with forms

    See the image below. fabrik sets the width of text input fields too wide, causing the tip-text to be placed too far to the right. Firebug shows the width is set to 311 px, but it should be far less. See second attachment. Second problem is the error messages you always get on the form, but if...
  16. H

    Extracting data from .CSV and importing into mySQL

    I have a form that attaches a .CSV file. What I need to do on submission of the form is to extract the data from the .CSV file and import those data in the MySQL database, as shown in the screenshot below: The format is static, always 5 numbers, always to the same fields as shown by the...
  17. H

    Why is no receipt sent?

    Great! Such a simple solution (if you know what to look for). Thank you. Next question if I may. Why does this form always come up with error messages for the two upload file fields but if you neglect them and submit/save the form does it always work correctly. The error messages are very...
  18. H

    Why is no receipt sent?

    I have a form here: http://ppbm7.com When completed and saved, I get the notice is has been saved successfully, I get an e-mail confirming the submission, but the sender does not receive his copy. Why and how to correct this? The attached image shows the plug-in activated.
  19. H

    Noob question about form functions

    Red star: Yes and <p>...</p> is automatically inserted and can not be removed. If you disable the wysiwig editor, problem solved. What about the error messages that are displayed when there should not be any error message and why that idiotic 'index.html' insertions in the root of the site...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top