Search:

Type: Posts; User: Toflar

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds; generated 11 minute(s) ago.

  1. Replies
    14
    Views
    7,413

    Documentation is coming in and we need your help!...

    Documentation is coming in and we need your help! :) https://contao.org/en/news/the-state-of-the-documentation.html
  2. Replies
    22
    Views
    290,001

    Here we go!...

    Here we go! https://contao.org/en/news/the-state-of-the-documentation.html
  3. For 3.2+ for your information :)

    For 3.2+ for your information :)



    <?php
    if (($image = FilesModel::findByUuid($this->singleSRC)) !== null) {
    $fbimage = Image::get(System::urlEncode($image->path), 512, 512 , 'box');
    ...
  4. Replies
    1
    Views
    1,702

    Hey, sure there is ;) You can enable/disable all...

    Hey, sure there is ;) You can enable/disable all available buttons in the reader as well as the product list module. Also everything is template based so it should be pretty easy for you to achieve...
  5. Can you please post the original message in...

    Can you please post the original message in English? Why the fuck is that translated anyway? I've never seen that :D
  6. Hey, you have to set up Isotope properly. There...

    Hey, you have to set up Isotope properly. There clearly is an issue with the dependencies.
    Just go to the extension repository and install Isotope from there. It will automatically grab all the deps...
  7. Replies
    3
    Views
    2,408

    "does not work" is a pretty bad description of an...

    "does not work" is a pretty bad description of an error for any developer in the world ;)
  8. Replies
    3
    Views
    2,408

    Enter "0" in the store configuration settings in...

    Enter "0" in the store configuration settings in the field "Rounding precision" :)
  9. Replies
    3
    Views
    2,318

    No it should just take the first one of them it...

    No it should just take the first one of them it finds :D
  10. Replies
    3
    Views
    2,318

    This is currently very weird. You have to setup a...

    This is currently very weird. You have to setup a front end module "Order Details" which is then going to be used to display the details in the back end.
    We might fix that in the future but that was...
  11. Thread: Product Groups

    by Toflar
    Replies
    2
    Views
    1,805

    Product groups are for keeping your products in...

    Product groups are for keeping your products in order in the back end only, yes.
  12. Those are bugs that will be fixed in 2.0.6 coming...

    Those are bugs that will be fixed in 2.0.6 coming very soon!
  13. Replies
    2
    Views
    1,745

    I don't know of any module that does that. You...

    I don't know of any module that does that.
    You would need to develop your own front end modules to do that :-)
  14. Replies
    5
    Views
    2,652

    I don't get it really. ...

    I don't get it really.


    \Controller::getTemplateGroup()

    returns a group of templates with a certain prefix.
    By convention front end modules all start with "mod_", form templates with "form_",...
  15. Replies
    5
    Views
    2,652

    Why would you want to do that?

    Why would you want to do that?
  16. Replies
    1
    Views
    1,546

    Hi, What version of Isotope are you using? If...

    Hi,

    What version of Isotope are you using? If you are using 2.0, can you make a screenshot of your gallery settings?
  17. You should never post passwords (see query). ...

    You should never post passwords (see query).

    Your database is not up to date. Not only post the error message but also read it ;)
  18. Replies
    3
    Views
    2,069

    You're welcome :)

    You're welcome :)
  19. Replies
    3
    Views
    2,069

    Hey, Sure it is! Isotope has always been about...

    Hey,

    Sure it is! Isotope has always been about multilingual content. As soon as you set up different root pages in different languages, they will be available for translation in the product...
  20. Replies
    1
    Views
    1,695

    I said a few words about performance in the 2.0.0...

    I said a few words about performance in the 2.0.0 announcement blog post: http://isotopeecommerce.org/en/blog/isotope-ecommerce-20-stable-published.html
  21. If you are able to reproduce the issue on a blank...

    If you are able to reproduce the issue on a blank installation (sorry, we have no online demo yet) you can file a bug report on GitHub :)
  22. Can you try if clearing the internal cache has an...

    Can you try if clearing the internal cache has an effect?
  23. Might be this one:...

    Might be this one: https://github.com/isotope/core/commit/ed92d6cdd9472e7431e5ffb58f439c8322716b37

    We'll release 2.0.3 soon :)
  24. Replies
    2
    Views
    1,973

    Hi Ben, It is not in the Isotope core and we...

    Hi Ben,

    It is not in the Isotope core and we don't have any plans to add it in the future. However, there's always the possibility to mandate us with the development or make a pull request to add...
  25. Thread: Order preview

    by Toflar
    Replies
    2
    Views
    1,624

    Hey, you have to add an order information front...

    Hey, you have to add an order information front end module. Isotope will try to render the information using the first of those modules it can find.

    It's not the way I want it to have and it will...
  26. Replies
    9
    Views
    4,815

    Hey, there definitely seems to be an issue with...

    Hey, there definitely seems to be an issue with the server or rather the database connection of the server.
    Did you try setting it up on localhost? If I search for the error message a little bit it...
  27. Replies
    2
    Views
    1,728

    Hi, ...

    Hi,


    <body class="{{product::alias}}">

    should do the trick :)
  28. Replies
    5
    Views
    3,495

    Added a temporary fix. To be resolved properly in...

    Added a temporary fix. To be resolved properly in 3.0 :)
  29. Replies
    5
    Views
    3,495

    Seems to be a bug. At least I was able to...

    Seems to be a bug. At least I was able to reproduce the issue.
    I've added a ticket (https://github.com/isotope/core/issues/945) so you know when it's resolved :)
  30. Replies
    5
    Views
    3,495

    Probably it's a bug. Can you describe what you...

    Probably it's a bug. Can you describe what you did and probably support your description using screenshots?
  31. Are you sure it's Contao itself and not an...

    Are you sure it's Contao itself and not an extension? Contao 3.2 handles assets in the "/assets" folder.
  32. It's always possible to learn by reading the code...

    It's always possible to learn by reading the code :) I did that in many projects :)

    But I agree, documentation is a problem. But I don't write documentation either so... :)
  33. Yes, you can import it directly into the database...

    Yes, you can import it directly into the database of course :)

    But you'll need to modify "tl_news" and "tl_content" and set relations accordingly.
    I believe you're better of with a small script...
  34. Replies
    1
    Views
    1,297

    Hi You're looking for Facebook-specific HTML...

    Hi

    You're looking for Facebook-specific HTML meta tags (called Open Graph).

    You'll need something like this in the "<head>" part of your HTML code.


    <meta property="og:image"...
  35. In the front end, we call them "members". In the...

    In the front end, we call them "members". In the back end we call them "users". This is why you should probably query "tl_member" to get your result ;)
  36. Replies
    1
    Views
    3,009

    Hey Well, the initial issue is that you don't...

    Hey

    Well, the initial issue is that you don't have any filter fields checked ;-) So you need to define your attributes as being "front end filterable". They will then get listed on the screenshot...
  37. Replies
    3
    Views
    2,114

    What you're looking for is what we call "product...

    What you're looking for is what we call "product variants". :)
  38. Replies
    4
    Views
    2,647

    Hey Antony, You can add a custom button named...

    Hey Antony,

    You can add a custom button named e.g. "Put 8 items in basket" to your reader page. Any developer that is familiar with Isotope can do that :)
  39. Replies
    4
    Views
    2,647

    Hey Antony, Isotope does not support stock...

    Hey Antony,

    Isotope does not support stock management and neither does it support "sets" yet.
    Both are features we would like to add in the future but they're quite time-consuming so we'll have...
  40. Replies
    1
    Views
    1,750

    Transifex translations

    Dear Isotope eCommerce translators,

    We're about to release the release candidate of Isotope eCommerce 2.0 so it would be great if all translators of Isotope eCommerce would start to register on...
  41. Thread: Backend design

    by Toflar
    Replies
    11
    Views
    15,356

    Re: Backend design

    It's LGPL and initially designed by Leo, yes.

    I don't know why but I think the back end is one of the KEY features that convince people of using Contao. So whenever you want to change something,...
  42. Thread: Error

    by Toflar
    Replies
    4
    Views
    2,212

    Re: Error

    I think Lostrisq is using PHP 5.2.x instead of 5.3.2+
  43. Replies
    7
    Views
    2,540

    Re: multilangual cart

    BTW Isotope isn't dead. On the contrary, it's probably the most actively managed extension in Contao by far!

    It's just that we seriously don't have the time to check the German AND English board....
  44. Replies
    6
    Views
    4,564

    Re: A few words about the Contao conference 2012

    Exactly :) It's an LTS but there won't be any 2.12 :)
  45. Replies
    6
    Views
    4,564

    Re: A few words about the Contao conference 2012

    Hmm...I think it still grows and I saw a lot of new faces, yes :) But we didn't have more participants at the conference than last year. I think there's a limit for every conference - regardless of...
  46. Replies
    6
    Views
    4,564

    A few words about the Contao conference 2012

    Sergey's asked me on twitter to write a few words about the Contao conference 2012 in Germany, so here they are :)

    This year I was occupied giving my own speech about development for Contao (the...
  47. Replies
    4
    Views
    2,413

    Summary of the first Contao Camp in Essen DE

    Hi all

    As some of you might have heard the first Contao Camp took place in Essen DE over the last weekend.
    The purpose of the camp was to get together and work on different topics that arose over...
  48. Replies
    1
    Views
    1,117

    Re: Editing multiple tables in the backend

    I guess the dcaWizard Extension Andreas and I developed could be useful ;)
  49. Replies
    0
    Views
    1,026

    [easy_exclude] Easier right management

    Hi guys!

    Well, high time I extended my "easy" series as easy_themes seems to enjoy great popularity.
    Now there's easy_exclude.

    Also easy_exclude in fact just optimizes processes and doesn't...
  50. Replies
    7
    Views
    3,311

    Re: Contao conference 2011

    Yes, I talked to Leo about this topic and he told me to let you know that development will definitely start this year.
    We had a little workshop where we were talking about the best modular...
  51. Replies
    7
    Views
    3,311

    Re: Contao conference 2011

    Will see what happens with the presentations. Usually the do upload it anywhere (hope they're going to be centralized on www.contao-konferenz.de) =)
  52. Replies
    7
    Views
    3,311

    Re: Contao conference 2011

    I'm sure this will be described in detail again in a blog entry when 2.10 has been published (by the way, the beta1 has been published yesterday) but the new system will support both, HTML5 and xhtml...
  53. Replies
    7
    Views
    3,311

    Contao conference 2011

    Hi everybody

    Three days to go until the annual Contao conference takes place in Bad Soden, Germany.
    I know that some of you are tracking the project "Contao" very closely and are always keen on...
  54. Re: [videobox] VideoBox - The successor of yw_youtube

    Do you use a php version lower than 5.2? Then this error might occur because the __toString() method doesn't get called automatically afaik.

    PHP 5.2+ is a requirement of Contao itself though so I...
  55. Re: [videobox] VideoBox - The successor of yw_youtube

    Never copy {{ or }} because some OS inject some kind of invisible symbols between the brackets ;) always write them on your own :)
  56. Re: [videobox] VideoBox - The successor of yw_youtube

    Read the user guide...that's why I wrote it.
  57. Replies
    3
    Views
    1,913

    Re: Contao forge - contao-forge.org

    Register and set the language to English first.
    Then, as I said, I'll be happy to translate and change things to your favor - ok?

    http://www.contao-forge.org/issues/1003 <-- first step.


    Yes,...
  58. Replies
    3
    Views
    1,913

    Contao forge - contao-forge.org

    Hi extension users and extension developers

    Some of you might have joined the Contao boat after developing websites using Typo3 (I'm going to omit any comments about that :) ) and if you've ever...
  59. Re: [easy_themes] EasyThemes - Manage multiple themes easier

    published easy_themes 1.2.1 - sorry, had to implement a workaround because the core is still not a 100% correct ;)
  60. Re: [easy_themes] EasyThemes - Manage multiple themes easier

    Published easy_themes 1.2.0!

    Because Leo has fixed the problem with subpalettes in Contao 2.9.3 this version of easy_themes only works in conjunction with Contao 2.9.3!!!

    1.2.0:
    you can now...
Results 1 to 60 of 165
Page 1 of 3 1 2 3