Search Results for 'buddypress'
-
AuthorSearch Results
-
March 20, 2010 at 1:01 am #69371
In reply to: bbpress and buddypress
r-a-y
KeymasterYou could create one group that all people join when they register.
Use DJPaul’s Welcome Pack plugin for that:
https://wordpress.org/extend/plugins/welcome-pack/
Otherwise go the external bbPress route, and yes, you’ll need to theme it.
[EDIT]
Forgot that Paul changed his plugin so it sends out group invites, instead of auto joining groups.
If you want to make Paul’s plugin automatically join groups.
Change the following lines in the Welcome Pack plugin from:
groups_invite_user( array( 'user_id' => $new_user_id, 'group_id' => $group_id, 'inviter_id' => $group->creator_id ) );
groups_send_invites( $group->creator_id, $group_id );to:
groups_join_group( $group_id, $new_user_id );I should say I haven’t tried this, but it should work.
March 20, 2010 at 12:06 am #69365In reply to: BP Album+ || New Features Requests and Discussion
foxly
Participant@Modemlooper – Yes, but not this week …

@Sadr – The features you listed off were the features from three days ago, when we uploaded that release to WP. lol.
Here’s the latest list:
FEATURES IN THE UPCOMING 0.1.7 RELEASE
1) Multiple album capability based on image tags. We will be mimicking Flickr’s image tagging, sorting, and gallery functions. Users will be able to tag their images, and create albums based on the tags they apply.
There will be two classes of image tags: user tags, and admin tags. User tags can be used for sorting and grouping images, admin tags can be used by administrators to approve images for various purposes, as well as for use by other plugins on the site. For example, on a dating site that charges users to view or upload images, or a realty site that charges realtors to post property photos.
2) The ability to tag site members in photos, with the ability for the photo owner to remove unwanted tags from their photo, and the ability for a user that has been tagged in the photo by the owner to remove themselves as well. The tagging system will tie into the @mention system within BuddyPress. Support will be included for “bounding box” tags on images as is done on Flickr (face tags on FaceBook), but the function will not be activated in this release.
3) Configurable thumbnail aspect ratios. There will be a setting in the admin menu that allows the plugin to be switched between “Facebook Style” AND “Flickr Style” thumbnail display.
4) “Perfect” templates – all of the HTML will be generated IN the template and be fully editable by the template developer. Image rendering functions will accept size parameters. This will allow template developers to dramatically alter the look of the plugin.
…
#1, #3, and #4 are finished. We have also added:
5) Advanced image caching. The plugin has a 5-level cache with configurable JPG resolution and size.
6) Three different template sets, to mimic the functionality of Flickr, Facebook, and “Generic BuddyPress”.
7) EXIF data read. If the uploaded file has EXIF data, the plugin automatically imports it to the database.
We *had* to add image caching, because in testing we found that with even just a few people browsing the site, performance on a shared server would be unacceptably slow. If for example you were on a HostGator $12.95 a month shared hosting plan, it would be about TEN SECONDS per page refresh with 4 people browsing photo albums. Caching brings that down to 1 second per page refresh.
****
…Still, just a heads-up that running large social networking sites requires *serious* computing resources.
For example:
-If your site has 1,000 users, and each user has 100 images of average size from a modern digital camera, it will require 200 to 300 GIGS of storage space to hold them.
-Regenerating the image cache on a site like that would take *two days* at 100% CPU usage on a 3.2 GHz dual core machine.
-If each of those images gets viewed 10 times, you’ll go through 2.5TB of data transfer, which equals a dedicated 10 Mbit connection running at full speed, 24 hours a day for an entire month.
-So just understand what you’re getting into if you’re thinking of being the next FaceBook …lol!
****
@Travel-Junkie – I will try and get you a code snapshot later tonight so you can see what we’re doing. Thanks again for the help writing this feature!
@Modemlooper – We’ll try! After we get 0.1.7 our we’ll get everyone to shout-out the features they want and we’ll pick our targets based on popularity.
^F^
March 19, 2010 at 11:10 pm #69358In reply to: [New Plugin] BuddyPress Group Forum Extras
chembro303
MemberFYI, just updated and his Forum Attachments 0.2.1 does NOT fix the conflict between Forum Extras and it.
March 19, 2010 at 11:07 pm #69356In reply to: New version of Forum Attachments for BuddyPress
chembro303
MemberBoone! Thanks so much. The 0.2.1 version seems to have the basics covered enough for me to be comfortable using it on a production site. A couple remaining things you might want to address:
BTW WP 2.9.2 BP 1.2.2.1 default theme
If I “edit” an existing post in the forum it shows me the file uploading stuff, goes through the motions, but doesn’t actually upload anything. This is ok IMHO (not being able to add files to an existing post) but if that’s how things are meant to be maybe you could just not show the uploading buttons when the user is editing an existing instead of posting fresh? That way people aren’t confused. Especially since editing a post that already has an attachment only allows you to edit the text…the existing attachment doesn’t appear on the “edit” page.
Also there is still some type of conflict for me with Rich Fuller’s Forum Extras plugin wrapper. Either works, but when both are active my main /groups/ redirects to the site’s home page. Also groups will only show the “forum” tab for that group – clicking the tabs for other areas in the group (such “members” etc) change the URL but the forum remains visible instead of the intended area.
March 19, 2010 at 10:37 pm #69352In reply to: New version of Forum Attachments for BuddyPress
avi-m
ParticipantNP it was the least I could do!
March 19, 2010 at 10:32 pm #69351In reply to: New version of Forum Attachments for BuddyPress
Boone Gorges
KeymasterThanks a lot for checking, avi-m. I will download the theme and give it a go.
March 19, 2010 at 10:20 pm #69349In reply to: New version of Forum Attachments for BuddyPress
avi-m
ParticipantYeah ok looks like it might be his theme. https://wordpress.org/extend/themes/buddypress-widget-theme
Right now the theme is more important than the plugin so I will deactivate it. That being said who it gets sorted out so I can use the attachments in the forum.
Thanks for the help
March 19, 2010 at 10:18 pm #69348JK
Participant>>What are Buddypress filters? Should I enable them?
If you’re using BuddyPress, you don’t want to disable the BuddyPress filters. Debug options are just for development and 99.99% of the time you shouldn’t need to touch them.
>>What are these actions and filters? I see nothing about them in the settings area?
I’ve spent a great deal of time documenting everything extensively on the plugin homepage, often with examples. It already answers very many of the questions you’ve asked on here (including this one). Please make sure you’ve read it.
March 19, 2010 at 10:14 pm #69347peterverkooijen
ParticipantOK, I’ve upgraded. Under Debug Options I see a selected checkbox with Disable BuddyPress filters. What are Buddypress filters? Should I enable them?
there should never be a need to manually edit the plugin, no matter what you want to change – there are filters and actions for that, and if you need another filter/action somewhere else, I can add it so there will never be a need to edit the plugin directly. I’m pretty sure the 2 actions & 1 filter I’ve included should be sufficient for most usual needs, though
What are these actions and filters? I see nothing about them in the settings area. Will they let me add queries, change how userdata is stored in the wp and other databases, like a mailing list? Does anyone have examples how to do that the official way? I’m not a programmer…
March 19, 2010 at 10:13 pm #69345In reply to: New version of Forum Attachments for BuddyPress
avi-m
ParticipantI just upgraded so let me see if that fixed things. Il report back in a few. Oh and yes its a live site.
March 19, 2010 at 9:57 pm #69344JK
ParticipantYour WP install doesn’t automatically tell you when a new version is in the repository? It should, 90% of the sites that were using the plugin had upgraded within the first 6 hours. I also announced it in the comments on the plugin homepage, and Greg announced it in this forum a day ago (“I’ve got version 1.0.8 with buddypress filters acvitated on my site if you guys want to try it.”). It’s up to 1.1.1 now. The changelog shows that it includes BP support. The documentation on my webpage also shows that it includes BP support.
From Andy’s test version it works quite differently; I didn’t document all the differences though as we’d asked that people not use the test version for the few hours it took me to get out a real one. In any case, there should no longer be any need to manually edit the plugin – there are filters and actions that let you accomplish whatever custom integration you want (and if you need another filter/action somewhere else, I can add it so there will never be a need to edit the plugin directly). I’m pretty sure the 2 actions & 1 filter I’ve included should be sufficient for most usual needs, though.
March 19, 2010 at 9:54 pm #69343In reply to: New version of Forum Attachments for BuddyPress
Boone Gorges
KeymasterHm, I wonder if the theme is the issue. Are you on a production site? Is it possible for you to switch to bp-default just for a second to see if the problem recurs there? If you find that it’s directly related to the theme, then I’ll be able to download it and troubleshoot from there.
It might also be a BP 1.2.1 issue, though I have a feeling it’s not. In any case – let me know if you’re able to try switching themes.
March 19, 2010 at 9:49 pm #69342In reply to: New version of Forum Attachments for BuddyPress
avi-m
ParticipantHI boone
I am using Modemlooper’s widgetized child theme and I have not upgraded to the latatet BP I’,m on 1.2.1
March 19, 2010 at 9:43 pm #69340JK
ParticipantWhat are you talking about? Do what u like, but as far as I know you’ll be the only person using the unreleased test version. Dozens of others on BuddyPress are already using the real version, including ModemLooper’s link just one post above yours.
March 19, 2010 at 9:40 pm #69338In reply to: New version of Forum Attachments for BuddyPress
chembro303
Memberhey avi-m – do you have Rich Fuller’s Forum Extras plugin activated as well? I have the same issue but I think it’s a conflict between the two plugins…
March 19, 2010 at 9:39 pm #69337In reply to: New version of Forum Attachments for BuddyPress
Boone Gorges
Keymasteravi-m – what version of BP are you running? You using a custom theme, or bp-default?
March 19, 2010 at 9:34 pm #69336JK
ParticipantBoth Andy and I have recommended several times not to use his test version; he just submitted it to me as an example of how to make correct BuddyPress usernames. There’s only one version available on the wordpress plugins repository. The advantage? That everyone else will be using the real version, that if you don’t use the real version you’ll be running unsupported code along with all the bugs that I’ve fixed since it was produced, and that obviously the documentation on my site will reflect the real plugin, not unreleased debug versions.
March 19, 2010 at 9:20 pm #69333In reply to: New version of Forum Attachments for BuddyPress
avi-m
ParticipantHi Boon
I have installed the plugin twice now and both times when activated it prevents me from activating some of the pages from my nav window. FOr example if a click the activity tab/link I just get redirected to the front page.
Any ideas?
March 19, 2010 at 9:09 pm #69331In reply to: New version of Forum Attachments for BuddyPress
chembro303
MemberBoone – haha we were posting at the same time. I’ll see if there’s still a conflict after your latest version.
March 19, 2010 at 9:03 pm #69330In reply to: New version of Forum Attachments for BuddyPress
chembro303
MemberHey Boone – I noticed that there also seems to be a conflict between Forum Attachments and Rich’s Forum Extras.
My /groups/ page redirects to the home page. Individual group pages, forums, etc. function…just the main group directory page redirects.
No idea if it’s something he can/should fix, or you, or what. But thought I’d point it out. I don’t want to have to choose between the two plugins…but I think if I had to choose I’d go with Attachments once it’s working.
March 19, 2010 at 9:02 pm #69329In reply to: New version of Forum Attachments for BuddyPress
Boone Gorges
Keymasterchembro – thanks again for your help. I just rolled version 0.2.1 into the repo (should show up shortly). It implements some of the header-related fixes, as well as the redirect after file deletion. Let me know if it’s working for you.
wicosta – I’ll work on the config page. As for the white page issue – it’s hard to troubleshoot when it’s just a white page. Does it happen with all file types? What form does the URL of the file take? (should be something like http://mysite.com/wp-content/plugins/forum-attachments-for-buddypress/download.php&filenum=3)
March 19, 2010 at 8:56 pm #69328In reply to: [New Plugin] BuddyPress Group Forum Extras
chembro303
MemberOK, the “groups” main page redirect issue (at least for me…) seems to be a plugin conflict between the Forum Extras wrapper (version 0.1.5) and Boone Gorges’ Forum Attachments for BuddyPress (version 0.2). I know Boone is releasing a new version soon to address some other strange issues with Forum Attachments so I’ll wait and see if his update fixes the issue.
March 19, 2010 at 8:54 pm #69326peterverkooijen
Participantissue could only be the Email Domain setting on the Facebook application, as far as I know
That sounds like it to me. Have you checked that Greg? I don’t think it’s anything Buddypress-specific.
Andy’s version of the plugin works brilliantly for me, including custom queries – except a query for xprofile fields, haven’t figured that out yet.
March 19, 2010 at 8:33 pm #69323modemlooper
Moderatorcan test here too http://tempsg.com/buddypress/
March 19, 2010 at 8:28 pm #69322JK
ParticipantHey Ray,
I think it’s pretty safe to install. I’m not really sure what’s going on with Greg’s site, but I’ve tried it on several dozen other pages which’ve successfully installed it (including the option to prompt for email). Aside from my own site, here’s just one more example: http://www.ozamiznon.com/
Edit: that example asks for email, but doesn’t require it. Here’s one that requires it: http://blogge.rs/
Edit2: I WOULD be interested to hear from Andy, who should be pretty good at detecting any buddypress-specific bugs that I can’t
-
AuthorSearch Results