Search:

Type: Posts; User: MacKP

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    3,967

    The alias-Field is only generated when the...

    The alias-Field is only generated when the content of the other field is changed. So you will have to change the other field, when you need to generate it new.
    As you can see you need an...
  2. Hello charled, here is an Template example for...

    Hello charled,
    here is an Template example for giving out all Template Variables. There you can see how you can get the Data you want.
    ...
  3. Replies
    14
    Views
    3,967

    Hi lostrisq, do you have an alias for that Item...

    Hi lostrisq,
    do you have an alias for that Item (as Alias Attribute)?

    regards
  4. Hi alex.loehner@linux.com, there is no graphical...

    Hi alex.loehner@linux.com,
    there is no graphical extension manager for this contao Version at the moment. So you must wait for that ;-)
    You can use Composer like the way you have done it before.
    ...
  5. Replies
    5
    Views
    2,718

    Hi DavideR, that is not possible at the moment....

    Hi DavideR,
    that is not possible at the moment. Contao can just handle visible fields...

    regards
  6. Replies
    2
    Views
    1,591

    Hi charled, pre-rendered is for getting the...

    Hi charled,
    pre-rendered is for getting the data in html5, like an Image is direkt in an <img> tag with everything you would expect from it. un-rendered on the other way is just the path to the...
  7. Replies
    5
    Views
    2,827

    Hi Ben_360fusion, as far as i know should this...

    Hi Ben_360fusion,
    as far as i know should this work with an second MM-List Element and an Filter for that (own SQL should do it) based on the Alias (or ID) from the Item on the Detail Page.
    ...
  8. Replies
    4
    Views
    4,732

    Re: Bug with DatePicker in Catalog Edition

    I think this Problemm was solved in the SVN Version of the Catalog. So maybe you should use the SVN Version.. give it a try..

    regards
  9. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    Hmm i realy don't know why it is not working for you. OK, i have no 2.11.9 with an catalog at the moment..
    Try it in the Ticket System: http://www.contao-forge.org/projects/ca ... r_page=100
    ...
  10. Replies
    1
    Views
    2,302

    Re: Pagination on "catalog reference" modules

    I don't think that there will come an feature update... the developer are very bussy with the coding for MetaModels and the catalog will die for that. Because MetaModels are better and can handle...
  11. Replies
    5
    Views
    4,547

    Re: Auto increment ID field

    Nice!

    Thx for sharing this ;-)

    regards
  12. Replies
    3
    Views
    3,370

    Re: Validating catalog fields

    This is code for the dcaconfig.php in system/config/
    Maybe you can make your own.. but contao has some by its own. Search for it, maybe the original will do what you need.

    regards
  13. Replies
    5
    Views
    4,547

    Re: Auto increment ID field

    I think you will need an extension for the copy job..

    regards
  14. Replies
    16
    Views
    10,377

    Re: Concatenate fields in dropdown list

    Hi,
    i don't get it why it wouldn't work... sorry. maybe you can figure it out by urselve....
    ore someone else has an idea.


    regards
  15. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    Ah, i think i have it. You must set the 'searchable' fields in the filter module. This is for the Fields wich should listen to a parameter in the url.. when you don't have one there it wont work......
  16. Replies
    3
    Views
    3,370

    Re: Validating catalog fields

    You can use the dca for something like that:


    $GLOBALS['TL_DCA']['tablename']['fields']['rowname']['eval']['readonly'] = true;

    here is an example (is it an email?):

    ...
  17. Replies
    24
    Views
    5,454

    Re: bug catalog and language/

    The Problem is: its not so stable... and xtra don't want such an unstable thing in the ER... OK, everyone knows that the ER Version is even more unstable.. but... i don't know.. hope this will come...
  18. Replies
    1
    Views
    2,624

    Re: {{last_update}} like tag for Catalog

    The Catalog has a tstamp for the last changes in the Array of each item. This is normal for Contao. You can use that for your issue.

    regards
  19. Replies
    5
    Views
    4,547

    Re: Auto increment ID field

    I don't see a possible configuration for you.. the ID from the catalog Items is set in the database.. its not usefull to change it. I think you must write your own extension for that.

    regards
  20. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    When you realy use the svn-Version it should work fine with that.
    Maybe you have missed something else?
    Can you give me screenshots of the filter and list module of this page?

    regards
  21. Replies
    16
    Views
    10,377

    Re: Concatenate fields in dropdown list

    The calculate Field don't save anything. It's calculatet new everytime when it will be needet.
    The calculated field should be the field for the select List output in the other catalog.
    Don't know...
  22. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    You will find an fild 'use the condition from the lister on the same page' in the filter-module. When you klick this, it will do what you want.

    regards
  23. Replies
    16
    Views
    10,377

    Re: Concatenate fields in dropdown list

    OH, yes.. sorry.. this is the field for the new column with the calculatet entry. This fild must be in the Table with the other fields, that you will calculate.

    regards
  24. Replies
    16
    Views
    10,377

    Re: Concatenate fields in dropdown list

    You must enter the Table in the Field 'column Name' i think.. maybe this is an misspelling error there with column Name? ^^

    regards
  25. Replies
    1
    Views
    2,288

    Re: Catalog reference and relation tables

    hmm an relation of n:m is not possible with the normal modules of the catalog (this is contao based...).
    So you will have to write your own module ore script for that i think.

    regards
  26. Replies
    16
    Views
    10,377

    Re: Concatenate fields in dropdown list

    You can calculate like this:

    tablename: the name of the table with both fields.

    calculateformel like this:
    CONCAT(field1, ', ',field2)

    and than you can take this new field for the...
  27. Thread: Reporting

    by MacKP
    Replies
    2
    Views
    2,714

    Re: Reporting

    You can check a box in the article for the print as pdf button.. then you need the liste ore reader (whatever you want to print) on that page.. thats it. Other wayes are possible with programming ;-)...
  28. Replies
    16
    Views
    10,377

    Re: Concatenate fields in dropdown list

    You should have a lot of modules for the catalog.. and a folder 'drivers'. You must upload the modules in the modules folder of contao and the files in 'drivers' to system/drivers. After all that you...
  29. Replies
    5
    Views
    4,057

    Re: A gallery of catalog records

    You will not need to do a full custom Template of all things in Contao. Only the Catalog templates (for this).

    The original files are in /system/modules/catalog/templates. But don't edit them....
  30. Re: Best image handling in catalog edit and detail

    Ah, you mena in the Edit-Module...
    Thats a pain in the ass ... this is a quick and dirty implementation in the catalog.
    What you can do:
    Put a second Edit-Module in the Frontend only with the...
  31. Replies
    5
    Views
    4,057

    Re: A gallery of catalog records

    I always make my own templates for the catalog. I love it for that ^^
    So it would work for you with changing the Template i think. But also do it with CSS. You can float all items and have them in a...
  32. Replies
    16
    Views
    10,377

    Re: Concatenate fields in dropdown list

    Hi,
    with the catalog Version in the SVN and the 'Berechnen'-Field (maybe calculate field-type) it should work.
    There you can summarize two fields and takte that as the reference.

    regards
  33. Replies
    5
    Views
    4,057

    Re: A gallery of catalog records

    Hmm you will have an List of all Items in the Catalog? Ore what do you want? A list of all Images?
    All this can be done with the List-Module...
    When the image is an extra catalog you can try to use...
  34. Re: Best image handling in catalog edit and detail

    I don't understand what you will have other then the normal output.. multible Files kreate an galerie like the normal galerie template in Contao... So thats like an Table.

    Could you explain your...
  35. Replies
    3
    Views
    3,046

    Re: Combining filters

    Hi, it sounds like a bug. Never test it that way.. but logicaly it should work like that.

    regards
  36. Replies
    3
    Views
    3,046

    Re: Combining filters

    Hi spirelli ,
    did you try it with the latest svn Version of the Catalog? http://code.google.com/p/typolight-cata ... e/checkout
    The Filter is complete new since a couple month there... because it...
  37. Re: Date field auto-fills when trying to delete its content

    Hi spirelli,
    this is a bug and there is a ticket as i know for it...

    When you want you can make tickets here for the catalog 2 -> http://www.contao-forge.org/projects/ca ... r_page=100

    For the...
  38. Replies
    1
    Views
    1,217

    Re: Date problems in backend

    Hi Triskal,
    i think there is a Problem, when you try to use this field with houers and Minutes.
    I make for houer and Minutes an extra Field when i need them. Sometimes as an Select with Taxonomie,...
  39. Replies
    1
    Views
    1,037

    Re: 3 questions about CatalogItemUserField ?

    Long time ago.. sorry... I only look in the catalog Threads (sometimes...).
    You can use the Module inputvar for transfering Data from one Page to a Form ore to an other page (with Variables in the...
  40. Thread: Catalog menu

    by MacKP
    Replies
    1
    Views
    1,276

    Re: Catalog menu

    Hi,
    a long time ago.. if the Problem still exists: Normaly you need the Modul Catalog-Navigation (only works for Select and Taxonomie). There you can configure your Navigation like the normal...
  41. Replies
    2
    Views
    1,210

    Re: Date display in catalog

    For displaying the Date you must enter a custom format function (like Date and then Y-m-d ore something else).
    Maybe this helps also with the Backend view.


    Group it by Month would help for...
  42. Re: Building a small social network- artist profile pages?

    Hi,
    i don't know what u exactly mean.. but try out xtmembers and xtmembers_fieldeditor.
    Both are handy for making much bigger Member-Pages ;-)

    regards
  43. Replies
    2
    Views
    1,588

    Re: Select multiple taxonomy options?

    Hi,
    try the Fieldtype 'Tags' then you have what you need. In the Filter Module (for the Frontend) is an Checkbox where you can Klick for multible Options at such Fields.

    regards
  44. Replies
    7
    Views
    2,647

    Re: Catalog and Contao 3

    For more Information ( in engl.) see:
    https://www.contao-community.de/showthr ... post230747

    Thx to charled ;-)

    regards
  45. Replies
    7
    Views
    2,647

    Re: Catalog and Contao 3

    There is no link. The testing is closed atm. I think at the End of November it would give an beta in the ER.
    When you want it earlyer try to ask andreasisaak in this Thread ->...
  46. Replies
    7
    Views
    2,647

    Re: Catalog and Contao 3

    Hmm i use the Contao 2.11.x as a LTS and play with the MM ;-)
    No need to use Contao 3 atm i think.

    regards
  47. Replies
    7
    Views
    2,647

    Re: Catalog and Contao 3

    Hi charled,
    i think the catalog 2 would never be ready for Contao 3.
    The catalog is complete new as MetaModel (that is Catalog 3).
    It should be out in the near future as beta.
    But that will also...
  48. Replies
    1
    Views
    1,006

    Re: Filter and catalog list

    Hi wotanskrieg,
    you should use the SVN Version. There are much bugs that are fixed in the SVN-Version.
    But after taht you will have to configure it in the List and in the Fitler under Search. There...
  49. Replies
    6
    Views
    2,219

    Re: Catalog issue - Contao 2.11.3

    Hi jhoyimperial,
    you have an server error (thats what 500 is..) so you can look in the server error logs whats going on. This can happen on multible things... no one knows what there is when we...
  50. Thread: Alias

    by MacKP
    Replies
    5
    Views
    1,925

    Re: Alias

    Here is the ticket for that : http://www.contao-forge.org/issues/2879

    I hope it will be fixed soon.

    regards
  51. Thread: Alias

    by MacKP
    Replies
    5
    Views
    1,925

    Re: Alias

    Ah, thank you. I think it's a Problem with Contao 2.11. The Catalog is not ready for it at the Moment.
    I will report this Bug.

    regards
  52. Thread: Alias

    by MacKP
    Replies
    5
    Views
    1,925

    Re: Alias

    Hi wotanskrieg,
    normaly there should be a Number after the - like all other Alias Fields in the core of Contao...
    Did you use the SVN Version of the catalog ore the ER?

    regards
  53. Re: Bug(?) when filtered by 2 fields of tags type

    Hi,
    try the SVN-Version. There is a bugfix for that.

    regards
  54. Replies
    3
    Views
    2,250

    Re: Style CSS for a page or group of sub-pages

    It should be possible to do it in the Pagelayout (Experts > ID/Class) -> cur_{{env::page_alias}} par_{{env::parent_alias}}

    Than you didn't have to make an extra fe_page-Template ;-)

    regards
  55. Thread: Catalog variable

    by MacKP
    Replies
    5
    Views
    2,037

    Re: Catalog variable

    Sorry that i didn't write earlier....

    Here is a Hint from the german Wiki:
    http://de.contaowiki.org/Catalog_Steuer ... log_feldes

    The Part for you:
    $GLOBALS['Type_of_Item'] =...
  56. Replies
    2
    Views
    1,436

    Re: Sorting by a Select Field (Taxonomy)

    Hi harley77,
    this is not so easy. But it will work with this (in Order by at the list Module):

    (SELECT sorting FROM catalog_tablename AS cs WHERE cs.id=catalog_field) ASC

    catalog_tablename is...
  57. Re: Backend: Ajax toggleVisibility doesn't work (Contao 2.10

    Hi achberger,
    thats a bug. I hope a fix will come soon.

    regards
  58. Thread: Catalog variable

    by MacKP
    Replies
    5
    Views
    2,037

    Re: Catalog variable

    Hmm you could try it with the Globals Variables. With that you can check the color in the related module and there you can filter it by hand in the template.

    regards
  59. Replies
    3
    Views
    1,555

    Re: Catalog Edit Module

    Hi tsarma,
    there is at the Moment no way to do that....

    regards
  60. Thread: Catalog variable

    by MacKP
    Replies
    5
    Views
    2,037

    Re: Catalog variable

    Hi evantro,
    why not with the catalog-related Module?
    This is for something like that (when i understand everything right...).

    regards
Results 1 to 60 of 211
Page 1 of 4 1 2 3 4