Hi - I'm not seeing an onscreen notification after a listing update is submitted (image added, text changed, etc). Right now, there is no way for members to be sure that their update has taken effect. Could you send me the code snippet to add to dashboard_functions.php to put the onscreen update confirmation in place?
Hello, For this go to the geocrafttheme\library\controls\dashboard and add code given below as shown in the image. Code: if(!empty($last_postid)){ ?> <script type="text/javascript"> alert('Your listing has been updated.'); </script> <?php }
Thanks for the update. This gives me an error on line <?php line (line 784 in your example) after I add the code as shown. Is there a syntax error, possibly? Could you check and confirm that the suggested code is correct?
It appears to work... In which file would I add a similar message when someone creates a new member account, like "Thank you. Your account has been created."
Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.