-
defunctlife started the forum topic Profile tab dropdown menus in the group How-To and Troubleshooting: 14 years ago
Hello,
Has anyone seen this done before or know the best way to accomplish this? I see both navs have their own functions to build their respective menus (
bp_get_displayed_user_nav()
andbp_get_options_nav()
) but is there any way to build a nested using these 2 functions?Thank you
-
defunctlife posted on the forum topic Post something to xxx – anyone know how to add this to a theme? in the group Creating & Extending: 14 years ago
@nahummadrid thanks again for the post, I got everything working quite well!
-
defunctlife posted on the forum topic Post something to xxx – anyone know how to add this to a theme? in the group Creating & Extending: 14 years ago
@nahumamadrid I mean /members/single/activity.php ?
-
defunctlife posted on the forum topic Post something to xxx – anyone know how to add this to a theme? in the group Creating & Extending: 14 years ago
@nahummadrid I think you have a typo on your blog: where you say “From your theme/activity/post-form.php replace the following lines:” I think you mean theme/activity/index.php right?
-
defunctlife posted on the forum topic Cannot change the text from Flag as inappropriate in the group BuddyPress Moderation: 14 years ago
To be specific this is on a blog post.
I found it hard coded on line 260 of bpModDefaultContentTypes.php
-
defunctlife started the forum topic Cannot change the text from Flag as inappropriate in the group BuddyPress Moderation: 14 years ago
Hello,
I went to buddypress > moderation > settings and it’s set as unflagged as “Flag” but the text is not changing anywhere on my site and shows the full text “Flag as inappropriate” how can I change this?
Thanks
-
defunctlife joined the group BuddyPress Moderation 14 years ago
-
defunctlife posted on the forum topic Post something to xxx – anyone know how to add this to a theme? in the group Creating & Extending: 14 years ago
@nahummadrid thanks a lot, I wil try to implement it today.
-
defunctlife started the forum topic Post something to xxx – anyone know how to add this to a theme? in the group Creating & Extending: 14 years ago
Hi there,
I noticed that when you view a member’s profile on buddypress.org you can post something to them directly on their profile page. Does anyone know how to add this functionality to another theme (or just the default included theme)?
Thank you
-
Justin Frydman posted a new activity comment 14 years, 1 month ago
Anyone out there?
-
defunctlife posted an update in the group Creating & Extending: 14 years, 1 month ago
Hey guys,
I overwrote the groups_setup_nav in bp-custom.php by copying the entire function from bp-groups.php to my_groups_setup_nav().
Now my changes work and display under profile (I just added a count to the groups tab to show group invites).
But, on an actual group page clicking on any of the tabs (Documents/Calendar/Forums etc…) only…[Read more]
-
defunctlife posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 14 years, 2 months ago
Thank you both for your help, so I’m hoping I can return the favor. Modemlooper, here is how I adjusted the My Friends tab, but it has sub nav code for you, maybe it will help. Credit for this from @jeffsayre `function my_friends_setup_nav() { global $bp; /* Add ‘Friends’ to the main navigation */ if( bp_friend_get_total_requests_count($disp_user) […]
-
defunctlife posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 14 years, 2 months ago
Never mind, I see you named them as my_profile_page function. Will be giving this a try today. Thank you!
-
defunctlife posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 14 years, 2 months ago
Thanks Rich, can this be done without editing the core?
-
defunctlife posted on the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 14 years, 2 months ago
No one out there knows the best way to do this?
-
defunctlife started the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending: 14 years, 2 months ago
Hi there,
I would like to add a blog tab to my buddypress profile page which is just a custom template/loop from wordpress posts, but I’m having trouble trying to figure out the best way to add a tab.
Could someone explain?
Thank you
-
defunctlife started the forum topic Does this work with bp_the_topic_latest_post_excerpt()? in the group oEmbed for BuddyPress: 14 years, 2 months ago
When we list our forums, we show the excerpt in our list (unlike the default theme and buddypress.org) but this doesn’t appear to replace it with an embed.
Should it be working or is this feature not included in the plugin?
Thank you
Using Beta-0.6
-
defunctlife joined the group oEmbed for BuddyPress 14 years, 2 months ago
-
defunctlife posted on the forum topic Author archives for main site showing 404. in the group How-To and Troubleshooting: 14 years, 3 months ago
Nevermind, figured it out. I had to use domain.com/blog/author/username.
-
defunctlife started the forum topic Author archives for main site showing 404. in the group How-To and Troubleshooting: 14 years, 3 months ago
Is there anyway way to get the WPMU author archives to work? I am trying to do domain.com/author/username/ but only domain.com/user_blog_name/author/username/ works.
Any ideas how I can implement this? I have an author.php in my theme folder.
WPMU: 3.0
buddypress: 1.2.5.2 - Load More
@defunctlife
Active 1 week ago