euskaldunak
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Follow] Translation issuesExcuse me, do you need more information to locate where are the words I am talking about?
Thank you!Forum: Plugins
In reply to: [WangGuard] Login error if "Activate Signup Moderation"Yessss, it works!!!
Sorry for not answering those days. I’ve had messy days.
Thank you a lot.
Regards!Forum: Plugins
In reply to: [WangGuard] Login error if "Activate Signup Moderation"No, they are independent topics.
Can you reproduce the error? If not, I will try a fresh WordPress instalation only with wangguard.
At this moment I’m trying just deactivating plugins in production webs.
Thank you.
Forum: Plugins
In reply to: [WangGuard] Reset, Uninstall, Clean ReinstalationDone. I have te tables again.
Gracias!!!
Forum: Plugins
In reply to: [BP Blog Author Link] Different link on my site than /membersHere you have the solution I found. Regards!
function ra_add_author_filter() { add_filter( 'author_link', 'ra_bp_filter_author' ); } add_action( 'wp_head', 'ra_add_author_filter' ); function ra_bp_filter_author( $content ) { if( defined( 'BP_MEMBERS_SLUG' ) ) { if( is_multisite() ) { $member_url = network_home_url( BP_MEMBERS_SLUG ); if( !is_subdomain_install() && is_main_site() ) $extra = '/blog'; else $extra = ''; $blog_url = get_option( 'siteurl' ) . $extra . '/author'; return str_replace( $blog_url, $member_url, $content ); } // load the buddypress global $bp; // get the custom slug $slug = $bp->pages->members->slug; return preg_replace( '/author\/?(.*)?/', $slug . '/$1', $content ); } return $content ; } ?>
Yes, I understood. (“we are going to be rolling out a much better system… …needed to remove it from this version”)
Thank you!
Forum: Plugins
In reply to: [BP Blog Author Link] Different link on my site than /membersYes, thanks for the answer. I also asked to BP Multilingual suport. Hope to have soon an answer. I will write it here.
Regards!Forum: Plugins
In reply to: [BP Blog Author Link] Different link on my site than /membersWell, I tried but didn’t get. I’m not a developper, sorry. I may need little more time. ??
The main issue is that using buddypress multilanguage, this url changes depending on the language displayed.
While in English it is: https://proiektuenazoka.org/members/tomas/profile/
In Basque the right slug is: https://proiektuenazoka.org/eu/partaideak/tomas/profila/
And in Spanish the right slug is: https://proiektuenazoka.org/es/participantes/tomas/perfil/
Some other plugins manage that, so it is something that can be done. But just a newbie, no idea where to start touching it.
Anyway, don’t matter. Sincercly, thank you very much! ??
Hugs.
Forum: Plugins
In reply to: [BP Blog Author Link] Different link on my site than /membersIn my case the problem is that we use the Buddypres Multilingual plugin for WPML. So that slug changes from language to language.
Is it something easy to solve? Can you give me a hint?
Thanks a lot!!!!Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Updates/upgrades?Perfect!! Thank you.
I will contact you by email. ??