Show the number of offers for requests

Hi guys,

there should be a **notification symbol + number + message ** when users applied for a request on the requests-page (…/account/requests/).

:bust_in_silhouette: %s Person applied for the job
:bust_in_silhouette: %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?

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:


3 Likes

Thanks buddy. I’ll try.