Search:

Type: Posts; User: billh

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,581

    Re: Too few arguments to build the query string

    I would also check that your database template has not been corrupted on generation. For some reason I have had periodic problems with BackupDB when generating a template (or the ful sql file) - it...
  2. Re: Group option for radio buttons and checkboxes in form ge

    SuperMatz - not that this really helps, but I think I asked that same question a while back (in the old forum) - see the answer from Tom... http://www.typolight.org/forum/message/74339.html
    Bill
  3. Thread: Disable field

    by billh
    Replies
    6
    Views
    2,441

    Re: Disable field

    Sorry to go on about this, but I would be grateful if someone could comment/put me straight on the this issue.

    I did notice that the first function in the ...\frontend\FormTextField.php module...
  4. Thread: Disable field

    by billh
    Replies
    6
    Views
    2,441

    Re: Disable field

    OK.. i'm getting closer - it DOES work but for the BE only - so the question is, how do I get this field to be disabled/readonly in the FE?
  5. Thread: Disable field

    by billh
    Replies
    6
    Views
    2,441

    Re: Disable field

    Yes.. could someone explain (using TL2.8) how exactly to set a text field in an efg form to be either 'disabled' or 'readonly'.
    Follwing other posts e.g....
  6. Re: How to mailto: using a image in a (efg) form listing? Solved

    A (non-ideal) solution as follows:
    In the "replaceInsertTags" function in Controll.php I added the following case statement after the 'email' one


    case 'emailxx':
    if (strlen($elements[1]))
    ...
  7. Re: How to mailto: using a image in a (efg) form listing? Solved

    I came up with a solution - not pretty/ideal as it involves adding a case statement to the core (Controller.php) but it seems to work (there is probably a better way of doing it). Can explain to...
  8. Replies
    35
    Views
    10,046

    Re: TYPOlight Meetings in London

    If I can, I will try and make it as well! Any dates/times being considered yet?
  9. How to mailto: using a image in a (efg) form listing? Solved

    I have a (members only) efg form listing with a email address as one of the fields. I would like to use an image link to trigger the email.

    If is use the form field contents I get the encrypted...
  10. Replies
    0
    Views
    713

    [BackupDB] issue with "\n"

    I have just use BackupDB ver 1.0.3 to 'Create website-template' (using a Typo 2.7.2 install) on a live site and transferred to a local site. Unfortunately the local site now has "\n" appearing all...
  11. Replies
    0
    Views
    1,218

    Conditional form submit/list query

    I have the following page struture:
    - Information (text + file downloads etc)
    - efg form (page title as hidden field for id)
    - efg form list (selected on hidden field)

    When a user fills in and...
Results 1 to 11 of 11