(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 ››','cp') . '</div>';
with this
$errmsg = '<div class="box-yellow">
' . __('Your ad has been updated!','cp') . '
' . __('My Dashboard ››','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]