Search:

Type: Posts; User: Tizianol8

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,185

    Call "add to cart" button in ajax

    Hi to all!
    Sorry for my newby question...

    I have isotope correctly installed on my server, and all works fine...
    There is a way to call "add to cart" in ajax? For example, in jquery, i want...
  2. Replies
    1
    Views
    1,701

    Re: Isotope and IE (problem)

    Ok, i found the problem.

    I customize php template "list product" and i set the input type "image" instead of submit, and IE not pass correctly the variable to the backend php.

    Change type of...
  3. Replies
    1
    Views
    1,701

    Isotope and IE (problem)

    Hi boys!

    Thanks for that great extension!!!!

    I have a little problem, i create one page with some product and a simple cart. (in the same page)
    When i add to the cart one product, this appear...
  4. Replies
    1
    Views
    803

    Statistic in the backend

    Hi to all!
    A little question please, i want to view in the backend a simple statistic table (like visit and click of the site, nothing else).
    There is an extension or something else that do this?
    ...
  5. Replies
    1
    Views
    1,064

    Using executePostActions

    Boys...

    I Know that my questions are very newby but i love typolight and i want to learn how to use it.
    Bann me if you want... :)

    So, i want to use the "executePostActions" hook, this...
  6. Replies
    4
    Views
    1,990

    Re: using replaceInsertTag hook

    One possible workaround is to get alias from url, by getting Environment vars of te System Object (so my class must extends System Class), and then by Database class (imported from System) retrive...
  7. Replies
    4
    Views
    1,990

    Re: using replaceInsertTag hook

    I can create a class that extends System or Controller, but i can't access to efg details array...
    Or i don't know how to do that...
  8. Replies
    4
    Views
    1,990

    Re: using replaceInsertTag hook

    Thanks for the answer Leo..

    But if i put my my replaceInsertTags hook in Controller.php how can i access to "efg data details" that users select, in order to substitute {{form::title}} insert tags...
  9. Replies
    4
    Views
    1,990

    using replaceInsertTag hook

    A little question:

    My target is to add to efg extension one tag per field that i define in my Form.
    For example, i create my "book" form, with two fields: Title and Genre, and i store data in...
  10. Replies
    0
    Views
    1,071

    Using tags in "listing form data"

    Hi to all...

    I create a simple form with efg, and i store my data in form data table.
    Is it possible, in detail page, using insert tags to display form data value in other page section, like META...
  11. Replies
    3
    Views
    3,754

    Re: unique values in formdata

    Probably one solution is to add a hook function in config.php of the efg module.
    validateForm hook for example that pass the Widget to the callback function...

    I try it but i still have some...
  12. Replies
    3
    Views
    3,754

    Re: unique values in formdata

    Hi boys...

    I have the same request... I create a form [by efg], with one field that must be unique in my formdata table.
    There is a way to do it?



    Thenks!
    Tiziano.
  13. Replies
    7
    Views
    2,414

    Re: Custom registration form

    Thanks... I tryed to replace my "member_default.tpl" with my personal code (with some php because in the DCA there aren't single fields without html table tag), but the validation method don't work...
  14. Replies
    7
    Views
    2,414

    Re: Custom registration form

    Probably you're using a different version of typolight.
    In my module [type: Registration], i can't see, under "template settings" any checkbox, only one combobox [where you can set your template...
  15. Replies
    7
    Views
    2,414

    Re: Custom registration form

    Thanks a lot for the answers...
    The problem is that i can't see the choose "tableless layout"...
    I'm not creating a form in Form Generator, i'm using Module "registration" and the form associated...
  16. Replies
    7
    Views
    2,414

    Re: Custom registration form

    I could, for example, edit file member_default.tpl, and write, instead of:

    <?php echo $this->fields; ?>
    write the output html code:

    ...
    <tr class="row_0 row_first even">
    <td...
  17. Replies
    7
    Views
    2,414

    Custom registration form

    Hi to all, i hope this is not a newby question..

    If i want to customize my registration form (for example create a one column form, instead of two column), where i can do this?

    Please help me,...
  18. Replies
    2
    Views
    1,513

    Re: Details on new page

    No, it's not true.... :(...
  19. Replies
    2
    Views
    1,513

    Re: Details on new page

    Ok, i found one solution that works fine.
    I change list template and i create ad hoc detail links, that point to my other page. Obviously in it i have the "listing form"...
  20. Replies
    2
    Views
    1,513

    Details on new page

    Hi to all!

    I create in the "form generator" a form that store 5 field in form data table.
    So, in module i create a "form data listing" in order to show all database entry.

    In fact now, there...
  21. Replies
    2
    Views
    1,025

    Re: DfGallery and image description

    Nobody know how to solve it?
  22. Replies
    2
    Views
    1,025

    DfGallery and image description

    Hi to all.
    In my site i'm using dfGallery (2.0), and i want to show, for each image, a little description.
    Where i can put this info? It's not like "Gallery", where i must create a file with name...
  23. Replies
    2
    Views
    1,169

    Re: Menu and SubMenu

    Yessssss.....

    Sorry, i don't see this particular...
    Now all works fine!!!!

    Maybe you must move this post to "newby question..." :)...

    Thanks thanks thanks............
  24. Replies
    2
    Views
    1,169

    Menu and SubMenu

    Hi to all.
    I have a question for you.
    In my site i have a main menu and sub menu, one header (horizontal) and one in a left column (vertical).

    first main menu item
    second main menu item
    -->...
  25. Thread: Catalog tags

    by Tizianol8
    Replies
    1
    Views
    710

    Catalog tags

    Hi to all,

    I have a question for you.
    Is it possible to use catalog tags, like {{catalog::cartype}} in my page where is present the catalog Reader?
    And can i use it in custom templates (i.e....
  26. Replies
    3
    Views
    977

    Re: Registration and privacy

    Noooooo!
    Are you sure??? Can i implement a kind of function in javascript to do this?

    Thanks a lot.
    Tiziano.
  27. Replies
    3
    Views
    977

    Registration and privacy

    Hi to all!
    I'm creating on my site a registration page.
    The user insert their data, but at the end of this i want that the registration works ok only if they check one "Accept Condition"...
  28. Replies
    3
    Views
    1,348

    Re: Catalog with member

    Thanks for the answer thyon...

    When you think to release this new extension "catalog Edit"?

    One possible work-around that i try to implement this afternoon is to save in a separate personal...
  29. Replies
    3
    Views
    1,348

    Catalog with member

    "Catalog" is an extension that works perfectly for my site, but i must give the possibility to the users to ceate and manage a catalog item. [fields are 3 photo and a little description].

    So, is...
  30. Replies
    3
    Views
    1,505

    Re: Issue on members and their fields.

    Thanks!
    Now i try this extension.

    Have you any issue about the second question? The possibility to user (company) to handle a little personal page, with a brief description, logo and 3 photos.
    ...
  31. Replies
    3
    Views
    1,505

    Issue on members and their fields.

    Ho to all.
    I have a question for you.
    I want give the possibility to the company to register their own on my site.
    So i must have field like VAT or Fiscal Code on Memmbers, how can i add this...
Results 1 to 31 of 31