Search Results for 'buddypress'
-
AuthorSearch Results
-
April 22, 2012 at 8:22 pm #133410
In reply to: Buddypress updates
@mercime
ParticipantCan’t be said often enough, backup DB before upgrading and watch out for WP and add-on BP plugin compatibility as well.
April 22, 2012 at 2:41 pm #133405In reply to: buddypress with wp super cache
vnmember
Member@djpaul great news, so Buddypress 1.6 must be awesome. Yes, I tried to install Super Cache now on BB 1.5 and get some bugs.
April 22, 2012 at 1:34 pm #133402capnmarrrrk
MemberApril 22, 2012 at 12:30 pm #133400@ChrisClayton
Participant1. WordPress (without BP) only has three required fields for members – username, email and password. On the BuddyPress registration form these are required fields. it also requires a name and any other required fields you choose to add to the base group.
2. The best place to find documentation is within the code. Not exactly what you wanted to hear, but theirs not really anything as in-depth as you can find within the comments scattered throughout it.
April 22, 2012 at 9:25 am #133395In reply to: Timestamp help please
kirkslater
ParticipantThanks for the suggestion @shanebp but it didn’t seem to work. I think its because its missing the globe call for `global $pictures_template;`
Any ideas how to tie this in?
Cheers
April 22, 2012 at 8:00 am #133390In reply to: Buddypress updates
@ChrisClayton
ParticipantWhen a major release (such as 3.4) of WordPress is released you should be wary of updating WordPress if BuddyPress has not been updated yet as their are usually major changes.
When WordPress releases Minor releases (such as 3.3.2) it’s very rare that their will be any breakages as they are primarily used to repair bugs and fix security issues.
I personally wait an hour or two after a minor release for the core devs to do some last minute testing before i upgrade my sites (the BP devs are pretty quick to get a release out if something does break.)
April 22, 2012 at 6:09 am #133387In reply to: Buddypress updates
b1gft
ParticipantIf I can ask the opposite. I see WP have an update at the moment. Should we update WP when we see there is an update available. I would be worried the BP installed (I have the latest one) will not work with the newest WP.
April 22, 2012 at 5:27 am #133383In reply to: [Resolved] 500 error after activating
@mercime
ParticipantAre you still at ixwebhosting? I just set up a new BP install there. Edit – Deactivate plugins via FTP by renaming plugin folder and change automatically to Twenty Eleven by renaming the folder of the theme you were using when you activated BuddyPress.
April 22, 2012 at 3:29 am #133381In reply to: Collate Custom Profile Fields Data
Scorpiion4984
Member@mercime Thank you
April 22, 2012 at 1:48 am #133378In reply to: [RESOLVED] Programmatically creating a group
genotype
MemberI figured it out by going through a plugin that creates groups. The bottom part of the above code can be replaced with:
$saved = $new_group -> save(); if ( $saved ) { $id = $new_group->id; groups_update_groupmeta( $id, 'total_member_count', 1 ); groups_update_groupmeta( $id, 'last_activity', time() ); groups_update_groupmeta( $id, 'theme’, ‘buddypress' ); groups_update_groupmeta( $id, 'stylesheet’, ‘buddypress' ); } else { return false; }April 21, 2012 at 8:27 pm #133373In reply to: Activity page redirects to homepage
@mercime
ParticipantApril 21, 2012 at 8:22 pm #133372@mercime
Participant1. Create a Network in subdirectory structure
2. Set which blog ID BuddyPress will run on: For example, your new sudirectory, /network is the first subsite you created (therefore with ID #2), then add this to your wp-config.php
`define ( ‘BP_ROOT_BLOG’, 2 );`3. Install and activate BuddyPress. Go through Installation Wizard.
4. Install and activate https://wordpress.org/extend/plugins/threewp-broadcast/ where you broadcast posts from /network/ into main site which will have a regular WP theme. Author link, if theme dev added it per post, would link to main site’s author.php/archive.php file which will list author’s posts in main site only and will not link back to /network/ site.
Should you have any issues with ThreeWP Broadcast plugin, please post at WordPress Multisite Forums or at plugin WordPress.org
April 21, 2012 at 7:51 pm #133371In reply to: [Resolved] Activity page redirects to homepage
koolkeith
MemberSimply put I had to disable and enable the components in the buddypress menu. everything appears to be working fine at this time.
April 21, 2012 at 7:50 pm #133370In reply to: Activity page redirects to homepage
koolkeith
MemberSimply put I had to disable and enable the components in the buddypress menu. everything appears to be working fine at this time.
April 21, 2012 at 4:33 pm #133369metro
Member@mercime ,
That’s amazing ! Just working nicely ! Please take a full truck of thanks
.Also, would you please tell me, which coding you gave me this ? Is this PHP ?
How can i learn this PHP ? I have faced a lot of problem in coding in wordpress . So, i have to learn this language. ( Is this out of rule of forum to know something beside this ? )Again thanks for your solution.
RegardsApril 21, 2012 at 3:44 pm #133368In reply to: buddypress with wp super cache
Paul Wong-Gibbs
KeymasterI would avoid using WP Super Cache with BP until we get 1.6 out. Even then, I’d recommend giving page caching a miss. I think we have cache invalidation issues somewhere.
April 21, 2012 at 3:43 pm #133367In reply to: Buddypress updates
Paul Wong-Gibbs
KeymasterCorrect
April 21, 2012 at 3:42 pm #133366In reply to: Security updates in BuddyPress 1.5
Paul Wong-Gibbs
KeymasterIn a nutshell, if you’re on BP 1.5.x versions, you need to be on BP 1.5.5.
If you’re on BP 1.2.10 or older, you need to be on BP 1.5.5.April 21, 2012 at 3:06 pm #133365In reply to: buddypress auction theme?
@ChrisClayton
ParticipantI don’t believe their are any specifically for BuddyPress, however any WordPress theme can be transformed into a BuddyPress theme with the BP Template pack (1) and their are afew WordPress themes around. Including AuctionPress (2), and Sitemile Auctions (3).
1. https://wordpress.org/extend/plugins/bp-template-pack/
2. http://www.premiumpress.com/auctiontheme/
3. http://sitemile.com/products/wordpress-auction-reverse-auction-theme/April 21, 2012 at 1:37 pm #133356In reply to: Security updates in BuddyPress 1.5
@ChrisClayton
Participant@d3v4 – A detailed list of security updates other than searching through the changelog at what was changed is non-existent to protect those who for whatever reason is unable to upgrade straight away.
April 21, 2012 at 12:57 pm #133355In reply to: Buddypress updates
D3V4
MemberThanks for your reply
With “require”, you mean that BuddyPress won’t work at all if WordPress is not updated too?April 21, 2012 at 11:29 am #133353In reply to: buddypress with wp super cache
@ChrisClayton
Participant@vnmember Can’t help with Super Cache, but others have spoken about how to get W3 Total Cache working with BuddyPress over here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/configuring-w3-total-cache-with-buddypress/
April 21, 2012 at 11:20 am #133351In reply to: Mobile for BP.and multisite
@ChrisClayton
ParticipantNot sure if its Multisite compatible, but have you tried BP Mobile?
https://wordpress.org/extend/plugins/buddypress-mobile/April 21, 2012 at 11:18 am #133350In reply to: Any one Knows about fotobook plugin?
@ChrisClayton
Participant@ashokgolusu – BP Albums 2.0 (Renamed to BP Media) is supposed to include that feature but it is still in a WIP (works in progress) state.
April 21, 2012 at 6:10 am #133346In reply to: New Install Issues
@mercime
Participant@xenoflare As I see it, you’re using the bbPress Twenty Ten theme that’s bundled with bbPress plugin. I recommend you create a child theme of Twenty Ten, copy over the styles there, and activate. Then run Appearance > BP Compatibility and keep the bp.css and js enabled. The instructions for Step Three of BP compatibility are in page 2 of the link I posted above.
-
AuthorSearch Results