Search:

Type: Posts; User: redwax

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

  1. Replies
    2
    Views
    1,475

    Awesome...thank you for this quick...

    Awesome...thank you for this quick response...that's exactly what I figured out on the other site a year ago but for some reason I completely missed this whilst looking again...clearly not at my...
  2. Replies
    2
    Views
    1,475

    Root page rewrite

    I've noticed that with each site I build, when I type the domain name of the site...www.mysite.com, the URL redirects to www.mysite.com/home.html, rather than just displaying it as www.mysite.com
    ...
  3. Replies
    7
    Views
    2,748

    Re: Renaming the 'contao' folder

    Catch 22. I like the fact very few people have heard of it. From a security point of view it is a winner. On the other hand, if it were more known then people might stop using blogging software...
  4. Replies
    7
    Views
    2,748

    Re: Renaming the 'contao' folder

    This is what I kinda thought unfortunately. And obviously, I really don't want to get into the habit of hacking the core code. I think this would be a fairly quick and easy feature to implement and...
  5. Replies
    7
    Views
    2,748

    Renaming the 'contao' folder

    For the purposes (partly) of security, does anybody know if there is any means by which the backend 'contao' folder can be renamed?
  6. Replies
    4
    Views
    1,722

    Re: [tree] Tree BE/FE Custom Data System (

    That's fine, just thought I would check before duplicating stuff here! :-)
  7. Replies
    4
    Views
    1,722

    Re: [tree] Tree BE/FE Custom Data System (

    thyon, this looks excellent! I am just embarking on a business directory project and was hoping this would fit the bill!

    So, I've installed a fresh Contao 2.11.8 for the project, I'm running PHP...
  8. Replies
    4
    Views
    1,966

    Re: Auto Login from 3rd party site

    Thanks for your thoughs on this Blair - I'll get back to this project shortly, so if I have success with this I'll post an update here.
  9. Replies
    4
    Views
    1,966

    Auto Login from 3rd party site

    I've had a look back through the forum posts and it appears there are a few people that have asked similar questions... The closest I found was this:
    ...
  10. Replies
    6
    Views
    2,658

    Re: Frontend Checkbox & Radio Defaults

    Thanks Ruud. From your posting (and possibly having benefitted from getting some sleep - a rarity), I tracked down my issue to how I've created the widget. It was the 3rd parameter and because in...
  11. Replies
    6
    Views
    2,658

    Re: Frontend Checkbox & Radio Defaults

    I've looked at that dca (tl_news) and implemented for my situation as follows:



    'myfield' => array(
    'label' => &$GLOBALS['TL_LANG']['tl_my_table']['myField'],
    'inputType' => 'checkbox',...
  12. Replies
    6
    Views
    2,658

    Re: Frontend Checkbox & Radio Defaults

    Thanks Thyon but I'm not sure I follow (the last bit).

    I have something like this in my dca:



    blah...
    'default' => '1', //does nothing for me here
    'options' => array('1'),
    'reference' =>...
  13. Replies
    6
    Views
    2,658

    Frontend Checkbox & Radio Defaults

    I'm having some issues implimenting checkboxes and radio fields in the front end with default selections. I have a situation where I need single checkbox to be ticked by default. I can just about...
  14. Re: prepareForWidget - overriding DCA's options/options_call

    Thanks for this thyon. I've managed to achieve what I wished with this and implemented the date picker in my frontend forms too, which is a bonus :D

    I do have another question with regard to...
  15. prepareForWidget - overriding DCA's options/options_callback

    Hi

    I am writing a fairly sizable extension, having built the backend logic/display etc but I have come up against a hurdle with the prepareForWidget() method when building the frontend. I have...
  16. Replies
    15
    Views
    12,868

    Re: English books for Contao

    I know this is quite an old thread but the issue is still alive and kicking.

    I've written modules for various web scripts over the years and the key to (my) success has always been good...
  17. Replies
    3
    Views
    1,614

    Re: Displaying a list - MySQL Adjacency

    Do you know, I had considered this but I thought, it is a nightmare (comparatively) to update the position of an item. Now you mention it again, I realise that this doesn't matter as...
  18. Replies
    3
    Views
    1,614

    Displaying a list - MySQL Adjacency

    I am just coding my first module in Contao and I am trying to display a list from a table I created. The table looks like this:

    id | pid | name | ...
  19. Replies
    2
    Views
    1,272

    Re: Customising mod_faqreader.tpl

    I've answered my own question. I made a new template from mod_faqreader.tpl and renamed it. It didn't work. Renaming it back to the original name mod_faqreader.tpl is the key.
  20. Replies
    2
    Views
    1,272

    Customising mod_faqreader.tpl

    I would like to modify mod_faqreader.tpl slightly but I cannot figure out how to use my modified tpl. I am using TL 2.9.1 and I have created a template from the original mod_faqreader.tpl and made...
  21. Replies
    6
    Views
    1,915

    Re: Non Linked Menu Item

    You can change your default navigation template "nav_default.tpl" as follows:



    <ul class="<?php echo $this->level; ?>">
    <?php foreach ($this->items as $item): ?>
    <?php if ($item['isActive']):...
  22. Replies
    6
    Views
    1,915

    Re: Non Linked Menu Item

    Thanks for the info - I hadn't clocked this setting.
  23. Replies
    6
    Views
    1,915

    Non Linked Menu Item

    Hi

    I would like to create an entry in the navigation menu that isn't a link so that it serves only as a heading to a drop down. So is there a waty to detect if an item has subitems and if so not...
  24. Re: Highlight Parent of selected item in dropdown menu

    Unfortunately, this doesn't show anything at the moment. What I am left with tryiong to do is create a parent item that doesn't have a page associates with it so that it simply forms an unlinked...
  25. Re: Highlight Parent of selected item in dropdown menu

    I feel like an idiot - I do use firebug but some how I completely missed that. Thank you.



    Simply, for level_1 menu entries that have a dropdown with level_2 child menu entries, I would like...
  26. Highlight Parent of selected item in dropdown menu

    Hi

    I am developing my first site using Contao and have a question regarding multi-level navigation.

    The menu I have is working perfectly and renders the following html:



    <ul...
Results 1 to 26 of 26