-
Slava Abakumov replied to the topic How to remove the Log In, Register bar at top of front page. in the forum How-to & Troubleshooting 8 years, 10 months ago
if ( ! is_user_logged_in() ) {
add_filter( 'show_admin_bar', '__return_false' );
} -
Slava Abakumov replied to the topic How to remove the Log In, Register bar at top of front page. in the forum How-to & Troubleshooting 8 years, 10 months ago
Install
(BuddyPress) Log in
widget in sidebar. It will have both login form and logout link.
http://screencast.com/t/J37U1SgxRb -
Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 8 years, 10 months ago
Is it live?
Do you have.htaccess
file in the root of your site? The same place, where you havewp-config.php
file. If you have.htaccess
– please post here its content (you can use pastebin.com to enter code details therั and post here just a link). -
Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 8 years, 10 months ago
@lorddunvegan
Change permalinks to just/%postname%
. Make sure you have a published Groups page in admin area and/groups/
link on front-end is accessible and display list of groups (or no groups message). -
Slava Abakumov replied to the topic Comments in Activity Stream in the forum How-to & Troubleshooting 8 years, 10 months ago
There is such setting: http://take.ms/iD38m
It should be checked.And there is also such ticket in trac: https://buddypress.trac.wordpress.org/ticket/6482
It will allow comments syncing between activity stream item and posts (so they will appear in both places – very handy). This feature will be included into upcoming (in March) BuddyPress 2.5. -
Slava Abakumov replied to the topic How to remove the Log In, Register bar at top of front page. in the forum How-to & Troubleshooting 8 years, 10 months ago
Place this code in bp-custom.php or
functions.php
of your theme.if ( ! is_super_admin() ) {
add_filter( 'show_admin_bar', '__return_false' );
} -
Slava Abakumov replied to the topic uploading profile photo edge in the forum How-to & Troubleshooting 8 years, 10 months ago
This is a bug in BuddyPress.
Here is a new ticket: https://buddypress.trac.wordpress.org/ticket/6846 -
Slava Abakumov replied to the topic How make youtube videos responsive in activity stream? in the forum How-to & Troubleshooting 8 years, 10 months ago
bp_get_activity_content_body
– that’s the filter you might need.
See functionbp_get_activity_content_body()
for details.
General idea (you will need a bit of regexp knowledge):
1) search in activity content for<iframe
keyword.
2) if it exists – wrap it with thediv
you need
3) That’s it. This will be done on a fly for each item in activity…[Read more] -
Slava Abakumov replied to the topic Incorrect Buddypress Numbers Vs RTMedia Numbers in the forum How-to & Troubleshooting 8 years, 10 months ago
Try visiting this link inside your site
/wp-admin/tools.php?page=bp-tools
and recalculate members number.
Also the difference might be in the way plugins are counting – with or without activated users, with or without spam users etc. -
Slava Abakumov replied to the topic member types :xprofilegroup in the forum How-to & Troubleshooting 8 years, 10 months ago
Oh, and it seems there is a plugin-based solution for that: http://wptavern.com/conditionally-hide-buddypress-profile-field-groups-based-on-user-role
-
Slava Abakumov replied to the topic member types :xprofilegroup in the forum How-to & Troubleshooting 8 years, 10 months ago
Out of the box there is no such setting.
You can take a look at this solution: Hide Profile Field Group from Specific Member Type
-
Slava Abakumov replied to the topic How make youtube videos responsive in activity stream? in the forum How-to & Troubleshooting 8 years, 10 months ago
Here is related topic: Making Youtube videos responsive
-
Slava Abakumov replied to the topic migrate Jomsocial profile data to buddypress in the forum How-to & Troubleshooting 8 years, 10 months ago
I didn’t find any info about this. So the only option – hire somebody to do it for you.
-
Slava Abakumov replied to the topic Lost site wide admin to users header/widget message feature in the forum How-to & Troubleshooting 8 years, 10 months ago
If you are talking about site-wide notices – there is a default widget called “(BuddyPress) Sidewide Notices” that just displays notices. You should create them on “Profile -> Messages -> Compose” page, with “This is a notice to all users.” checkbox checked. Make sure you have BuddyPress Message component activated.
See this: http://take.ms/jSAP4
-
Slava Abakumov replied to the topic Trying to find a developer in the forum Creating & Extending 8 years, 10 months ago
http://upwork.com/ is the largest. Lots of great developers there.
-
Slava Abakumov replied to the topic Need some help with registration page in the forum Installing BuddyPress 8 years, 10 months ago
I don’t see my fix in the source code of the
/register
page.
Does your theme have/members/
or/buddypress/
directory? If yes, please give me content of the file/members/register.php
or/buddypress/members/register.php
.
If there is no such file, – give me the content of a file (and its name) where you put the code I gave you. You can use…[Read more] -
Slava Abakumov replied to the topic Need some help with registration page in the forum Installing BuddyPress 8 years, 10 months ago
No, it should not matter. General rule – in the and of the file ๐
-
Slava Abakumov replied to the topic Adding a filter to define headers for email notifications in the forum Requests & Feedback 8 years, 10 months ago
After rereading I see that you have a different request. But check that ticket anyway ๐
-
Slava Abakumov replied to the topic Adding a filter to define headers for email notifications in the forum Requests & Feedback 8 years, 10 months ago
You should definitely take a look at this ticket in BP trac – #6592.
It’s all about the future of emails in BuddyPress. Please test and provide your feedback there in a ticket. Thanks a lot! -
Slava Abakumov replied to the topic buddypress repositories in the forum Requests & Feedback 8 years, 10 months ago
Are you talking about CDN?
It’s not an option for BP plugin. Some sites are developed in Intranet – they don’t have access to Internet at all. So CDN won’t be available for them. You can easily use cloudlflare or any other CDN provider to save there your assets. - Load More
@slaffik
Active 3 days, 19 hours ago