Hi guys,
there should be a **notification symbol + number + message ** when users applied for a request on the requests-page (…/account/requests/).
%s Person applied for the job
%s Person sent you an offer
There is no other way (than email) how the user would understand, that someone has applied to the job.
Don’t you think?
ihor
March 14, 2023, 1:47pm
3
Thanks for your suggestion, we’ll consider adding this feature, it would improve the UX.
2 Likes
Hi.
put this code where you want to show the number of offers your request got.
<?php $totalcomments = get_comments_number(); echo $totalcomments; ?>
I inserted this code in this file
/public_html/wp-content/plugins/hivepress-requests/templates/request/view/request-created-date.php
and my result is this:
4 Likes