Search Results for 'buddypress'
-
AuthorSearch Results
-
December 21, 2010 at 7:36 pm #101069
In reply to: Buddypress version of wordpress 'mystique' theme?
jakeduanejohnson
Memberany links to a current downloadable version? If anyone has one they can share, shoot it over to jake at ja-bob dot com.
December 21, 2010 at 6:10 pm #101065In reply to: “My Favorites” Plugin
justbishop
MemberThis is the first activity I’ve seen on the issue since asking myself, @ddgdaily. I really wish someone would come and pastebin the correct code, because if this is possible, I could really use it!
December 21, 2010 at 5:22 pm #101062In reply to: Buddypress / Multisite issue
bcade
MemberUnderstood and thank you for the replies. I have since went back and disabled all plugins as well as manually fixed the htaccess file per WP codex. I am still getting that white screen of death I would say 25% of the time I try to navigate back to the main site from a user blog. Still think the best solution is to do a fresh install? I certainly can do that, but am hoping to be able to manually fix the broken code. Anyone have another suggestion?
December 21, 2010 at 4:28 pm #101061In reply to: Change error message display
imjscn
Participant@boonebgorges
I followed your suggestion, got the thing working! However, by my codes, I will have to write down each error for eah label color. Is there a way to run through all the erros and match it with label?
Here’s what I’ve done so far:
In the register.php, I test the signup name field by adding style to the label line like this:
`<label for="signup_username" style="”> `
In the bp-custom.php, I added this function:
`<?php
function elsa_bp_label_color( $errocolor ) {
global $bp;
if ( !empty( $bp->signup->errors ) )
$errorcolor = ‘color:red’;
else
$errorcolor = ”;
return $errorcolor;
}
?>`Thanks for helping!
December 21, 2010 at 1:36 pm #101056In reply to: Changing Profile Fields
junger
Participant@techguy Yeah, that’s exactly what I’m hoping to avoid. Not because it wouldn’t work, but it just gets messy.
It seems silly that a “universal” field like a profile field wouldn’t update it in all circumstances across user profiles. Why is that?
December 21, 2010 at 10:45 am #101052In reply to: Activity Stream Replies
senTralsuLcus
Member@mercime I already enabled it. And already left a message on theme page. Thanks though.
December 21, 2010 at 10:33 am #101051In reply to: Activity Stream Replies
@mercime
Participant@senTralsuLcus did you enable Activity Streams in admin dashboard > BuddyPress > Component Setup? If you did and it’s still not showing up, check if you have the latest version http://buddydev.com/themes/cosmic-buddy/ or leave a message at theme page
December 21, 2010 at 10:24 am #101050open flips
ParticipantHi @rockyteng, we are talking about this issue here… be welcome
December 21, 2010 at 9:08 am #101047rockyteng
Participanthi
i installed the plugin in local computer according to the readme file with the downloaded file
it did show a chat tag on the admin-bar when i clicked it
got a blank page.
anyone have the same problem as me?thanks
rockyDecember 21, 2010 at 7:11 am #101042In reply to: Change Nav Labels
techguy
ParticipantHere’s the codex page for that: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
December 21, 2010 at 7:01 am #101041In reply to: Question: WordPress User Roles and BuddyPress
ewebber
ParticipantI’m pretty interested in this too, I had my members set as “members” but have just noticed this has allowed someone to submit a blog post to the site which I don’t want.
December 21, 2010 at 6:53 am #101040chestnut_jp
MemberI submitted https://trac.buddypress.org/ticket/2964
December 21, 2010 at 6:28 am #101039In reply to: “My Favorites” Plugin
kateM82
MemberAny updates on the number of favourties count code from earlier, I cant get it working either, and it looks like it needs a few extra bits and pieces.
This is what @danhay originally posted:
= ( $fav = bp_activity_get_meta( $activity_id, ‘favorite_count’ ) ) ? $fav : 0
December 21, 2010 at 5:06 am #101033In reply to: Buddypress Links Widget
7395361
InactiveSpam post and link removed -hnla
@DJPaul @boonebgorges account needs removing.
December 21, 2010 at 4:45 am #101032In reply to: BP posting
@mercime
ParticipantObviously that’s not the default behavior. Change theme to bp-default theme and leave only BuddyPress activated in plugins. Clear cache. See if same behavior persists.
December 20, 2010 at 11:05 pm #101026Boone Gorges
KeymasterThere isn’t really any support built into BP for custom pay types, but supporting them is no different from supporting other kinds of custom content in BP. See the BuddyPress Skeleton Component for some guidance on integrating custom content into BP navigation, etc.
In the next couple weeks I might whip up a new plugin to provide a framework for custom post type support in BP (front end editing, integration into nav menus, etc). I’ve had to do stuff like this for a couple clients in the past few months and I think I have a sense of some good strategies.
December 20, 2010 at 11:01 pm #101025In reply to: BuddyPress Group Review Won’t Work with new WP
DaDonkaDonkas
MemberThank you for your quick reply! I will try this and let you know what comes up!
December 20, 2010 at 10:53 pm #101023In reply to: BuddyPress Group Review Won’t Work with new WP
Boone Gorges
KeymasterThe plugin works fine on all my installations of the latest WordPress.
If your users are not able to leave a star rating, it is likely that you are having a Javascript conflict. Are you using a custom theme? Try reverting to the BuddyPress Default theme to see if the stars work that way. If so, then maybe I it someone else can help you to troubleshoot the theme.
I should make it an option in the future for admins to turn off the part of the plugin that requires star ratings.
December 20, 2010 at 10:35 pm #101022In reply to: Can members use forum without groups?
Matt
ParticipantWith the help of r-a-y, we put up a tutorial on how to set up a single bbPress forum without doing a separate install. The drawback is it still uses a Group, and it means you won’t be able to use Groups for other purposes while this is in place. The upside is it’s fully integrating bbPress, so whenever the updated plugin comes out you’ll be in good shape.
December 20, 2010 at 10:35 pm #101021In reply to: bp_setup_nav not firing
Steven Word
Participant@jeffsayre
I believe this topic was started before the BP 1.0 release. I have still experiencing problems hooking into bp_setup_nav() and would like to know if altering the core files is the only way to solve the problem. I am currently testing using functions.php and have not been able to get the hook to fire.If I am understanding you correctly, I must do one of two things to correct the problem. 1.) Edit the bp-core and change the priority of bp_setup_nav or 2.) Put the add_action call for my plugin inside a file in a directory that alphabetically comes before “buddypress” ?
December 20, 2010 at 10:19 pm #101017Matt
ParticipantWe at buddyboss.com just started using the CustomPress plugin by wpmudev.org — http://premium.wpmudev.org/project/custompress . It lets you easily set up custom post types and custom fields in WP admin. So far, I’m absolutely loving it.
I was pumped when I first heard about WP 3.0’s custom post type functionality, and THIS is what I assumed would be coming. I’m not a programmer, so I need a UI to set up custom post types. This lets you name a custom post type, choose where it falls in the WP admin menu, pick the icon, pick the fields and editable areas that will display, and create custom fields that will be requested on any post type. It also lets you create custom taxonomies, which I haven’t used yet.
It makes WP/BP into fully legit CMS, rather than a blogging platform flexible enough to be used as a CMS. This will be seeing its way into a lot of our client projects.
Matt O’Brien
December 20, 2010 at 6:47 pm #101010open flips
ParticipantThanks for looking at it @Dfa327, I remembered you writing somewhere you prefer we report bugs somewhere else but I could not sign up at the time I have tried.
Is the fix suppose to be in 1.3.6 version of the plugin ? If so, I report the problem still occurs.
Thanks for letting us know when you will fix it,
flipsDecember 20, 2010 at 6:36 pm #101009In reply to: what’s new and forum tab questions
hbalagh
Memberanyone? this is my first time messing w/ buddypress and would really like this
December 20, 2010 at 6:35 pm #101008@mercime
Participant@Reeves246 Cheers
December 20, 2010 at 6:22 pm #101006 -
AuthorSearch Results
