Search:

Type: Posts; User: Tru

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,340

    [template_override] Custom module templates

    Hi there

    If you ever wanted to have two newslist modules each with own layout (mod_newslist) now you can use this module...
  2. Replies
    4
    Views
    8,961

    Sticky: Re: List of Contao tutorials

    You can find the Polish tutorials at http://contao.pl/tutorials.html.
  3. Replies
    1
    Views
    1,261

    RoR hosting for Redmine

    Hey there

    I am looking for a good Ruby on Rails hosting because I need to setup a Redmine installation. I don't expect anything spectacular about specs. What could you recommend? Does anybody know...
  4. Replies
    6
    Views
    2,630

    Re: DCA field "radioTable"

    Maybe CSS or reference ($GLOBALS['TL_LANG']['tl_layout']
  5. Replies
    1
    Views
    1,488

    Re: timestamp and timezone

    Every date or time can be parsed two ways: either via parseDate() function or by a Date class. I am not sure if they consider timezone, but you could check that really fast:...
  6. Replies
    1
    Views
    924

    Re: customizing the asterix for mandatory fields?

    AFAIR the asterix is hardcoded in Widget class, so it is not possible to do that. Maybe you could try with javascript...
  7. Replies
    5
    Views
    5,950

    Re: Developing my first module

    Hey punkstjimmy

    You may wanna take a look at the more recent version of the tutorial, can be found here - http://blog.qzminski.com/2010/09/create-a-custom-contao-module-part-one/. Soon I will...
  8. Replies
    8
    Views
    3,310

    Re: PHP Array Filter help

    Where do you get this array from? Maybe you can use glob() function to retrieve only 1st level of a folder?
  9. Replies
    6
    Views
    2,316

    Re: What About a New Section in the Forum?

    Well, I guess you will find literally all information on german forums... :?
    The idea isn't bad itself, but I think it shouldn't be a forum category - maybe a subpage on Contao.org?
  10. Thread: Scoring answers

    by Tru
    Replies
    4
    Views
    1,981

    Re: Scoring answers

    That is a brilliant idea! Vanilla (forums) have a similiar plugin to install, I think it is a mandatory thing on support forums.
  11. Re: How to change palette using a select menu as a selector

    Yea I found the same solution on german forums as thyon describes here, but somehow I didn't manage it to work. Instead, I came with this onload_callback function
    [code=php:3v8jnibs]<span...
  12. Re: How to add custom items links to main navigation?

    Some time ago I had a similar problem, I solved it with this code http://pstbn.com/6FGIU3i. You will need to modify it, but should give you the main idea.
  13. Replies
    4
    Views
    2,197

    Re: FE_USER_AUTH cookie across subdomains

    Is it generally a bad idea to modify the core files, because they will be overwritten by the next update. Why don't you set the cookie in a HOOK like postLogin? Isn't that possible?
  14. Replies
    2
    Views
    1,248

    Re: Filter options from foreignKey

    Why it's not flexible for you? :shock:
    Check out these examples
    [code=php:3228wpc5]<span class="syntaxdefault">
    class*tl_some_dca*extends*Backend
    </span><span class="syntaxkeyword">{...
  15. Re: Quick tip: Make News Teaser use the Rich Text Editor

    Or just use tinyFlash instead, this is a less featured editor, which won't broke your layout with h1 headings or images.
  16. Replies
    9
    Views
    3,062

    Re: dealing with jumpTo page

    No, I haven't yet. Feel free to make a ticket.
  17. Replies
    4
    Views
    1,802

    Re: paste_button_callback

    Thanks, feel free to use it :)
  18. Replies
    4
    Views
    1,802

    Re: paste_button_callback

    /system/modules/backend/dca/tl_article.php line 66
    http://pstbn.com/ejIQzb

    /system/modules/backend/dca/tl_page.php line 65
    http://pstbn.com/GjIQzb
  19. Replies
    14
    Views
    3,787

    Re: Reading MS Access db

    Hi Ruud

    Please check the link from my previous post http://pstbn.com/felQzb. There is also a usage example at the bottom of it.

    I don't think that creating another database instance is possible...
  20. Replies
    14
    Views
    3,787

    Re: Reading MS Access db

    How would you change the database other way?
  21. Replies
    14
    Views
    3,787

    Re: Reading MS Access db

    In addition to my code, here is corrected version:
    [code=php:2zkexirl]<span class="syntaxdefault">
    </span><span class="syntaxcomment">/**
    ***Change*database*to*external
    ***@param*boolean
    **/...
  22. Replies
    14
    Views
    3,787

    Re: Reading MS Access db

    It would be great if you could write a new driver (I think that in early TYPOlight releases there was more drivers). I just wanted you to share a piece of code that I used in my recent project, to...
  23. Replies
    8
    Views
    2,489

    Re: add field in tl_page palettes

    It should be /system/modules/drop_navigation/dca/tl_page.php
  24. Replies
    8
    Views
    2,489

    Re: add field in tl_page palettes

    Well, the code seems to be correct. What's the problem? The field does not display?
  25. Replies
    8
    Views
    2,489

    Re: add field in tl_page palettes

    Have you also updated the database so test_check field exists in tl_page table?
  26. Re: Easiest Method to restrict IDs to current BE User ONLY

    Hey thyon, I think this might be helpful (not sure if I got your point though, got some problems with it lately):
    [code=php:2sqxpd4j]<span class="syntaxdefault">
    </span><span...
  27. Replies
    11
    Views
    3,287

    Re: Visibility inside Contao classes

    That is a very good question ramjet! I would also like to know why not all functions/vars are public. Maybe this somehow affects the memory?
  28. Replies
    4
    Views
    1,517

    Re: Contao Framework Question

    I guess it is
    [code=php:1ogcq3te]<span class="syntaxdefault">
    </span><span class="syntaxkeyword">global*</span><span class="syntaxdefault">$objPage</span><span class="syntaxkeyword">;
    </span><span...
  29. Replies
    1
    Views
    875

    Re: Turning off cached queries

    Not sure what do you mean (prepare() function does not execute the query), but this is you might want:
    [code=php:1op53wng]<span class="syntaxdefault">
    $objAsd*</span><span...
  30. Replies
    3
    Views
    1,646

    Re: Creating simple ContentElement [solved]

    Probably the missing comma after title's legend was the cause.
  31. Replies
    1
    Views
    1,186

    Re: Get Currently Logged In User's Id

    [code=php:2irft68s]<span class="syntaxdefault">
    $this</span><span class="syntaxkeyword">-></span><span class="syntaxdefault">import</span><span class="syntaxkeyword">(</span><span...
  32. Replies
    3
    Views
    1,967

    Re: Contao forge - contao-forge.org

    And once again the website is dominated by german language. No, wait, it's whole in german language! This is a nonsense. Do you think that both languages can cooperate on one website?
  33. Replies
    2
    Views
    1,604

    Re: onsubmit_callback, save_callback not triggered

    [code=php:1rug06gx]<span class="syntaxdefault">
    $GLOBALS</span><span class="syntaxkeyword">[</span><span class="syntaxstring">'TL_DCA'</span><span class="syntaxkeyword">][</span><span...
  34. Replies
    4
    Views
    1,740

    Re: on_submit_callback for tl_files module

    I guess it should be:
    [code=php:2q1ly124]<span class="syntaxdefault">
    $GLOBALS</span><span class="syntaxkeyword">[</span><span class="syntaxstring">'TL_DCA'</span><span...
  35. Replies
    6
    Views
    2,598

    Re: ContentElement for cd_collection module?

    Ok, a little hint.

    Create new files ModuleCdList.php and ModuleCdReader.php in /system/modules/cd_collection/:
    ModuleCdList.php
    [code=php:ptm8r7li]<span class="syntaxdefault">
    </span><span...
  36. Replies
    19
    Views
    5,253

    Re: edit system driver like DC_Table.php

    No, it won't work. Please take a look how Catalog is made, it uses a custom data container.
  37. Replies
    6
    Views
    2,598

    Re: ContentElement for cd_collection module?

    Just as the Thyon said, but if you followed my tutorial it would be much easier to use ID instead of alias, to load specified CD. However, if you would like to follow the alias way, you can take a...
  38. Replies
    23
    Views
    5,033

    Re: Contao Developer Conference 2010 in Stuttgart DE

    Well, yeah, but I meant that the biggest problem is to provide the content for a book. The language mistakes could be corrected by native-speakers then.
  39. Replies
    23
    Views
    5,033

    Re: Contao Developer Conference 2010 in Stuttgart DE

    Well, we are allowed to blame, as we are not a part of the Contao team but a regular users.

    That's the choice of the Contao team whether they want to have a cms popular worldwide or not. But...
  40. Replies
    23
    Views
    5,033

    Re: Contao Developer Conference 2010 in Stuttgart DE

    Haha, you're right! :lol:

    @Toflar
    And you still wonder why the english community is smaller than german one, if all conferences are in deutsch?
  41. Replies
    3
    Views
    1,463

    Re: label format convertion

    Check out my post http://blog.qzminski.com/2010/05/quick- ... _callback/
  42. Replies
    33
    Views
    6,681

    Re: Developer Donation Challenge

    In my opinion, Contao does not need money support. Of course, cash could push Contao forward, but not as much as the growing number of users. The thing is this cms needs more docs (like...
  43. Replies
    13
    Views
    4,716

    Re: How to override page title?

    Seriosuly, this solution works!
    [code=php:33zgoiqh]<span class="syntaxdefault">
    </span><span class="syntaxkeyword">global*</span><span class="syntaxdefault">$objPage</span><span...
  44. Replies
    5
    Views
    5,304

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

    You must define the HOOK within a module. Take a look at /system/modules/news/config/config.php (there you define a hook) and /system/modules/news/News.php (the function). Then create your own files.
  45. Replies
    5
    Views
    5,304

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

    Why not use a HOOK?
  46. Replies
    9
    Views
    2,258

    Re: Multi-dates Selection

    Well, I will be developing similar tool in the nearest future, so if I invent something cool I will share it with you.
  47. Replies
    3
    Views
    1,734

    Re: Check frontend user group

    I've got this little function in my project
    [code=php:jipsn8ke]<span class="syntaxdefault">
    </span><span class="syntaxcomment">/**
    ***Check*permissions
    ***@param*object
    ***@return*boolean
    **/...
  48. Replies
    1
    Views
    1,533

    Re: cd-collection tutorial

    Hey, you might want to follow the more fresh tutorial that is located at my blog http://blog.qzminski.com/2010/04/create ... -part-one/
  49. Replies
    3
    Views
    1,600

    Re: BRAINSTORM: User targeting support in contao

    Sounds very promising!
  50. Replies
    1
    Views
    1,231

    Re: My Website Loads funny!

    If I remember good, this is a known Firefox gzip compression issue.
  51. Thread: Factory

    by Tru
    Replies
    18
    Views
    5,146

    Re: Factory

    @Ben
    The idea was born while participating in the discussion you actually started (how to make Contao more popular) ;)

    @acenes
    First of all, it will be based on Contao itself. Secondly it will...
  52. Thread: Factory

    by Tru
    Replies
    18
    Views
    5,146

    Re: Factory

    Hi Ben

    In short words, it's a new project that its aim to provide a solid Contao documentation for regular users and for developers. The official documentation missed many important things, so we...
  53. Replies
    6
    Views
    1,470

    Re: Is changing imagepaths possible?

    Hey Ola

    Some time ago I've developed a little feature, that creates a folder when news or article is created. For example, if you create a news "Hello World !", the folder...
  54. Replies
    9
    Views
    3,062

    Re: dealing with jumpTo page

    Seriously, Leo should provide a new function that generates frontend url directly from the page id...
  55. Thread: Erratic Dog

    by Tru
    Replies
    4
    Views
    1,581

    Re: Erratic Dog

    Yeah, it can be designed much much better. There are plenty of redundant info out there like Type, License, Popularity, Rating or Category.
  56. Thread: PHP if

    by Tru
    Replies
    4
    Views
    1,574

    Re: PHP if

    I agree with ga.n and thyon. WP plugins creators still use brackets in templates, oh my god :roll:
  57. Replies
    3
    Views
    1,199

    Re: Random Imagem module using under Custom HTML?!

    Yes, try to use insert tag

    {{insert_module::ID}}
    where ID is the id of random image module.
  58. Replies
    5
    Views
    1,817

    Re: Widget error positioning tip

    Useful tip, Blair! Thanks
  59. Replies
    3
    Views
    2,280

    Re: how to add javascript by code?

    Of course. I use it and works pretty well.
  60. Replies
    3
    Views
    2,280

    Re: how to add javascript by code?

    Try


    $GLOBALS['TL_HEAD'][] = '<script type="text/javascript">$myValue... function()...</script>';
Results 1 to 60 of 175
Page 1 of 3 1 2 3