Search Results for 'buddypress'
-
AuthorSearch Results
-
June 11, 2010 at 12:41 pm #81276
In reply to: Seo for Buddypress 1.0 beta
balukorrapati
ParticipantHi,
Thanks for the nice plugin.
I have installed latest plugin (1.2.4) today.
I am using WordPress Mu 2.9.2 and buddypress 1.2.4.1
I have applied settings. But, I am not seeing the changed buddypress titles like profile and so on.
Please suggest meThanks
June 11, 2010 at 9:12 am #81250In reply to: Noob questions?
yocalif
ParticipantI don’t know why I didn’t just try to use the html tag, I read your link and it shows an open expression
http://www.thechembook.com/groups/announcements/forum/topic/test-of-inline-images/maybe that is why the image is representative of me…….

• As for trying to setup an avatar on buddypress.org, after selecting my avatar pic and clicking on upload, I get a blank page. yesterday and before I would get an error message. I have tried setting up the same avatar on my BP test site and it works fine, after upload the crop image thing loads and the image saves as an avatar fine.
June 11, 2010 at 7:55 am #81246In reply to: Custom avatars arent showed on single blogs in WPMU
Michael Berra
ParticipantHELLO??? This is pretty bad! Does someone have a fix for this (even a temporary…)? @apeatling
June 11, 2010 at 7:53 am #81244In reply to: bp-events plugin ported to 1.2.x ?
Ekine
ParticipantMaybe be should should gather donations so that a capable developer will code a kickass full featured buddypress events plugin and he should be willing to maintain upgradeability. The events plugin is too important for many of us leaving it not to a hobbyist coder.
Features I’d like to see integrated:
– group admin can send message to all attending event members
– group events
– show event location on a map (google maps)
– comatibilty to CubePoints Buddypress (https://buddypress.org/community/groups/cubepoints-buddypress-integration/)
> gaining points for attending
> gaining points for logging in at the event via a smartphone geolocation feature (e.g. iphone, android phones, …)– people who attended the event should be able to rate the event
June 11, 2010 at 7:24 am #81240In reply to: e-mail confirming
techguy
ParticipantTry the solutions in this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/email-notification-not-working/?topic_page=2&num=15
June 11, 2010 at 2:22 am #81235In reply to: e-mail confirming
June 11, 2010 at 1:40 am #81233In reply to: Show Nav Link for Group Members Only in WP (not MU)
Tegan
ParticipantWhen I was googling for a solution, this page showed up – but I’m not using BuddyPress, so I am probably in the wrong place.
June 11, 2010 at 12:50 am #81230In reply to: Group Member Count Showing Users Already Deleted
John James Jacoby
KeymasterJune 10, 2010 at 11:10 pm #81223firetag
Participant@pcwriter hmm yeah I guess I could make a new status type… I know in a future release of buddypress though there is one more status type which is in between public and private like we need here… I’ll check it out on the trac…. that only problem is I’d like a quick solution with no core hacks so I can just get the plugin released and then if people want I could show them how to hack the core to do something like this…
June 10, 2010 at 10:55 pm #81221In reply to: New version of Forum Attachments for BuddyPress
5887735
InactiveMembers are now reporting that error:
Warning: Variable passed to each() is not an array or object in {web root} /wp-content/plugins/forum-attachments-for-buddypress/forum-attachments-for-buddypress-bp-functions.php on line 461
June 10, 2010 at 9:24 pm #81218ch8rt
MemberReally interested in this if your still developing, it would be nicer to add a class for me, rather than the icons. And the mark as read is a good idea. When I first turned it on, all the posts we’re lit up, so presumably all users will see this, and will probably not want to go through and mark as read.
Maybe set everything as read upon activation?
June 10, 2010 at 8:59 pm #81216pcwriter
ParticipantSo, you’re looking for a “crossover” between private and public groups. Private so the activity doesn’t show in the stream (but it does show in the group) yet public so folks don’t need to be invited to join.
This might help: on lines 71 to 101 is the function/action for groups_setup_globals. On line 97 is the valid_status array (public, private, hidden) where I’m thinking you could add a new status like “category”. As that new status would not be “public”, activity shouldn’t show up in the main stream, and as it wouldn’t be “private” either, neither invitations nor membership requests would be needed.
What do you think…doable?
EDIT: I guess you would need a way to keep that option out of the preselects available to users at the group creation stage though. Hmmm…
June 10, 2010 at 8:26 pm #81214In reply to: Why can’t we…
paulmontwill
ParticipantWhat if we use Elance or something similar. It is all about the idea – I’m sure that a transaction platform is not a problem. It is more important how do we organise ourselves to request certain demands and find developers to build plugins.
UPDATE: For example I need to have a Buddypress Maps plugin working and need some plugin with extended fields for groups (it won’t be difficult to rewrite the Group Tags plugin).
June 10, 2010 at 8:22 pm #81213In reply to: Instant Messaging Feature
rossagrant
ParticipantAny news on the simple chat plugin from buddypress dev? @ @miguael
June 10, 2010 at 8:04 pm #81212firetag
Participant@pcwriter actually thanks for posting this will work so much better because I would still like to have activity for the group just not show up anywhere, but on that group page so this will work great! I’ll still have to do some poking around though in order to make sure people can join without being invited… but thanks this is a great start.
June 10, 2010 at 8:02 pm #81210In reply to: Blog Title Changes Not Showing
Hugo Ashmore
Participant@reedjholmes just fyi this ticket has just been closed as resolved in the last twenty minutes. Thanks to @jjj
Think the correction will be in 1.2.5 but don’t quote me on that check the ticket where you will also be able to copy the modified code and update your files in advance if necessary.
June 10, 2010 at 7:44 pm #81208pcwriter
ParticipantCheck out buddypress/bp-groups.php/ at line 1278. There’s already a function in there to hide the activity sitewide for any group that is NOT public. I’m by no means a coder, so I’m just guessing here, but maybe you can create/assign a new status for the category groups. By snooping around in the same file, you might find other actions/hooks to keep them out of profiles too.
EDIT – Just saw @rich‘s post
June 10, 2010 at 7:38 pm #81207In reply to: CSS for avatar-block
@mercime
Participant@Shaddix – from bp-default’s style.css
div#sidebar .avatar-block {
overflow:hidden;
}
div#sidebar div.item-avatar img {
height:40px;
margin:1px;
width:40px;
}
img.avatar {
border:2px solid #EEEEEE;
float:left;
}June 10, 2010 at 7:33 pm #81206rich! @ etiviti
Participantthis will block all new entries for certain activity stream types:
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/but i’m sure you could extract the code or modify it for a certain group, etc.
or you could loop over the has_activities filter and unset the items based on type
June 10, 2010 at 7:02 pm #81201In reply to: friendship chain 4 buddypress?
Paul Wong-Gibbs
KeymasterI’m not aware of anything.
June 10, 2010 at 6:12 pm #81197In reply to: friendship chain 4 buddypress?
kino.tv
MemberDoes anybody knows it exist next time? Is it in work?
June 10, 2010 at 5:52 pm #81194In reply to: Buddypress Avatars do not appear on WP MU Sub Blogs
bennadler
MemberAh, alright.
Thanks for the help. That’s pretty strange. Considering that the avatars show up on the WordPress admin panel, you’d think they work on sub blogs.
June 10, 2010 at 5:21 pm #81192In reply to: Buddypress Avatars do not appear on WP MU Sub Blogs
smuda
Participantif you do a search, you find that this is a not-yet-fixed bug (a really annyoing one too)
June 10, 2010 at 4:52 pm #81187Leroy12
ParticipantThanks for the reply – indeed I will try the Track ticket
June 10, 2010 at 4:51 pm #81186In reply to: mY WEBSITE DISAPPEARED
marybennett
MemberSo.. I renamed the buddypress theme and buddypress theme widget by adding a “1” at the end, hoping that might do something… still blank.
-
AuthorSearch Results
