Search:

Type: Posts; User: Terion

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    689

    sitemap.xml and restricted pages

    Hi.
    Whi in sitemap.xml, generated by contao, pages restricted to "never show in sitemap" are shown? And how to hide them?
    Thank you
  2. Re: Form error:Call to a member function parse() on a non-ob

    thanx :)
    but problem was very strange, withh additional module...
    nevermind)
  3. Form error:Call to a member function parse() on a non-object

    Hi.
    I've added a form, made in form generator, to a page.
    And got an error:

    Fatal error: Call to a member function parse() on a non-object in .../system/modules/frontend/Form.php on line 201...
  4. Replies
    3
    Views
    1,978

    Re: XMLHttpRequest gets 404 — why??

    Ohhh!!! Why I didn't look at headers in the beginning...
    Shame on me.
    There is a catalog reader module on the same page that sends 404-headers if nothing found...
    Thanx alot
  5. Replies
    3
    Views
    1,978

    XMLHttpRequest gets 404 — why??

    I see something whired...
    Contao 2.9.1
    When I try to load a page via ajax requests — I get 404 error!
    If to load the same page by pasting it into browser address bar — everything is good.
    Why?...
  6. Replies
    33
    Views
    6,642

    Re: Developer Donation Challenge

    Great thoughts, Winan.
    As for me, about donations, since the moment, when at least one of my projects, based on Contao, begin to generate money, I will begin to send donations monthly. I think, that...
  7. Replies
    12
    Views
    3,916

    Re: Comments for products?

    andreas.schempp
    I've made this. look in the project discuccions.
  8. Replies
    13
    Views
    4,689

    Re: How to override page title?

    I've figured out why it didn't work.
    It doesn't work if to use it in FE template.
    If in a module template — everything is good
    Thank you all
  9. Replies
    13
    Views
    4,689

    Re: How to override page title?

    From a template, sure? I've tried — it didn't...
  10. Replies
    12
    Views
    3,916

    Re: Comments for products?

    Well, I've got an ideia about this... If it'll work, I'll write about..
  11. Replies
    12
    Views
    3,916

    Re: Comments for products?

    I really know how to make it fast, but it is so... perverted hack, so I hope, that there is more "humane" way to do this...
  12. Replies
    12
    Views
    3,916

    Comments for products?

    Is it real to add commenting on products to Isotope?
    Somehow, maybe with hacks or something like that? Or there is a no-finalized extension?
    Very needed :(
  13. Replies
    13
    Views
    4,689

    Re: How to override page title?

    Oh my!!
    Medianomaly, thank ou so much, you've helped me with another problem, that I was bitting for a long time (this one)
    And thanx for this hack )
  14. Replies
    13
    Views
    4,689

    Re: How to override page title?

    The same... Seems that this var overrides by Contao after template code is run...(
  15. Replies
    13
    Views
    4,689

    Re: How to override page title?

    From template...
    Nope, that doesn't work...
    Tried title, mainTitle, mainPageTitle — nothing...
  16. Replies
    4
    Views
    2,035

    Re: Isotope Import Assets

    CSV import would be very good...
    Of course a developer can make import directly in database, but if there would be a native tool — that would be perfect.
  17. Replies
    13
    Views
    4,689

    How to override page title?

    Is there a function, such as $this->redirect(), but for page title overriding?
    Or any other way?
    Thank you
  18. Replies
    5
    Views
    5,287

    Re: $strBuffer = str_replace("a", "b", $strBuffer) don't wor

    I've tried to add the hook..
    Because I need just one single transform with no backend/frontend modules, I've added it into News module...

    $GLOBALS['TL_HOOKS']['outputFrontendTemplate'][] =...
  19. Replies
    5
    Views
    5,287

    Re: $strBuffer = str_replace("a", "b", $strBuffer) don't wor

    I can't understand how to implement hooks :(
    I am trying to extend Contao's functions at the first time and don't clearly understand, how.
    I've added this:
    ...
  20. Replies
    5
    Views
    5,287

    Re: $strBuffer = str_replace("a", "b", $strBuffer) don't wor

    Hm, Thank you, I'll try.
    The outputFrontendTemplate hook is suitable here?
  21. Replies
    5
    Views
    5,287

    [solved] transform html bofore output

    SOLVED by using a HOOK parseFrontendTemplate.
    Thank you, everybody

    I need to replace some contents on every page before output it.
    At first look it's not a problem.
    Opening index.php, adding a...
  22. Re: Generate thumbs from ref-images from related catalog

    Thanx. Image insert tag worked perfect)
    Reference module needs to be explored))

    PS / offtop
    :?: Thyon, your catalog — is maybe the most usefull and powerfull Contao extension (bravo). Have you...
  23. Replies
    3
    Views
    841

    Re: link between 2 catalog

    Use Catalog Related module
  24. Replies
    6
    Views
    1,370

    Re: Can list and reader have default value?

    $this->redirect!
    so easy!
    yes!
    I love you, Thyon! ))
    I've tried to make a redirect, but with php header it isn't possible and this thing I didn't find anywhere.
    You've saved my life ))
  25. Replies
    6
    Views
    1,370

    Re: Can list and reader have default value?

    Yes, this are common options... but due to design, I need to place list and reader on one page. And this works good. I've even made "active" position of the list highlight, like this:


    $cur_addr...
  26. Re: Generate thumbs from ref-images from related catalog

    Reference module... I'll try, thanx.
    But in any case, I need to insert this inside the reader's page content...
    How can I insert a module in the template? I can-t find this info in Contao docs......
  27. Replies
    6
    Views
    1,370

    Re: Can filter and reader have default value?

    Sorry, I wath talking about list and reader
  28. Replies
    6
    Views
    1,370

    Can list and reader have default value?

    I have a page: /profiles-and-colors.html
    There are a list and a reader.
    When I go to this page, filter is not active and reader says «Catalog Item not Found»
    Not pretty :(

    Is there some...
  29. Generate thumbs from ref-images from related catalog

    Maybe not very right subject, but I don't know how to describe tye problem better.

    I have several catalogs that are corresponding to each other.
    For example, item of main catalog can have several...
  30. Replies
    1
    Views
    895

    Re: Idea about multilingual enhachment extension

    BTW
    I understand, that I can write php-code, that would manage this, and include it into the template or using insert tag.
    But it is not "contao-way", I think. It wouldn't be editable in BE and...
  31. Replies
    1
    Views
    895

    Multilingual enhachment extension

    I am not a PHP-developer (I know something, but not very much), so I have no possibility to make such extension, but it s very small and easy, and I think, that experiensed developer would make it in...
  32. Re: [solved] Taxonomy not working in catalog 2 beta1

    Thank you, Thyon :)
  33. Image title from "title"-field in Cataloglist

    We have a cataloglist.
    Each item displays photo (thumb), title, short description.
    In photos link generation is enabled (for lightbox).
    Is it possible to change images alts/titles from filenames...
  34. Re: Taxonomy not working in catalog 2 beta1

    YES!!
    Now it works.
    Thank you :)
    I think, you can update online files in repository :)

    (please reply, if you'll do so)
  35. Re: Taxonomy not working in catalog 2 beta1

    very-very-very strange...
    are there diffs in file structure? or in typolight hooks maintenance? or in backend of module?
    there must be something that is failing loading of taxonomy in BE...

    You...
  36. Re: Taxonomy not working in catalog 2 beta1

    catalog 2 beta1 over taxonomy 0.1.6 seems to be working...
    What are the differences between 0.1.6 and 0.1.7?
  37. Re: Taxonomy not working in catalog 2 beta1

    Note, that taxonomy 1.6 (installed manualy) works fine...
  38. Re: Taxonomy not working in catalog 2 beta1

    Yes, I see..
    Updated post, added error there and server info...
  39. Re: Taxonomy not working in catalog 2 beta1

    I was getting this error only with catalog 2 alpha — catalog 2 beta...
    with old versions of catalog taxonomy was working fine...
  40. Re: Taxonomy not working in catalog 2 beta1

    Cleared everything, disabled cache and gzip — all the same (
    news and catalog worked and working, just taxonomy is buging :(
  41. Re: Taxonomy not working in catalog 2 beta1

    Turned on error display:


    Fatal error: Could not load class tl_taxonomy in *address to typolight*/system/functions.php on line 74

    #0 [internal function]: __error(256, 'Could not load ...',...
  42. [solved] Taxonomy not working in catalog 2 beta1

    Solved by removing in /system/modules/taxonomy/dca/tl_taxonomy.php first line:

    $this->import('tl_taxonomy');
    ==================================================================

    I've installed...
  43. Thread: Catalog 2

    by Terion
    Replies
    37
    Views
    7,906

    Re: Catalog 2

    wow! that's really awesome news :)
    Thyon, you're best)
  44. Thread: Catalog 2

    by Terion
    Replies
    37
    Views
    7,906

    Re: Catalog 2

    I'm sorry, but can you say something about problem, that I've described earlier?(
    About non-working taxonomy...
    In versions 2.8.0—2.8.3 trying to enter taxonomy in backend results in blank...
  45. Thread: Catalog 2

    by Terion
    Replies
    37
    Views
    7,906

    Re: Catalog 2

    well... if install backend filterwiz — filtering works..
    BUT
    filtering by field, that is a child (non first-level) in taxonomy — error.
    searchbox gives an error too..
  46. Thread: Catalog 2

    by Terion
    Replies
    37
    Views
    7,906

    Re: Catalog 2

    I've tried to use it, but taxonomy doesn't work :(
    /typolight/main.php?do=taxonomy gives blank screen :(
    Then I've tried to use it with old taxonomy.. works.. but filter module doesn't work rght.....
  47. Replies
    7
    Views
    2,413

    Multi-level categories

    Greatings.
    First of all thanx to everyone for such great CMS and extensions. It is awesome.
    For second: sorry for some mistakes in text, that may occure — I'm from Eastern Europe, so I use English...
Results 1 to 47 of 47