gamelogy
Forum Replies Created
-
When I select a dynamic field, these filtering options appear. How can I enable the user to view their own orders?
a shortcode for single group page
This is how I edited it
( get_option(‘siteurl’) .”/” . bp_core_get_user_displayname( bp_loggedin_user_id() ) )
unfortunately it did not work, it redirects to the home page
This code redirects to account settings page.
esc_url( get_edit_user_link( $loggined_user_id ) )I want to redirect to profile page
Sorry, I couldn’t convey what I meant because my English is poor.
How can I redirect each user to their profile page
<?php/**
* Load parent theme style
*/
add_action( ‘wp_enqueue_scripts’, ‘jnews_child_enqueue_parent_style’ );function jnews_child_enqueue_parent_style()
{
wp_enqueue_style( ‘jnews-parent-style’, get_parent_theme_file_uri(‘/style.css’));
}
function change_dropdown_link_account_menu( $dropdown ) {if ( isset( $dropdown[‘account’] ) ) {
$endpoint = \JNews\AccountPage::getInstance()->get_endpoint();
$dropdown[‘account’] = array(
‘text’ => jnews_return_translation($endpoint[‘account’][‘title’], ‘jnews’, $endpoint[‘account’][‘label’]),
‘url’ => esc_url( ‘MY_LINK’ ), /* Change URL of My Account */
);
}return $dropdown;
}
add_filter( ‘jnews_dropdown_link’, ‘change_dropdown_link_account_menu’, 99 );What should I write where it says MY_LINK?
- This reply was modified 4 years, 4 months ago by gamelogy.
I installed a backup of the site, the version before youzify 3.2.7 installation. I am getting this error after updating yozify version
link: https://gamelogy.net/far-cry-5/
- This reply was modified 4 years, 8 months ago by gamelogy.
Thanks for the answer, I’m looking forward to the shortcode for Group.
if in activity shortcode i have a problem like in the picture
Picture: https://i.hizliresim.com/kn6i7z6.png