I am making my own praise hack. This is basically the opposite of report this post. It's all done except the last step. I would like to to redirect back to the post as the report does, but can't seem to get it to work. How do I make my own print_standard_redirect?
I am trying:
PHP Code:
eval(print_standard_redirect("Thank you for praising that post. " . $from['username'] . " will be notified of the praise."));
It's not working.
Nevermind, solved this by adding a ", false, true" after my comment.