Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • raccuglia Friend
    #185919

    After saving a new article from the front end the next screen that shows up is the login, even if the person is already logged in. How can I configure that after saving an article in the front page takes it back to user page? Thanks.

    Saguaros Moderator
    #486790

    Dear raccuglia,

    By default, after editting a joomla article > click Save button, it will direct you to current page. If you want to redirect to another page, please take a look at this file:

    compontents/com_content/controllers/article.php

    Find funtion Save()

    [PHP]$this->setRedirect($this->getReturnPage());[/PHP]

    change to:

    [PHP]$this->setRedirect(“http://your_own_url_here”);[/PHP]

    Regards.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum