Broken links, Guests & profiles and email notifications
Hi,
I am trying to work with your theme, and I get the following problems:
1. Users can not apply to the project.
https://www.screencast.com/t/GFgYPOan5g
How can I fix the link? I found the following code in single-project-section-proposals.php:
<h5 class="no-results"><?php echo __( 'No Proposals Yet.', APP_TD ) . ( ( current_user_can( 'add_bid', get_the_ID() ) ? ' ' . sprintf( __( '<a href="%s">Apply to Project.</a>', APP_TD ), esc_url( get_the_hrb_apply_to_url() ) ) : '' ) ); ?></h5>
Where can I find the function get_the_hrb_apply_to_url() ?
And what is the best way to refactor it?
2. How can I disable the private email?
I want to allow my users to work with public email, how can I do that?
3. Guests & profiles
Currently, the guests must be logged in to see the profiles.
How can I change it? if there is no option to do it by
wp-admin, please let me know which files are relevant for me? because profile.php is irrelevant for me, the redirect happens before.
4. Email notifications
How can I configure it without your plugin?
I need the relevant files, please.
Thanks for your time.