ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

title_permalink not parsing arguments??

June 26, 2011 6:52am

Subscribe [2]
  • #1 / Jun 26, 2011 6:52am

    Rogier

    9 posts

    When i use the template tag {title_permalink="news_articles/view"} it will not produce the link with the given arguments. It produces just the base url with the title url.

    Why does this not work properly?

    {exp:channel:entries channel="news_articles" limit="1"}
    
                {title}
                {date}
                {author}
    
                {article_excerpt}
                {article_body}
                {title_permalink="news_articles/view"}
    
                {/exp:channel:entries}

    Also when i rename admin.php and in the config.php the url set to the renamed admin.php cp does not work anymore.
    When i request the renamed url it redirects to admin.php which does not excists anymore (cause i renamed the file) how do i fix this?

    For both i’m running EE2 on MAMP, if that makes any differents.

    Please help me.

    Greetings

  • #2 / Jun 27, 2011 10:33am

    Kyle Cotter

    730 posts

    Hi Rogier,

    We actually released a hotfix relating to the {title_permalink} issue which you can learn more about here.

    Unfortunately I am unable to replicate your issue with renaming admin.php.

    Can you double check that you’ve renamed the admin.php file in your FTP, and that you use

    $config['cp_url'] = "http://example.com/RENAMED.php";

    in the config.php to change the path to the file?

    Also, unrelated, but I wanted to point it out to you, instead of {date} try using {entry_date} to show the entry date.

    But first and foremost, I recommend you update according to those hotfixes.

    Thanks Rogier! 😊

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases