Home › Forums › WC Vendors Pro Support › Registration page issues › Reply To: Registration page issues
didnt see your reply before i pasted this.. okay thank you!
maybe im blind.. where is it lol
option( ‘create-new-post’ );
$bookmarks_page = buddyboss_sap()->option( ‘bookmarks-page’ );
$bookmark_post = buddyboss_sap()->option( ‘bookmark_post’ );
}
?>
” class=”header-button boss-tooltip underlined bookmark-page” data-tooltip=””>
” class=”header-button underlined boss-tooltip boss-setting-icon” data-tooltip=””>
“>
<?php
}
if ( is_user_logged_in() && buddyboss_is_bp_active() && $create_new_post_page && onesocial_get_option( ‘write_post_button’ ) ) {
$href = trailingslashit( get_permalink( $create_new_post_page ) );
//Keeping addnew post same if network activated
if (onesocial_userblog_is_network_activated()) {
$href = trailingslashit(get_blog_permalink( 1,$create_new_post_page ));
}
?>
” class=”header-button boss-tooltip boss-write-story-icon” data-tooltip=”<?php _e( ‘Write a Story’, ‘onesocial’ ); ?>”>
<i class=”bb-icon-write”></i>
<?php }
?>
<?php get_template_part( ‘template-parts/header-user-links’ ); ?>
</div>
</div>
-
This reply was modified 6 years, 1 month ago by
ryan.