Results 1 to 4 of 4

Thread: Dashboard link problem. Please help.

  1. #1
    Thread Starter
    Junior Member pixel's Avatar
    Join Date
    Mar 2010
    Posts
    37
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Dashboard link problem. Please help.

    Hi,
    I've set up the theme and went through all the installation process correctly. I also included the italian lang files and it all seemed working correctly.

    I want my visitors to sign in in order to post an ad so I also activated the "dashboard", "Edit Ad" and "Profile" php files.

    Since my website is in Italian, the "my dashboard" link is "pannello di controllo" and when I click it, it takes me to this link http://www.rileggi.it/dashboard/ and says "page not found". I tried writing http://www.rileggi.it/pannello-di-controllo/ and there was my Italian dashboard nice and working.

    This means that there's an error in the link, how can I change it ?

    I would appreciate it if someone could help.

    Thank you

  2. #2
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Dashboard link problem. Please help.

    what's the permalink slug for dashboard in the pages edit? it should be 'dashboard'. yoursite.com/dashboard ... sounds like it's yoursite/pannello-di-controllo/

    I guess if you open header php and change
    Code:
    define("cp_dashboard_url", "/dashboard/");
    into

    Code:
    define("cp_dashboard_url", "/pannello-di-controllo/");
    you could access it as pannello-di-controllo.

  3. #3
    Thread Starter
    Junior Member pixel's Avatar
    Join Date
    Mar 2010
    Posts
    37
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Re: Dashboard link problem. Please help.

    Problem solved.

    Thank you so much, I really appreciate your help.

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Dashboard link problem. Please help.

    Thanks Damien for providing the help

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. post a classifieds link ?
    By sonnycool in forum ClassiPress General Discussion
    Replies: 5
    Last Post: May 19th, 2009, 09:07 AM