Search:

Type: Posts; User: etsauer

Search: Search took 0.00 seconds.

  1. Re: Problems moving Contao to different subdirectory

    There is no .htaccess in use.
  2. Re: Problems moving Contao to different subdirectory

    Yes, I did change the relative path in settings.
  3. Problems moving Contao to different subdirectory

    Hello.

    While trying to migrate Contao to one subdirectory to another, I came across this Warning on the home page:

    Warning: imagejpeg() [function.imagejpeg]: Unable to open...
  4. Changing title tag generated for new articles

    I would like to append a date of sorts to the page title that is generated for a news article, as I have weekly articles that are published with the same name and would like to differentiate between...
  5. Call to undefined method ModuleNewsListTags::addImageToTempl

    Hello,

    I am getting this error on my homepage.

    Fatal error: Call to undefined method ModuleNewsListTags::addImageToTemplate() in /[...]/system/modules/tags/ModuleNewsListTags.php on line 307
    ...
  6. Turn Catalog Extension into Online Store with PayPal

    I created this simple shopping cart plugin a while back for a customer (http://code.google.com/p/easycart/). I paired it with the TYPOlight catalog extension to create an e-commerce solution for...
  7. Re: Mootools Navigation sub-menu's won't collapse

    Actually, this only fixes it when I navigate to a level_1 page. Still looking for a fix for sub level pages.
  8. Re: Mootools Navigation sub-menu's won't collapse

    Just so everyone knows, I found a solutions. I just removed the following lines in the nav_moomenu template:


    <?php if($item['isActive']) : ?>
    ....
    <?php else: ?>


    and also:
  9. Re: TYPOlight javascript functionality not working

    Hey this worked great! Thanks!
  10. Re: TYPOlight javascript functionality not working

    I just ran the system check tool and it did not come up with any errors other than my maximum upload file size. I also tried reuploading a couple of the js files mentioned in the error messages I am...
  11. Re: TYPOlight javascript functionality not working

    Thanks for the suggestions. ramjet, can you point me to where that system check tool is?
  12. Re: TYPOlight javascript functionality not working

    Just a side note. It is also working in other typolight installations have, so its something wrong with this specific one.
  13. TYPOlight javascript functionality not working

    I have logged in on two computers and tried two different browsers. Any backend ajax functionality such as collapsing and uncollapsing menus is not working. I am currently using 2.7.2
  14. Re: Mootools Navigation sub-menu's won't collapse

    Mootools template is set to moo_close_all, and still nothing has changed. Any other suggestions?
  15. Replies
    3
    Views
    1,195

    Form confirmation messages

    Does anyone have a good way of displaying confirmation messages to a user who has submitted a form? I would rather be able to implement dynamic messages on the page with the form rather than...
  16. Mootools Navigation sub-menu's won't collapse

    I have a mootools navigation drop down menu across the top of a site. Everything works fine when I am on the home page, which has no submenu items, but then I navigate to a second level page, the...
  17. Replies
    2
    Views
    904

    Re: Linking to a file in site navigation

    Ok, currently using an external redirect to the absolute URL of the file. I would like to find a better way, as the site will eventually be at a different url.

    If anyone has a better method, let...
  18. Replies
    2
    Views
    904

    Linking to a file in site navigation

    Is there a straight forward way to put a link in a site's main navigation that opens a PDF, preferably in another window?
  19. Replies
    1
    Views
    846

    Make new teaser a required field

    I always forget to add a teaser when I create new News articles, and I would like to try and make it a required field. Is there a backend template for the form where I can do that? Or would I...
  20. Dynamic Page Titles when Tags are clicked.

    Is there a way to have a tag name reflected in the page title when clicked?

    I have a news based website, http://footballerbuzz.com and I have a news tag cloud of team names in the sidebar. I would...
  21. Replies
    4
    Views
    1,664

    Re: Embedding YouTube Video

    Nevermind, I just needed to add the <embed> tag to the allowed tags in the Settings module.
  22. Replies
    4
    Views
    1,664

    Embedding YouTube Video

    Hey Guys,

    What is the best way people have found to embed a youtube video? I have tried using the YouTube generated embed code and copy/pasting into a Custom HTML module, but this doesn't work in...
  23. Re: What encryption algorithm is used for passwords

    Thanks!
  24. What encryption algorithm is used for passwords

    I need to reset my administrator password and I was going to just enter the encryption string into the database and I was wondering what encryption method is used for TYPOlight passwords.

    Thanks.
  25. Replies
    2
    Views
    2,020

    Re: Getting a multi-level accordion menu

    Is there anyone who can help me with this?
  26. Replies
    4
    Views
    2,288

    Re: Rewrite URL Not Working

    my .htaccess file is as follows (actually, it is currently ._htaccess):

    ##
    # Rewrite base
    ##
    RewriteEngine On
    RewriteBase /

    ##
    # Block malicious requests
  27. Replies
    4
    Views
    2,467

    Re: tag cloud news not filtering feed

    Thanks Helmut

    Yes I was using newslist. I'll direct it to the archive.
  28. Re: Putting Custom layout section above rest of page

    Thanks, this worked great, except I also had to remove the getCustomSections('before') function call to prevent the banner from showing up twice.

    I just wanted a custom section for personal...
  29. Replies
    4
    Views
    2,467

    tag cloud news not filtering feed

    I'm not sure what it is that I am doing wrong, but here is the link to the page: http://soccertraderumors.morseave.com/i ... /buzz.html

    As you can see, I have a tag cloud in the right side bar, I...
  30. Replies
    2
    Views
    2,020

    Getting a multi-level accordion menu

    I want to put a nested list into an accordion element. The list has two levels, the first of which is months, the second is days, then the actual content as such:

    June
    1
    entry
    ...
  31. Putting Custom layout section above rest of page

    Hi,

    I am trying to add a custom layout section above the header of my pages to hold a banner ad. I added the line
    <?php echo $this->getCustomSections('top'); ?> to my template, and added the...
  32. Replies
    4
    Views
    2,288

    Rewrite URL Not Working

    When I enable rewrite url on the settings page, I get 404 errors on the front-end. I think it has something to do with the .htaccess file, as there was already an .htaccess in that directory. I have...
  33. Re: Display member's username in a welcome message

    hey thanks, that's exactly what I needed.
  34. Display member's username in a welcome message

    Hello,

    I would like to display a welcome message to front-end members when they are logged in. I know system settings can be done in custom html modules using something like...
Results 1 to 34 of 37