Results 1 to 1 of 1

Thread: (solved) small bug in edit-ad page

  1. #1
    Affiliate Member AppThemes Affiliate cjseven's Avatar
    Join Date
    Jun 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    (solved) small bug in edit-ad page

    Hi,

    I had a small bug in edit-ad page. When users click to update ad they see a yellow box with this text:

    Your ad was updated

    Dashboard >> (link)

    That link in my installation goes to http://domain [dot] com/edit-ad/dashboard witch returns "Page not found"

    I solved this issue (don't know if this is specific to my site. it was translated and made a few customizations) replacing:

    line 94 tpl-edit-ad.php

    $errmsg = '<div class="box-yellow">' . __('Your ad has been updated!','cp') . '

    ' . __('My Dashboard &rsaquo;&rsaquo;','cp') . '</div>';

    with this

    $errmsg = '<div class="box-yellow">' . __('Your ad has been updated!','cp') . '

    ' . __('My Dashboard &rsaquo;&rsaquo;','cp') . '</div>';

    NOTE: It is just a dot!

    Now that link send user to http://domain [dot] com/dashboard

    Hope that helps someone with same issue.

    Thanks,

    Antonio
    [url="http://www.licenciados.info"]http://www.licenciados.info[/url] | [url="http://www.formacao.info"]http://www.formacao.info[/url] | [url="http://www.alugarquarto.net"]http://www.alugarquarto.net[/url] | [url="http://www.alugarapartamento.net"]http://www.alugarapartamento.net[/url] | [url="http://www.comprarapartamento.net"]http://www.comprarapartamento.net[/url]

Thread Information

Users Browsing this Thread

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