Search Results for 'buddypress'
-
AuthorSearch Results
-
September 17, 2010 at 1:57 pm #92711
In reply to: Trying to alter layout of bp_activity_action()
rich! @ etiviti
Participant@ehegwer – this was just answered the other day in the forums and filtering the output – do a quick search.
September 17, 2010 at 1:47 pm #92708Hugo Ashmore
ParticipantWarnings are going to fly fast and furious if you are using 5.1.6; yampnag tolualonary or double colons to you and I are going to be an issue ‘::’, it’s the reason I mentioned them briefly in the mods group Paul, but there isn’t really an answer short of upgrade PHP I fear.
September 17, 2010 at 1:28 pm #92706In reply to: distinguish between editors and other contributors
Roger Coathup
Participant@dubbelf – it’s no more technical than modifying your theme loops to exclude posts from various categories, and certainly less technical than restricting certain authors to specific categories.
At this stage the questions you are asking are not really BuddyPress support specific, more general WordPress considerations.
If you want someone to build / enhance your site for you, you can advertise on the Jobs Board: https://buddypress.org/community/groups/bp-jobs-board/
If you are going to modify the site yourself, you will have to get technical (PHP, HTML and some base WordPress theming knowledge).
September 17, 2010 at 1:21 pm #92704In reply to: 5 Star Rating – help port to buddypress for groups
Hugo Ashmore
ParticipantBumping on behalf of
September 17, 2010 at 1:21 pm #92703In reply to: Post Freshness
Roger Coathup
Participant@janismo – if you want a developer to help write the code for your site, you can advertise the opportunity on the Jobs Board: https://buddypress.org/community/groups/bp-jobs-board/
You can also search the BuddyPress plugin files for examples of how to call bp_core_time_since()
September 17, 2010 at 1:17 pm #92702In reply to: remove password confirmation
Hugo Ashmore
ParticipantNice one cheers for feeding that back.
ought to give @travel-junkie the heads up on that as well
September 17, 2010 at 1:16 pm #92701In reply to: Feature Request – Profile Galleries?
Hitler
Member@thelandman, sorry to bug you again but you seem very knowledgeable. Is there a way to add comments on profile pages to BP? You know – like virtually every social network has – you come to a profile page of another member and leave a comment if you like their profile, or agree with them based on their forum posts or whatever…
September 17, 2010 at 1:12 pm #92698In reply to: Activity Stream RSS Parsing Error
Josh Frank
ParticipantI just re-posted this in the Private Community plugin forum. After deactivating the plug-in, the feed works without an error. I will follow up on the plugin’s thread. Let me know if you have any suggestions for making these play nicely! New forum threat at:
https://buddypress.org/community/groups/buddypress-private-community/forum/topic/activity-stream-rss-parsing-error-1/September 17, 2010 at 11:39 am #92693Paul Wong-Gibbs
KeymasterNo one has told me if they are running additional plugins, or using a theme other than bp-default. We need to know if this occurs on a clean install and if it doesn’t, we can reactivate the plugins to find which one causes the warning so we can fix it.
September 17, 2010 at 11:18 am #92691Boone Gorges
KeymasterYes, this is a known issue. We’re working on it.
September 17, 2010 at 10:27 am #92687In reply to: BuddyPress Maps
Tom_
ParticipantHere are files for translation ( default and fr_FR)
http://owni.fr/misc/opensource/traductions/buddypress-maps/
hope it could help
September 17, 2010 at 9:22 am #92683In reply to: Post Freshness
James
Participant@Roger Coathup
hi,found information below, but still can not achieve any result. Maybe you could write necessary php code for me?
thank you!!bp_core_time_since( $older_date, $newer_date = false ) X-Ref
bp_core_time_since()Based on function created by Dunstan Orchard – http://1976design.com
This function will return an English representation of the time elapsed
since a given date.
eg: 2 hours and 50 minutes
eg: 4 days
eg: 4 weeks and 6 daysparam: $older_date int Unix timestamp of date you want to calculate the time since for
param: $newer_date int Unix timestamp of date to compare older date to. Default false (current time).
return: str The time since.September 17, 2010 at 7:25 am #62903Hugo Ashmore
ParticipantThat Username Availibilty Checker has been incorporated into the bp-xtra-signup plugin by Travel-Junkie which also provides password strength feedback. This is a plugin I would recommend people make use of.
However this issue is not ‘Username’ as there can’t be the same username twice
September 17, 2010 at 6:27 am #92679Proglot
Memberi’m using wpmu 2.9.2 and qTranslate. when i turn qTranslate tabs are not translated. why? everything else is translated normally.
`
bp_core_new_subnav_item( array( ‘name’ => sprintf( __( ‘Members (%s)’, ‘buddypress’ ), number_format( $bp->groups->current_group->total_member_count ) ), ‘slug’ => ‘members’, ‘parent_url’ => $group_link, ‘parent_slug’ => $bp->groups->slug, ‘screen_function’ => ‘groups_screen_group_members’, ‘position’ => 60, ‘user_has_access’ => $bp->groups->current_group->user_has_access, ‘item_css_id’ => ‘members’ ) );
`September 17, 2010 at 6:00 am #92678@mercime
ParticipantThis plugin at bottom of post would help you – Creating a Buddypress/Wordpress Username availability checker for your site
September 17, 2010 at 5:54 am #92677@mercime
ParticipantYou have more than one problem in your install unlike the singular issues posted above. Before blaming everything on BuddyPress, make sure you’ve got your WordPress working https://codex.buddypress.org/getting-started/before-installing/. Where are you hosted? Single site or Multisite? BP/WP versions used?
September 17, 2010 at 5:13 am #92675In reply to: Is there a directory plug in for buddypress?
@mercime
ParticipantThere are Blogs, Forums, Members, and Groups Directories. What kind of directory are you looking for specifically?
September 17, 2010 at 1:15 am #92664In reply to: Do not be employed in function buddypress
cantsave
ParticipantI’ve already decided this issue, but not as much as I want. Too complicated the job site, the extra memory use, because subdomain is also set buddypress with database integration
September 17, 2010 at 1:10 am #92663In reply to: Registration not working
@mercime
Participant@airrykah deactivate BuddyPress. It depends on your WordPress installation. Check if your install is sending out activation emails to those registering. Find resolution for your email problem at WordPress.org forums before activating BuddyPress.
If your WP activation email is working, deactivate any BP registration plugins and see if regular registration works.
Edit – there’s also a workaround, see if this works for you – https://codex.buddypress.org/getting-started/faqs/specific-faqs/#register
September 17, 2010 at 1:06 am #92662@mercime
ParticipantNo, you cannot have multiple instances of BuddyPress in one installation. In other words, BuddyPress works in one site of your WPMS install, there’s no BuddyPress multisite script at this time..
1. No, per above. You will need to install one WP site for each BP social network at this time.
2. BuddyPress can track as many blogs as you want. It all depends on your server … and tech skills of course.
3. See #1.
4. See #1
5. See #1. Wait for BuddyPress MS plugin or create one.September 17, 2010 at 12:38 am #92660In reply to: Do not be employed in function buddypress
r-a-y
KeymasterWhat do you mean by this?
“My WP v.2.91 (subdomain WP MU) is integrated with WP MU Buddypress”If you have BuddyPress installed on the WPMU subdomain and you’re trying to use BP code on your single WP install, you can’t as BP doesn’t know about your single WP install.
If you can, I would suggest using your conditional on you WPMU subdomain only.
“Big picture”-wise, you’ll need to think about upgrading to WP 3.0 and think about how you’re going to manage your single WP site and your WPMU network.
September 17, 2010 at 12:33 am #92659In reply to: Do not be employed in function buddypress
cantsave
ParticipantYes, everything is on the “allowed”
September 16, 2010 at 11:06 pm #92656In reply to: How to modify the top admin bar?
foomaster
Participantbummer. the page that was originally mentioned having a bunch of code snippets doesn’t load:
September 16, 2010 at 11:02 pm #92655In reply to: subnav slug constants
Roger Coathup
ParticipantLest anyone stumbles on this sad, lonely, and un-answered post looking for the same slugs. Here’s the update:
Unfortunately, the answer appears to be “no, there are no slug constants at present for the subnav items such as inbox”.
It’s covered towards the end of this page: https://codex.buddypress.org/buddypress-site-administration/customizing-labels-messages-and-urls/
September 16, 2010 at 10:40 pm #92653In reply to: Split members into admin defined caregories
Roger Coathup
ParticipantPutting members into different categories isn’t a built in feature.
You could perhaps implement your requirement using groups, i.e. assigning your celebrities to a group. You’d then have to do a fair bit of template / loop manipulation, and enabling / disabling features dependent on whether members were in the group or not.
If @modemlooper finds something with roles, it would be interesting. However, similarly to grouping, you would still probably have to do a fair bit of template manipulation to enable / disable features based on role.
-
AuthorSearch Results