Search:

Type: Posts; User: xtra

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,176

    In the filter (simple lookup) you should find a...

    In the filter (simple lookup) you should find a checkbox named like "show only remaining" which should be exactly what you want.
  2. Replies
    3
    Views
    1,569

    Re: Catalog Edit Module

    We have now a table less template in svn, please try it.
  3. Replies
    1
    Views
    1,265

    Re: Catalog Performance

    The reason for this performance impact is, that the catalog will "render" every field selected for output despite the fact that you are not displaying it in the frontend (via echo in the template)....
  4. Replies
    1
    Views
    1,074

    Re: Catalog text field size restriction

    Hi,
    please try putting the following in your system/config/dcaconfig.php


    $GLOBALS['BE_MOD']['content']['catalog']['fieldTypes']['longtext']['sqlDefColumn'] = "MEDIUMTEXT NULL";


    Regards...
  5. Replies
    3
    Views
    1,246

    Re: Hook catalogFrontendUpdate for backend

    Just use the DCA save_callback like anywhere else.
    The tablename to use in the TL_DCA is the catalog table name. (like: §GLOBALS['TL_DCA']['cat_products']...)
  6. Replies
    5
    Views
    2,029

    Re: Using the Internal Comments Feature

    The comments are to be configured just as it was all the time before.

    You simply check "allow comments" on the catalog.

    We just switched to the Contao internal comments system "under the...
  7. Replies
    7
    Views
    1,659

    Re: PDF won't open after sorting

    Fixed in revision 208.

    PS: please add this in the tracker so to keep the issues centralized. We put up the issue tracker on google code for that very reason.
  8. Thread: Metaweblog API

    by xtra
    Replies
    1
    Views
    1,035

    Re: Metaweblog API

    I have some pretty rough implementation for posting to contao via metaWeblog API.
    It is currently only supporting news but can be extended into any archive you might want to use.

    If you are...
  9. Replies
    7
    Views
    1,659

    Re: PDF won't open after sorting

    This issue has been fixed in trunk with revision 205.
  10. Thread: smhextended

    by xtra
    Replies
    1
    Views
    816

    Re: smhextended

    Unfortunately not.
    I simply lack the time to check all the extensions.

    It should be compatible to most extends but bears a rather major slowdown on connections.
    I have a fixed version in the...
  11. Re: Generate thumbs from ref-images from related catalog

    There already exists some shopping extension which connects to the catalog.
    Search for chShop in the ER.

    Regards
    Chris
  12. Re: Filter with more than two options causes fatal error

    I hope I fixed it with Revision 179.

    Was a little bit nasty to track down.
  13. Re: Catalog_ext item edit by logged member wtih (use efg for

    Tying Items to a member is possible by using my catalogitemuseridfield custom fieldtype (available via ER).

    Sadly there is only a German tutorial by MacKP available so far. I hope I will find the...
  14. Replies
    14
    Views
    2,806

    Re: Catalog Filter Not Working

    Whoops, somehow that one must have slipped through.
    I have double checked that they are added everywhere but I'd better have triple checked. :)

    Sorry for the inconvenience caused.

    Regards...
  15. Replies
    3
    Views
    1,341

    Re: text checking with -> 'rgxp'=>'email'

    Just for completeness.

    I have added dca_config.php compatibility some days ago into trunk.
    Please grab it via svn and test.

    Regards
    Chris
  16. Thread: Catalog 2

    by xtra
    Replies
    37
    Views
    7,945

    Re: Catalog 2

    Thanks thyon and thanks to all the group :D[/quote]
    Thanks on behalf of MacKP (The guy that tested and suggested many features and filed tons of bugs) and myself.

    We really hope you like the...
  17. Replies
    23
    Views
    5,946

    Re: "Catalog Featured" with Filter

    I was planning to release the current code base as Beta 1 later this day when you have committed your latest stuff.
    As you appear to have it committed by now, I guess I can do it within the next...
  18. Replies
    10
    Views
    2,994

    Re: Catalog 2.0 & Modul Catalog Navigation

    Hit Counter is a counter how often a certain Item was displayed in a CatalogReader module. There also is a locking inside, that restricts the hit counting to "one hit per day and IP".

    for the...
  19. Re: Adding User Rating system for a catalog(property listings)

    The value "30" is the size you want to have for one star.
    The rating can be between 1 and 5 stars (as with the ce_rating from what I originally derived this fieldtype).

    For using the rating field...
Results 1 to 19 of 19