Search:

Type: Posts; User: marco.zanetti

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Re: [solved] Main language without language code

    I made it. https://github.com/contao/core/issues/5619
  2. Re: Main language without language code

    Yes Ruud,
    this seems to solve everything. It's not that fast but it works!

    Thank you very much
  3. Re: Main language without language code

    As far as I know (by searching around) none of the extensions devoted to url-folder aliasing is working on Contao3. I liked the idea of removing the language from the url and place it at the...
  4. Re: Inserting picture in table with link to itself lightboxe

    It works!
    Thank you very much!!!
  5. [solved] Inserting picture with link to itself lightboxed

    Hello to everybody,
    I'd like to insert an image in a HTML table. I figured out how to do it, but what I can't do is to place a link on the image itself to make it opened in a lightbox. The concept...
  6. [pk_noobSlider] Slider and navigator with bullets

    Hello,
    I tried to get to display a pk_noobslider with a custom navigator. It seems it's impossible to change the default behaviour, which is to display a numbered clickable list of slides. I'd like...
  7. User can't edit articles even if has got permissions

    Hello to everybody,
    I've been creating a "editor" user in Contao 3.0.6. To do so I created the user and a user group and allowed the group to edit articles, news and whatever. I then associated the...
  8. [solved] Main language without language code

    Hello,
    I've been developing a website using Contao 3.0.6 and changelanguage extension. The website is correctly interpreted and everything works fine and I'm now looking for SEO.

    I already...
  9. Re: Accessing via DB to multiple images fields

    I'm answering this myself: the content of the multiple-images-fields is a serialized PHP array. Getting the content of the field and unserializing it is enough to get it in array format, and then...
  10. [solved] Accessing via DB to multiple images fields

    Hello to everybody,
    I've been developing an extension in order to print catalog items in PDF with a custom layout. I hooked printArticleAsPdf and wrote the code to get from Database all the...
  11. Pagination on "catalog reference" modules

    Hello to everybody,
    is it possible to paginate the reference module? I don't like to limit the number of visible records, the best thing would be to paginate them as list modules do.
    Do you think...
  12. Re: Concatenate fields in dropdown list

    Okay, this is what I did.

    Suppose I have a table named A which records have an ID and a name. Sometimes they have one, sometimes both.
    Records in another table named B should refer to the ones of...
  13. Re: Concatenate fields in dropdown list

    I managed to make it work!
    I still don't get how, as soon as I understand it I'm posting here the trick! ;-)
  14. Replies
    0
    Views
    2,299

    Passing parameter to catalog edit

    Hi to everybody,
    This question is very simple: while I navigate into the details of a "artist" kind of record I'd like to be able to insert a new artwork related to the artist.
    I put a link-article...
  15. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    I tried again, in another installation, to udpate to last catalog release (#391) and yet I could not get filter to work... do you know if there's something broken there?

    Thank you
  16. Replies
    5
    Views
    4,547

    Re: Auto increment ID field

    You're right, that's what I did.

    I created an extension called catalog_auto_insert_id and hooked it to catalogFrontendInsert using


    $GLOBALS['TL_HOOKS']['catalogFrontendInsert'][] =...
  17. Replies
    3
    Views
    3,370

    Re: Validating catalog fields

    Uhm, this sounds interesting indeed!
    Where should I publish this code? In the extension files? Where exactly? Can I create my own regular expressions as well?

    Thank you
  18. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    Hello MacKP, thank you for answering!

    I couldn't make it work yet. This is what happens to me, which is quite odd in my opinion.

    I have a previous release of catalog (v. 2.0.0 beta2 build 61,...
  19. Replies
    5
    Views
    4,547

    Re: Auto increment ID field

    I think the best thing would be to be able to create a new text field giving as default value the ID field of the record itself.

    For example, if we already have 3 records, the fourth would be...
  20. Replies
    4
    Views
    2,823

    Re: Contao 3 and mobile layout

    Oooooooh, maybe I got it! In the page settings you can choose a "desktop" layout and a mobile one!

    I'll test it and then update this thread!
  21. Replies
    4
    Views
    2,823

    Contao 3 and mobile layout

    Hello to everybody,
    I've been reading around that with Contao 3 I can choose a customized layout for a mobile version of my website.
    Since I'm going to release a Contao 3 website I tried creating a...
  22. Replies
    5
    Views
    4,547

    [solved] Auto increment ID field

    Hello to everybody,
    I was wondering if it's possible to create an auto-incrementing ID editable field in Catalog. I see that Catalog automatically created an ID field, which is auto-incremental but...
  23. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    This worked flawlessly, awesome! :-D

    Thank you very very much! I owe you a beer, at least!
  24. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    Hello to everybody!

    First of all, thank you for coming into the discussion! I tried to read the german topic, I even tried to translate part of it but sincerely couldn't get what the solution is...
  25. Re: Uploading files bigger than 2Mb in Contao 3.0

    Great, it worked!
    I didn't know I could add the 'maxFileSize' parameter to Contao itself. It's funny that changing it into php.ini is not enough.

    Anyway, thank you very very much, I hope this is...
  26. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    I quit this. I removed the flags and let the "EN / IT" labels instead. Please allow me to say that a change-language extension not allowing you to easily replace the language tags with national flags...
  27. [solved]Uploading files bigger than 2Mb in Contao 3.0

    Hello to everybody,
    I'm trying to upload a file bigger than 2Mb in Contao 3.0. I changed the value of the MAX_UPLOAD_SIZE key in php.ini and added new new keys in this way:

    post_max_size = 256M...
  28. Replies
    3
    Views
    3,370

    Validating catalog fields

    Hi to everybody,
    I need to validate the content of a catalog field. I want - for instance - the input to be something like ABCD-ABC-ABC and possibly stop editing if the input is wrong.
    Is it...
  29. Replies
    1
    Views
    846

    Re: css file could not load

    Hello,
    which Contao version are you using?
  30. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    Of course, here they are!

    List:
    http://img132.imageshack.us/img132/6334/bigpicture.png

    and filter:

    http://img717.imageshack.us/img717/4182/bigfilter.png

    Thank you
  31. Re: Concatenate fields in dropdown list

    Uhm... maybe I got it.
    I create a calculate field in the table to be referenced. By concatenating ID and name I create a dynamic field which value will be something like
    1 - item A
    2- item B
    3-...
  32. Replies
    8
    Views
    5,160

    Re: Keeping some records out of filter

    The flag was already checked :cry:
  33. Re: Concatenate fields in dropdown list

    This doesn't solve my problem, which is the supposed query error...

    I'm missing the workflow: how does the calculation (once I get to calculate the field value to be shown) be saved?
  34. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    This is the best I could obtain yet

    http://img6.imageshack.us/img6/807/istantanea1402201315002.png
  35. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    I tried with a font-size=0 and fixed width and height for the DIV. I got the flag, don't see the text but, being the anchor on the text and not on the element, I don't have any link either. This is...
  36. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    Uhm... how can I avoid having the text ('EN', 'IT', 'DE' etc...) in foreground? I see it above the background picture...
  37. Replies
    8
    Views
    5,160

    Keeping some records out of filter

    Hello to everybody,
    since Catalog (as far as I know) does not provide a front-end record deletion module I chose to use a flag field called "deleted". In all the modules I put the condition "deleted...
  38. Replies
    8
    Views
    5,413

    Re: Filtering

    Okay, now I get that our situation is pretty different. I don't have any taxonomy field, I just would like to "filter out of the filter" all the items with a specific flag.

    Since it's a different...
  39. Re: Concatenate fields in dropdown list

    Uhm... I think "column name" is the place where I should put the name I want to give to this column in the database.

    http://img203.imageshack.us/img203/125/istantanea1302201312232.png
  40. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    Shouldn't I load the files I need in "/files/themes/themename/folder" using the upload utility? Then I can map them with a relative path, isn't it?
  41. Replies
    2
    Views
    2,714

    Re: Reporting

    Thank you for answering.
    Now I'm trying with a hook on printArticleAsPdf as suggested here. I think this should work, as long as I manage to extract the data I need directly from the tables.
    ...
  42. Re: Concatenate fields in dropdown list

    Hello MacKP,

    thank you for your answer. I'm still missing how to specify the CALCULATE options for the field.
    This is what I see:...
  43. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    Hello Taca,
    yes, this definitely answers my question :-) I think I can get the flag by downloading Open Source pictures for each flag and then filtering in the CSS by the hreflang field, right?
  44. Replies
    2
    Views
    2,714

    Reporting

    Hello to everybody,

    is there a way to print out data from catalogs? Something like a reporting tool would be best, but any information is welcome.
    I got to know that you can print a contao...
  45. Replies
    1
    Views
    2,288

    Catalog reference and relation tables

    Hello,
    I have two tables related in a many-to-many relation as shown here:

    http://img827.imageshack.us/img827/4293/istantanea1202201312553.png

    what I'd like to get is to create a catalog...
  46. Replies
    8
    Views
    5,413

    Re: Filtering

    Hi evantro,
    can't you remember how you managed to do it yet? I'm pretty stuck with this issue, since filtering in modules becomes quite useless if you can't filter in the filter module itself... ...
  47. Replies
    17
    Views
    11,389

    Re: flags on changelanguage 2.1.1

    I'm very surprised nobody could answer to this question, since I suppose everybody who uses this extension for multi language actually wants flags, and not language tags, to be shown :?

    I'm...
  48. Re: Concatenate fields in dropdown list

    I flawlessly installed the SVN version of catalog, thank you for supporting! :-)

    How can I use the "calculate" field to get what I need? It seems to me to be a field type oriented to math...
  49. Re: Best image handling in catalog edit and detail

    Yes, it was the edit module. Sorry for not having stated it before :?
    I divided the edit module in two, one for the text data and one for the pictures. It's not that bad now, after a quick CSS...
  50. Re: Concatenate fields in dropdown list

    I was wondering: how do I update my catalog installation that I got from the extension manager with the one I downloaded from SVN?

    In the SVN folder I see a bunch of subfolders including...
  51. Replies
    5
    Views
    4,057

    Re: A gallery of catalog records

    Hello MacKP,
    I took a look at Leo Feyer's video about templating and it's very fascinating! Creating a new template seems very very easy now that I've been digging into Contao for a while!

    What I...
  52. Re: Concatenate fields in dropdown list

    I'll try it immediately, thank you very much for this good news! ;)
  53. [solved] Concatenate fields in dropdown list

    Hello,
    one of my catalogs (let's call it A) has a reference to another one (B). Since no text field in the B catalog is mandatory I had to reference the ID of the record itself. This is obviously...
  54. Replies
    8
    Views
    5,413

    Re: Filtering

    Hi evantro,
    thank you for answering back your old post.
    I'm not sure I got exactly how you managed to apply the workaround. Once you have the subcategories how do you apply the filter to them?
    ...
  55. Replies
    8
    Views
    5,413

    Re: Filtering

    Hello to everybody,
    I read this topic while searching to a solution to an almost identical issue, so I thought it would have been a good idea to "resuscitate" the topic since a workaround was...
  56. Re: Best image handling in catalog edit and detail

    Can't see the attachment, so I post the screenshot here:

    http://i50.tinypic.com/2lk739i.png
  57. Re: Best image handling in catalog edit and detail

    I see that inserting more than one image results in a very long detail view with all the pictures in a row, as show in the attachment.
    What I'd like to get is one of the following:
    - A single image...
  58. Replies
    5
    Views
    4,057

    Re: A gallery of catalog records

    Hello MacKP,
    I managed to achieve this with a List view, as you suggested. It works, sure.
    What I'm missing here is the possibility to arrange items in a grid way, like a gallery.
    What I get by...
  59. Replies
    0
    Views
    1,996

    tagging catalog records

    Hello,
    I installed the tags and catalog_tags extensions but couldn't achieve my aim, which is fairly simple: tagging catalog items via Front End.

    What I did was
    - installing the extensions
    -...
  60. Replies
    5
    Views
    4,057

    A gallery of catalog records

    Hello,
    I have a catalog with a mandatory image field, therefore every element in the catalog has got a related picture (at least). I want the customer to be able to know if an item of the catalog...
Results 1 to 60 of 64
Page 1 of 2 1 2