Recent content by Harm Millaard

  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.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top