-
austinfav posted on the forum topic merge friends Acrivity And Personal Activity in one page in the group How-To and Troubleshooting: 13 years, 8 months ago
I would assume it goes in the bp-custom.php file located in your plugins directory. However when i loaded it there I got all types of errors. The code given above is more of a reference then anything else i suppose, as there are a load of misspellings.
-
austinfav started the forum topic Please help adding h1 tags in functions folder in the group How-To and Troubleshooting: 13 years, 8 months ago
if ( 1 == $field->group_id && ‘Name’ == $field->name )
return bp_displayed_user_fullname();
else
return xprofile_filter_link_profile_data( $field_value, $field_type );I need to figure out how to wrap “bp_displayed_user_fullname();” in h1 tags. I am not very familiar with PHP syntax. Every method I have tried returns an error.
Does anybody…[Read more]
-
austinfav posted on the forum topic Add "Posts" Tab? Very frusterated in the group How-To and Troubleshooting: 13 years, 8 months ago
I was looking EVERYWHERE for the same thing and nobody would answer my questions. I finally found out how to accomplish adding a tab to the nav bar. Paste this code into your bp-custom.php file located in your “plugin” directory: function my_test_setup_nav() { global $bp; bp_core_new_nav_item( array( ‘name’ => __( ‘test’ ), ‘slug’ => ‘test’, […]
-
austinfav posted on the forum topic move registration to index page in the group How-To and Troubleshooting: 13 years, 8 months ago
Could you post what you did? I would like to do the same
-
austinfav posted a new activity comment 13 years, 8 months ago
If you’re still looking for a plugin for this.. I found this one actually works:
BuddyPress Wiki Component -
austinfav reviewed the plugin BuddyPress Group Wiki: 13 years, 8 months ago
When Im creating a new group and i get to step three (the step which sets up the wiki) i get a \”think link is broken\” page. ???
-
austinfav joined the group BuddyPress Group Wiki 13 years, 8 months ago
-
austinfav posted on the forum topic profile/messages/friends/settings on its own page.. can it be done? in the group How-To and Troubleshooting: 13 years, 8 months ago
nobody has done this before?
-
austinfav started the forum topic profile/messages/friends/settings on its own page.. can it be done? in the group How-To and Troubleshooting: 13 years, 8 months ago
I would like to remove the messages/settings/friends/groups bar from the profile page and move it to its own. For example, id like to be able to click “messages” on my profile page and have my inbox open up on a new page. I have tried everything I can think of but am stuck. Anyone know […]
-
austinfav joined the group How-To and Troubleshooting 13 years, 8 months ago
@austinfav
Not recently active
same problem here.
If you’re still looking for a plugin for this.. I found this one actually works:
BuddyPress Wiki Component