Search Results for 'buddypress'
-
AuthorSearch Results
-
December 22, 2012 at 3:37 am #148423
In reply to: Server error 500 during installation
thinkcrush
ParticipantFYI buddypress and bbpress are active.
I don’t know what the BP template pack does, but i difure its a good thing since it was recommended in the documentation.
December 22, 2012 at 3:27 am #148421In reply to: Server error 500 during installation
@mercime
ParticipantThe theme required a buddy press theme pack
Looks like the Topbusiness is already BP-compatible per promo so if you used the BP Template Pack, deactivate it and remove the 6 BP folders transferred to your theme’s folder if you went through Appearance > BP Compatibility. Then re-upload the Topbusiness theme
Furthermore, make sure that your BuddyPress installation with BP Default theme activated, is working as expected before changing themes or adding BP-compatible plugins.
December 22, 2012 at 3:08 am #148418In reply to: Buddypress menu resizes automatically
@mercime
Participant
I am just using BP’s default.css to make changes, and I dont see any of those lines in that file.
@shripad first, do not make your changes in BP’s default.css file as it would be overwritten when you upgrade your BuddyPress plugin. You should create a child theme of BP Default theme instead and just make the changes in your child theme’s stylesheet. Or use a WP theme and install the BP Template Pack plugin to make BP templates compatible with your theme. Or, wait for BP 1.7 where BP templates will automagically be included in your WP theme.
As for the responsive styles, they are not in default.css file but in the responsive.css file I linked to above. You’d find it in the same folder where default.css is located.
December 22, 2012 at 2:07 am #148414In reply to: Block Blog from Activity
valuser
ParticipantThis link should have been included in the last post. https://buddypress.org/support/topic/possible-to-exclude-post-categories-in-activity-stream-and-make-a-user-profile-private-like-with-pri/
(Also buddypress-edit-activity-stream no longer working on https://buddypress.org/support/ – by design ???)
December 22, 2012 at 2:02 am #148413In reply to: Block Blog from Activity
valuser
ParticipantDecember 22, 2012 at 12:03 am #148405In reply to: [Resolved] Error when upload avatar
@mercime
ParticipantIs this a new installation? PHP version 5.3 or 5.4? Saw this once due to plugin conflict. Have you tried deactivating plugins except BuddyPress? What theme are you using?
December 21, 2012 at 10:42 pm #148404In reply to: Custom Login Page in BuddyPress
Cidade Sonho
Participant@sbrajesh I have a facebook login.
When login with facebook it redirects back to the wp-login.
I use this code in my bp-custom.php
<?php// **** Privacy ********
function restrict_access(){
global $bp, $bp_unfiltered_uri;// If user is not logged in and
if (!is_user_logged_in() &&(
// The current page is not register or activation
!bp_is_register_page() &&
!bp_is_activation_page())
) {
// Redirect to registration page. Change /join to your register page slug
bp_core_redirect( get_option('home') . '/wp-login.php' );
}
}add_action( 'wp', 'restrict_access', 3 );
What Should I do to login with facebook work 100% ?
Thanks!
December 21, 2012 at 8:46 pm #148400Ben Hansen
Participantyes
December 21, 2012 at 4:39 pm #148391fivehead
ParticipantAs of writing this, my understanding of the avatar-loading-code-in-question (bp_core_avatars.php) is:
IF in a multisite environment AND current blog is not the root blog THEN grab the upload path from the root blog and store it in the global bp_core_avatar_url variable.
If coding isn’t your thing (like it isn’t mine), the main thing you should take away from this is that you have to define your root blog. This is where I was failing. To set root blog, add
define( 'BP_ROOT_BLOG', 1 );
to wp-config. 1 is the ID of the domain that you installed buddypress on. To find that ID, navigate to My Sites–>Network Admin–>Sites, then hover over the domain URL that you installed buddypress on and look at the URL path in the bottom left of your screen. The end of the path will look something like …/site-info.php?id=1.Give that a go and see what happens. If you’re still SOL, right click on the broken avatar and click “Copy Image URL” and include that URL in your reply back to this thread.
December 21, 2012 at 4:36 pm #148390In reply to: Multisite Removal (BuddyPress on Network)
mairaj
ParticipantHello @hnla
I have a Micro Business and I have total 5 websites all belong to this business only. I don’t posses any technical knowledge but WordPress / BuddyPress is simple enough that it allowed me create my websites.
I thought keeping all my websites together will let me easily update and maintain them. However I discovered some issues while running BP and NON-BP sites together specially SEO compatibility.
NOW, I have 2 separate installations :
1. A MultiSite that has 4 websites all NON-BP [No issues here, all fine]
2. A MultiSite that has only 1 website BuddyPress enabled and I want to disable/remove MS here.The problems that I’m facing are discussed here : https://wordpress.org/support/topic/disabling-multisite-db-error
Kind regards
December 21, 2012 at 4:34 pm #148389@mercime
ParticipantCustom Community theme has been updated. You can download latest copy at https://github.com/Themekraft/Custom-Community
December 21, 2012 at 3:45 pm #148388In reply to: Multisite Removal (BuddyPress on Network)
Hugo Ashmore
ParticipantI (myself) wanted to have my 5 websites in the multisite. 1 main site (BuddyPress) + 4 sub-sites Just WordPress (Not BuddyPress). I don’t offer sites to members.
Then why didn’t you continue with that?, you don’t have to offer sites to members. Why did you try what is really ill advised once you have a production site running – unless you have experience of these matters.
The backup size is because that is a server backup, and I would guess being done in the same fashion as a control panel backups, including the zipped backup probably, is that a normal size? hard to say, it’s large but those types of backups often are being designed to restore more than just your site.
If I were you I would probably leave well enough alone and just disable anyone can regieter a site. and keep yours, if not then follow exactly the advice given on WP forum and by mercime.
December 21, 2012 at 3:33 pm #148387In reply to: Multisite Removal (BuddyPress on Network)
mairaj
ParticipantHi @mercime ,
My Installation is :
WordPress : 3.5
BuddyPress : 1.6.2
I (myself) wanted to have my 5 websites in the multisite. 1 main site (BuddyPress) + 4 sub-sites Just WordPress (Not BuddyPress). I don’t offer sites to members.I have taken back up using Simple Backup. It backs up
1. SQL which is fine approx 7 MB
2. Server files 800 MB! I’m wondering if a backup becomes required how long it will take.Please advice if the above file size is normal?
regards
December 21, 2012 at 2:53 pm #148384In reply to: Buddypress menu resizes automatically
Shripad
ParticipantI am not using a child theme, I am just using BP’s default.css to make changes, and I dont see any of those lines in that file.
December 21, 2012 at 12:53 pm #148380xprt007
ParticipantUPDATE:
It seems one cannot edit above post, so I will add that the latest Custom Community theme, I am using is the FREE version.
Regards
December 21, 2012 at 12:40 pm #148376In reply to: i want to show user url as subdomain
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t support using subdomains to hold the user name.
December 21, 2012 at 11:06 am #148374In reply to: customize profile navigations
sayumi19
ParticipantI found about ‘show_for_displayed_user’ => false,’ sentence on every loader files, and i could hide friends and activity tab. Thank you.
But i use bbPress with Buddypress, so there is ‘Forums’ tab. I could not hide this Forums tab anyway… Is there any way to hide Forums tab ?
Thank you for reading.
December 21, 2012 at 8:35 am #148368In reply to: Cannot delete photos in buddypress media?
Buppha
ParticipantHi, thanks for registering on my site to test the buddypress media plugin for me. I have now temporary moved you to an upgraded-member, http://justbefamous.com/members/saurabh/, so you could upload photos and see about you can delete it or not. Thanks!
By the way, the album tab under the media did not work either.
December 21, 2012 at 7:11 am #148363In reply to: Cannot delete photos in buddypress media?
Saurabh
ParticipantHi,
I’m registered here: http://justbefamous.com/members/saurabh/
I guess, I don’t have the permission to upload images. Could you check my permissions?
Regards.
December 21, 2012 at 3:28 am #148342In reply to: IE crashes on buddypress pages
@mercime
ParticipantWP 3.4.2 – Buddypress 1.6.2
BP 1.6.2 was released for compatibility with WP 3.5 and some bug fixes. Have you tried to upgrade to WP 3.5 (backup DB and server files first, of course)?
Which IE version? Have you checked your server error log Or asked webhost tech support about it?
Also, Custom Community theme has recently been upgraded https://github.com/Themekraft/Custom-Community for WP 3.5/BP 1.6.2 compatibility. Have you upgraded the theme?
December 21, 2012 at 2:22 am #148340In reply to: IE crashes on buddypress pages
samanthar
ParticipantGoing to Members Works
Going to Activity IE comes up with “Internet Explorer has stopped working” A problem caused the program to stop working correctly. Window will close the program and notify you if a solution is available. Close ProgramIt does the above a couple of times before coming up with a blank page.
WP 3.4.2
Buddypress 1.6.2I havent tried changing themes as i am worried about losing all the current customizations, but will do if we have too
December 21, 2012 at 1:41 am #148339In reply to: IE crashes on buddypress pages
@mercime
ParticipantWhat exactly do you mean by IE crashing? White pages? What version of IE? WP/BP versions?
If you change to BP Default theme from Themekraft theme (which one?), is the issue corrected?December 21, 2012 at 12:40 am #148337In reply to: BuddyPress Issue
@mercime
Participanthttp://irevuo.com/forums/ The sitewide forums are working
December 21, 2012 at 12:03 am #148334@mercime
ParticipantDeleted your duplicated post.
For courseware issues, please post in plugin’s forums https://wordpress.org/support/plugin/buddypress-courseware
Marking this topic re installing BuddyPress as resolved.
December 20, 2012 at 11:22 pm #148331In reply to: BuddyPress Issue
Cristian Mihai
ParticipantHi. Sorry for replying so late. The theme seems to be working OK with buddypress, but the forum page isn’t showing. You can find the site at http://irevuo.com
-
AuthorSearch Results