Results 1 to 7 of 7

Thread: catalog_ext + form genertator

  1. #1
    New user
    Join Date
    02-04-10.
    Posts
    12

    Default catalog_ext + form genertator

    Hi,
    Is it possible to add itmes to catalog via form on www by typical user ?

    Use storage data in fg ?
    same columns names ?
    Anyone know best pratice to do this quest

    user fill form > data to databse catalog_ext > data is visible on www

    beste regards

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: catalog_ext + form genertator

    You can simply use the standard FORM generator and select it to store to the table. You can also use extensions to create drop-downs from the tl_taxonomy, or simply enter the values manually. You have to remember to store the pid=catalogID number

  3. #3
    New user
    Join Date
    02-04-10.
    Posts
    12

    Default Re: catalog_ext + form genertator

    Thanks looks good.

    but one thing :

    i use efg (extended form generator) with tl_taxnomy.
    In Taxonomy i got 2 terms and sub-terms

    in efg i ve select tl_taxnomy.name i dont have any chance to select only 1 of my terms.
    In fact this select is mixed of two terms.


    How can I bulid select menu(db) whit single term from taxnomy ?

  4. #4
    New user
    Join Date
    02-04-10.
    Posts
    12

    Default Re: catalog_ext + form genertator

    Another thing i hope this is my mistake not problem with tl.

    What i've done:
    use FORM to add items to catalog.

    working but..
    pictures upload to server
    on tl panel when click catalog and refreshing see new items adding.
    when i try to manage items them gone, and have clear page.
    no new items on page

    where i made mistake ?

  5. #5
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: catalog_ext + form genertator

    remember I said you have to add a hidden FORM variable called pid and it must contain the value of your catalog ID. without this, the catalog manager, detects that items without a parent are illegal and then immediately deletes them. This is standard DB protection in TL, to prevent unknown parent items in the table.

  6. #6
    New user
    Join Date
    02-04-10.
    Posts
    12

    Default Re: catalog_ext + form genertator

    Ok works fine now, thanks a lot.

    Only the taxonomy and efg problem (eariler question in this topic).
    Maybe this is connect, with efg module so should be moved by admin to efg module sub-forum.

    best regards

  7. #7
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: catalog_ext + form genertator

    Admin's can move replies to another forum, only topics (top levels). So you'll have to add a new topic to efg.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •