Forum Replies Created
-
Where is ‘bp_dtheme_ajax_querystring_activity_filter’?
My buddypress default theme doesn’t have such functionWhere is ‘bp_dtheme_ajax_querystring_activity_filter’?
My buddypress default theme doesn’t have such functionanyone?
anyone?
OK, I manage another solution.
I’ll create a wordpress page for every group. But now, in every Group page, i want to insert a link to that group wp page. Anyone have an idea on how can i accomplish this?Or you could stop using that plugin and follow this tutorial:
http://bp-tricks.com/featured/creating-a-custom-front-page-for-your-buddypress-groups/
It works better for me, since Group Front Page plugin has a horrible templatesomebody has any idea on this topic? thanks
…………………..
Ok, I found my answer:
1. Go to /wp-content/plugins/buddypress/bp-groups.php
2. After line 200, you’ll see that the nav bar items are added for Groups page
3. Then just add something like:
bp_core_new_subnav_item( array( ‘name’ => ‘Your New Tab’, ‘slug’ => ‘your-new-tab’, ‘parent_url’ => $group_link, ‘parent_slug’ => $bp->groups->slug, ‘screen_function’ => ‘your_screen_function’, ‘position’ => 11, ‘item_css_id’ => ‘home’ ) );You can change ‘position’ integer considering that all other nav bar items have presets values of 10 multiples (10,20,30…)
Help?
@hnla Well “Home” is supposed to show a frontpage for the group, In “Activity” i want to show the activity page, that’s why i need a new tab
…………..
Yep, I did but I couldn’t find anything
zzzzzzzzzzz…….
Anyone knows?
Please help anyone?
You can try to edit the translation file (.MO). That can be more convenient if you plan to customize many of the strings and terms used by buddypress (such “Friend”, “Group”, “activity”, etc)
There’s a plugin to use hashtags within buddypress activity (BuddyPress Activity Stream Hashtags). However as far as I know there’s no “trending topics” plug-in anywhere.
Seems like many of us are looking for such feature
UHmmm i got the same problem, still looking for info
Hey I also need to do this, does anyone knows how to? thank you