-
Virtuali posted on the forum topic position the admin menu in the group How-To and Troubleshooting: 13 years, 8 months ago
Put this in your CSS:
#wp-admin-bar .padder {
width: 90% !important;It should be close to your padder likings. π
-
Virtuali posted on the forum topic How do I add a menu item on the profile page? in the group How-To and Troubleshooting: 13 years, 8 months ago
Try:
bp_core_new_subnav_item( array( 'name' => 'My New Page', 'slug' => 'my-new-page', 'parent_url' => $bp->loggedin_user->domain . $bp->members->slug . '/', 'parent_slug' => $bp->members->slug, 'screen_function' => 'my_members_page_function_to_show_screen', 'position' => 40 ) );
You can change the slug and name by the “slug” => and ‘name’ => Then…[Read more] -
Virtuali posted on the forum topic bp_get_the_profile_field_input_name() field name? in the group How-To and Troubleshooting: 13 years, 8 months ago
bp_get_the_profile_field_input_name() just gets you what they have imputed in the name. As easily read by the statement. Why are you trying to input in the file? Just go to your admin section of buddypress, and add “Country” as a new text box for the form. Unless your trying to put it in core fields? P.S, […]
-
Virtuali posted on the forum topic Buddypress Sliding Login Panel, the image for the Closing and opening tab is gone. wierd. in the group How-To and Troubleshooting: 13 years, 8 months ago
Look at the compatibility of the plugin π
Looks like Sarah Hasn’t updated that in awhile, as I am surprised it’s been working for you up to your bp/wp versions.
I would contact Sarah on twitter, seems she would get back to you faster.
-
Virtuali posted on the forum topic Category Pages Go to White Screen. in the group How-To and Troubleshooting: 13 years, 8 months ago
Category pages as in- your theme?
If so, I would say this isn’t a buddypress issue.
Use the wordpress forums, or Twenty-Ten Theme Forums if possible.
-
Virtuali posted on the forum topic Sitewide Activity Please help! in the group How-To and Troubleshooting: 13 years, 8 months ago
This could give you some hints: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults#post-55449
-
Virtuali posted on the forum topic Post to multiple groups at once? in the group How-To and Troubleshooting: 13 years, 8 months ago
No plugin really at the moment.
I would sent it out as a Private message, or Notice to all users.
-
Virtuali posted on the forum topic How do I add a menu item on the profile page? in the group How-To and Troubleshooting: 13 years, 8 months ago
Sorry for missing you. Could be outdated code, I’ll look at it this afternoon and write you a better solution
-
Virtuali posted on the forum topic How to display the Groupβs recent activity in the group How-To and Troubleshooting: 13 years, 8 months ago
This only works on the group-loop (group index), you could probably hook it into others as well. Put in bp-custom `function my_group_loop_activity_item() { global $bp, $activities_template; if ( !bp_is_active( ‘activity’ ) ) return; if ( !bp_group_is_visible() ) return; $show_hidden = false; /* Group filtering */ $object = $bp->groups->id;…[Read more]
-
Virtuali posted on the forum topic Game Blog | Online Casino Games | Online Flash Games Blog in the group Localization: 13 years, 8 months ago
We gots some Spam @mercime π
-
Virtuali joined the group Localization 13 years, 8 months ago
-
Virtuali posted on the forum topic Buddypress activation error message in the group How-To and Troubleshooting: 13 years, 8 months ago
Looks like your manual install is broken.
Try upgrading to 1.2.8, it will give you a fresh install of the plugin. If it does not fix it, delete buddypress, and download 1.2.7 again if you wish.
If the error does not go away once you upgrade, I’ll ask you further questions.
-
Virtuali posted on the forum topic Zebra styling Profile Page in the group How-To and Troubleshooting: 13 years, 8 months ago
Inspect it with firebug, firebug is your friend when it comes to CSS. π
-
Virtuali posted on the forum topic Need Plugins in the group Installing BuddyPress: 13 years, 8 months ago
Post a bump in your questions, I will be glad to help out. Sorry for missing them, I try me best not to π
-
Virtuali posted on the forum topic Need Help In increasing header width in the group Installing BuddyPress: 13 years, 8 months ago
Ok, so I would do the CSS rule I posted above. But I wouldn’t really recommend putting a custom px for the width of the header, because you can make the header fit nicely on your current browser, and computer screen width, but as soon as you go to a new computer with different screen […]
-
Virtuali posted a new activity comment 13 years, 8 months ago
Create a support topic on this. I will help you more on there, Itβs better to create a topic for others with this problem π
-
Virtuali posted on the forum topic How can I easily post images in the activity stream? in the group Creating & Extending: 13 years, 8 months ago
Sweet @r-a-y! Looking forward to the next release of oembed!
-
Virtuali posted on the forum topic Need Plugins in the group Installing BuddyPress: 13 years, 8 months ago
You must search! π Look for it, experiment!
-
Virtuali posted on the forum topic RSS Feeds to non default Buddypress pages in the group How-To and Troubleshooting: 13 years, 8 months ago
You will have to wait for a response from the plugin developer. Most likely if you are patient, he will add it to his list for a future release of the plugin.
-
Virtuali posted on the forum topic Need plugin for search bar. without drop downlist in the group Installing BuddyPress: 13 years, 8 months ago
- Load More
@gunju2221
Not recently active