Search:

Type: Posts; User: raycastle

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,739

    Re: how to override extend function in Widget

    I guess I didn't make this clear.

    I am using the titles so that I can add tooltips to my form fields. It is a stylistic preference--I couldn't get the Explanations to look the way I wanted them to...
  2. Replies
    3
    Views
    1,739

    how to override extend function in Widget

    I want to add the "title" attribute to my form fields. I was able to add a title field to the tl_form_field table and to the DCA. I was able to get it to show up in my html by adding

    case...
  3. Re: processFormData Hook to Add Values to Database Post

    This seems to have done the trick:

    $this->import('Database');

    Thank you so much!
  4. Re: processFormData Hook to Add Values to Database Post

    When I try to run that hook, I get:

    "Fatal error: Call to a member function prepare() on a non-object in myHook.php" on the line that starts

    $this->Database->prepare("UPDATE myTable...
    ...
  5. Workaround for this problem?

    This problem seems to be more complicated than I expected.

    I am looking for a way to use a front end form to gather data, and then I want to process that data using some simple functions to add...
  6. processFormData Hook to Add Values to Database Post

    I'll admit that I'm a bit over my head here. I'm picking up the PHP on the fly, but still pretty clueless.

    I have set up a form for user input, and I have set up functions to manipulate those...
  7. Replies
    4
    Views
    1,099

    Re: Only the First Page Works

    I hadn't renamed ._htaccess. It seems to be working now. I figured it was something simple.

    Thanks.
  8. Replies
    4
    Views
    1,099

    Re: Only the First Page Works

    All of the pages are regular and they are all published.
  9. Replies
    4
    Views
    1,099

    Only the First Page Works

    I have set up my site structure with several pages, all based around the same basic layout, but when I go to the website, only the first page is available. The rest come back with a 404 Error. The...
Results 1 to 9 of 9