Search Results for 'buddypress'
-
AuthorSearch Results
-
April 3, 2010 at 7:11 pm #71614
In reply to: BuddyPress – Events Component (like facebook)
r-a-y
KeymasterThat’s because BP-Events is not compatible with BP 1.2, and the status of the project is delayed:
April 3, 2010 at 6:51 pm #71612In reply to: BuddyPress – Events Component (like facebook)
slideaway
MemberSorry to drudge up an old thread, but I’m having trouble getting this to install. I’m trying to use a regular WP install and not MU. If I upload it as per the read me it doesn’t even show up in the plugin page. If I upload the second bp-events folder, it identifies it on the plugin page, it just gives me a fatal error when trying to activate.
I’m guessing this might be a result of the plugin not being updated post merge. From reading other threads it doesn’t sound like this plugin is updated that frequently, if at all, so where does that leave things?
April 3, 2010 at 6:45 pm #71610In reply to: How to disable Gravatar
oberstet
Participantthanks for helping.
i’ve already hacked bp_core_fetch_avatar() as described in https://buddypress.org/forums/topic/how-to-disable-gravatar-completely
however, a quick grep for gravatar.com over all wp/bb reveals more places. i am a total wwp/bb/php idiot and have no aspirations to become even mildy involved with the codebase. i was looking for a on-place “checkbox solution”.
ah, ok;) it’s ok to have such commerically motivated “defaults” … in the end its a pretty impressing piece of tool and its nice to share anyway. on the other hand, it would be nice to have a big “this is a private site” switch which turns off this, and other things (like the dashboard fetching stuff from outside … i “disabled” that one using a firewall rule;)
April 3, 2010 at 6:31 pm #71607In reply to: How to disable Gravatar
Paul Wong-Gibbs
KeymasterbbPress and Gravatar are Automattic projects, as is WordPress, BuddyPress and many others. Check the full list at http://automattic.com/.
April 3, 2010 at 5:56 pm #71598In reply to: How to disable Gravatar
jivany
ParticipantApril 3, 2010 at 5:26 pm #71592In reply to: Profile Fields Questions
jivany
Participant@gian-ava: For your second question, check out this post https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-13243
I haven’t tried this but it would suggest you could do something like:
<?php if ( bp_has_profile('profile_group_id=9') || bp_has_profile('profile_group_id=7') ) : ?>
<?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
<div id="widget1">
<?php if (bp_the_profile_group() == "9") : ?>
// Do whatever you want with group 9
<?php endif; ?>
<?php if (bp_the_profile_group() == "7") : ?>
// Do whatever you want with group 7
<?php endif; ?>
</div>
<? endwhile; ?>
<?php endif; ?>The only part I’m not sure about is if you need the first call to bp_the_profile_group() on the second line (after the start of the while loop).
April 3, 2010 at 4:45 pm #71588In reply to: Paid membership and subscription plugins
Bowe
ParticipantI have to agree with conschneider…This is one amazing plugin to expand upon.. The plugin author really likes BuddyPress and I think some amazing things can be done combining them. I’m working on a list of features I would like to see for BuddyPress, and I’m planning to make a donation to the author with the feature requests. If you are interested and would like to see certain features added, post them here or contact me.. I’m not the wealthiest person, so if anyone wants to chip in and would like to see certain features developed, this is the time to do it
April 3, 2010 at 4:42 pm #71587In reply to: How to Create a 2nd Sidebar
gregfielding
ParticipantBowe, understood…
At the same time, I don’t see why the activity stream need to take up more than half of the overall width…I’d like to feature more articles from the community and make my site look a little more like e magazine (ala huffpo or daily beast).
Has anyone experimented with a reducing the width of the activity stream and had it still look good?
@bowe, how does what your slider compare with this one? http://wpmu.org/smooth-slider-wpmu-and-buddypress-plugin-contest-entry/
Thanks!
April 3, 2010 at 4:28 pm #71585ericreynolds007
ParticipantThank you. I really appreciate it. I figured it out and felt good in doing so.
April 3, 2010 at 3:35 pm #71579In reply to: E-mail domains blacklist doesn't work
Paul Wong-Gibbs
Keymaster“Banned Email Domains” only exists in WPMU. It exists in WP 3.0, but again only in a multi-sites configuration. BuddyPress doesn’t make use of it currently. This would be a good feature to add for BP 1.3, which will be the version that offers supports for WP 3.0.
April 3, 2010 at 2:55 pm #715753sixty
Participantnow I’m thinking about jumping the fence and offering my services to timbo85.
April 3, 2010 at 2:11 pm #715725914884
InactiveSeeing as it looks like my post kinda inspired this one, I’ll add that I would LOVE to see something like this at the moment. I am struggling so much to find someone to support my design skills with some hot programming on a personal project of mine.
I’ve approached places like Crowd Favorite that seem to know there stuff but @ around $175 p/h it will probably work out to be a bit too expensive for me
April 3, 2010 at 12:53 pm #71567In reply to: Widget doesn't show who is online
testilify
MemberApril 3, 2010 at 12:33 pm #71564In reply to: BuddyPress 1.2 Child theme
jpittssr
ParticipantYes, I changed to the Darwin theme. I like it much better for my setup but I would really like to add another side bar on the right side with widget area.
Thanks for the reply.
April 3, 2010 at 10:31 am #71560In reply to: BuddyPress Group Tags is now available
Bowe
ParticipantAh great Dwenaus! Have you been able to look at the link structure? So that you can filter groups by URL? For example https://buddypress.org/groups=plugins.
This is a great plugin
April 3, 2010 at 9:52 am #71557In reply to: Badge Maker
warut
ParticipantI see it on facebook. anyone coding this idea? if no i will try code it cloning from facebook . if it already available where can i download it ?
what should this locate in tab or widget or any position?
@hbndev do you make your code for buddypress yet?
April 3, 2010 at 5:02 am #71547In reply to: Group forum subscription
Dwenaus
Participantthere is a new version of this plugin that a bunch of us are working on that might supersede the one listed above:
https://wordpress.org/extend/plugins/buddypress-group-email-subscription/
April 3, 2010 at 2:56 am #71540In reply to: BuddyPress Group Tags is now available
Dwenaus
ParticipantHey everyone, I’ve added a widget capability to this plugin. Enjoy
April 3, 2010 at 1:35 am #71534murrayac
ParticipantThis is where the classifieds plugin might help
April 3, 2010 at 1:26 am #715335947865
Inactivehttp://wpquestions.com/ maybe create something like this?
April 3, 2010 at 12:21 am #71531In reply to: Member Profile Nav Menu Edit Help
r-a-y
KeymasterStick with language files:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
They’ll do you good over the longhaul.
April 3, 2010 at 12:15 am #71530Boone Gorges
Keymaster@anointed – Do I get to be a Master? http://startswithabang.com/wp-content/uploads/2008/07/he-man.jpg
April 3, 2010 at 12:00 am #71527Anointed
ParticipantI’m so glad to hear that there will be a special area for this. DJPaul is correct, the job board on testbp is useless.
I can’t count how many times I’ve needed just a few lines of code, you know those <$100 projects and it would be so nice to have an area to post a request in so that I could find coders who also do very small jobs.
Maybe even having an ‘I’m available’ area would be great. We all know who the masters are around here, and if one of them popped up and said I have the afternoon avail.. who needs me for a few mins etc.. that would go a long way.
April 2, 2010 at 11:57 pm #71525r-a-y
KeymasterThat too
April 2, 2010 at 11:43 pm #71522In reply to: Add "My groups only" in Forum-list.
abcde666
Participantare you talking about something like that ?
-
AuthorSearch Results