For anyone who was having issues being able to click the edit or delete buttons on expired listings from Dashboard...the below code is a fix for you. You just need to edit lines 188 and 189 of dashboard_functons.php (found in /library/controls/dashboard) to the following: Line 188 <span class="modify"><a href="<?php echo home_url("/dasboard/?page_id=$page_id&action=edit&pid=" . $listing->ID); ?>"><?php echo EDIT; ?></a> | Line 189 <a href="<?php echo home_url("/dasboard/?page_id=$page_id&action=delete&pid=" . $listing->ID); ?>"><?php echo DELETE; ?></a> | <a target="new" href="<?php echo $listing->guid; ?>"><?php echo VIEW; ?></a></span></td> Hope this helps. Nitesh, Nareej - I know you two are busy with lots of other fixes...so hope this helps lighten the load!
Hi Ipotent, I have got this problem today, i still getting multiple emails for listing reactivation (more than a thousand !! ) and tried to delete expire listing from my dashboad with no succès. it's allways redirecting me to the home page. I tried to use your code above , but it dont work , i'm redirected to an non-existent URL (domain.com/dasboard/?action=delete&pid=113 ) !! I saw that you add /dasboard to the URL but it's not working for me.