Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
May 2020
May 26 Tue · 14:05
Forums med
Posted a reply to Show Default Menu Pages, on the site WordPress.org Forums:
Hi @nfmohit, I found a workaround : function redirectAfterProfileDisplay() { $location = bp_core_get_user_domain(bp_displayed_user_id()).'slug_name'; bp_core_redirect($location); return;…
May 22 Fri · 13:22
Forums med
Posted a reply to Hide tabs in other profiles, on the site WordPress.org Forums:
Hey, Yes, everything works without the code snippet. I did those test. I deactivated all…
May 21 Thu · 13:20
Forums med
Posted a reply to Hide tabs in other profiles, on the site WordPress.org Forums:
Hi @nfmohit My code snippet is : function exclude_tab_if_not_personal_profile() { if (!bp_is_my_profile()) { bp_core_remove_nav_item('planning'); }…
May 21 Thu · 13:16
Forums med
Posted a reply to Personnal new page, on the site WordPress.org Forums:
Hi, Done : https://wordpress.org/support/topic/works-perfectly-dev-is-really-quick/#new-post Thanks for your work.
May 21 Thu · 13:16
Forums med
Created a topic, Works perfectly – Dev is really quick, on the site WordPress.org Forums:
The plugin works perfectly and the developer answer ve…
May 19 Tue · 16:01
Forums med
Posted a reply to Hide tabs in other profiles, on the site WordPress.org Forums:
Hello, I tried your solution, it works, the menu are hidden But i tried to…
May 19 Tue · 15:37
Forums med
Posted a reply to Show Default Menu Pages, on the site WordPress.org Forums:
Hi, I'm interested about the solution. Have you develop the feature ? Or is there…
May 19 Tue · 15:15
Forums med
Posted a reply to Personnal new page, on the site WordPress.org Forums:
Hello, That's what i did. Thanks for your work and your time. Best regards,
May 17 Sun · 15:01
Forums med
Posted a reply to Personnal new page, on the site WordPress.org Forums:
Hello, Thanks for your answer. I would like to put a variable in my shortcode.…
May 07 Thu · 14:30
Forums med
Created a topic, Personnal new page, on the site WordPress.org Forums:
Hi, First, thanks for your plugin. I tryed to add a…