Search Results for 'bbpress'
-
AuthorSearch Results
-
May 28, 2009 at 3:27 pm #46242
In reply to: BP Avatars in bbPress
2999261
InactiveWas there any fix to this? I went to the plugin page, and it requires an older version of BP. Is there any way to do what the title says (have BP avatars show up for the users in bbpress) without having to do a bunch of other group stuff?
Ideally, I’d like something that simply shows the user’s BP avatar, and also changes the link to their bbpress profile to have it go to their BP profile if they have one.
May 28, 2009 at 3:26 pm #46241Burt Adsit
ParticipantMissing widgets? Well, widgets aren’t really widgets until they get registered with:
wp_register_sidebar_widget( 'oci-wcm', __( 'Member Tags', 'oci-contents' ),
'oci_widget_cloud_members' );
wp_register_widget_control( 'oci-wcm', __( 'Member Tags', 'oci-contents' ),
'oci_widget_cloud_members_control' );Something like that. That’s for one of mine.
May 28, 2009 at 3:20 pm #46240Burt Adsit
ParticipantWhen you get the template loop working how you want it to, then you can wrap it in widget code to turn it into a widget. If that’s what you absolutely have to have is a widget.
May 28, 2009 at 3:19 pm #46239Windhamdavid
ParticipantBurt, thk u much.. I’m headed in that direction now, but that still doesn’t explain the missing widgets.
May 28, 2009 at 3:17 pm #46238Burt Adsit
ParticipantYa, custom loop for forums:
It doesn’ t look like Andy has documented this yet but there is a group forum loop just like other parts of bp have a loop. Look at bp_has_topics() in bp-forums-templatetags.php. It looks like I’d use that if I were you.
See: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/ for examples using other bp_has_[something]() loops.
That might be the best way to go with this.
May 28, 2009 at 3:12 pm #46236Windhamdavid
Participantyou can see my struggle..
bless you.bp_forums_get_topics(args) – no errors.. but no output!
a custom loop for forums functions?
May 28, 2009 at 3:04 pm #46235Burt Adsit
ParticipantI think you are attempting to do this at too low a level. Try the loop functions for forums or bp_forums_get_topics(). There’s no need to code down at bare metal when all the work is done for you with the higher level functions and classes.
May 28, 2009 at 2:59 pm #46234Burt Adsit
ParticipantWell, the problem is that activating the regular bbpress live widget conflicts with the code already loaded. It’ll never work. You’ll have to figure out how to register the code that bp uses *as a widget*. I think it would be easier to just create a small template loop using the bp provided code. Or use the function bp_forums_get_topics( $forum_id = 0, $number = 0, $page = 1 ) that lives in bp-forums.php
May 28, 2009 at 2:56 pm #46233Windhamdavid
Participantso the functions in bbpress live return an array.. first hurdle down.
but there may be a little creature (bug) buried in the widget somewhere – https://bbpress.org/forums/topic/fail-to-make-bbpress-live-working#post-19692
May 28, 2009 at 2:35 pm #46232Windhamdavid
Participanti see that.. but I tore apart bp_forums_templatetags.php, bp_forums_bbpress_live.php… look at all the diffs.. tried to instantiate the globals, tried the old bbpress live template tags.. no widgets, php errors? I even messaged sam bauers to see if he knew what was up and haven’t heard back yet… I’m still working on it now.. so we’ll see if I can come up with anything.. It looks like they should work.. I’ve reset widgets on two local copies and a remote and I don’t see anything contrary on the trac. Does anyone have these widgets rolling?
May 28, 2009 at 2:25 pm #46231Burt Adsit
ParticipantYes, bp uses the bbpress live widget code.
May 28, 2009 at 9:11 am #46222In reply to: latest forum topics widget
Kunal17
ParticipantThanks Burt,
Ill try the plugin first since I don’t code that well. The bbpress_live_get_forums() function might be used in bpress but Ill see if the other one can be used to show latest topics.
May 28, 2009 at 9:02 am #46221In reply to: latest forum topics widget
Burt Adsit
ParticipantThere is also Sam’s bbPress Live widget which you could use: https://wordpress.org/extend/plugins/bbpress-live/
Hmmm. Well maybe that wouldn’t work. That widget is what bp uses to communicate with bbpress for group forums. Interesting.
May 28, 2009 at 6:48 am #46211John James Jacoby
KeymasterOnce we’ve got a “stable” bbPress 1.0, I’ve got a stable step by step integration process.

RC2 is looking pretty good so far so shan’t be long now!
May 28, 2009 at 12:17 am #46198suleiman
Participantwe get it dude.
May 27, 2009 at 11:25 pm #46196Burt Adsit
ParticipantThis stuff works just fine people. Do you have that plugin in my-plugins as well as bb-plugins? It’s trying to run twice for some reason.
May 27, 2009 at 9:24 pm #46188IneffaBelle
ParticipantSo is there going to be a version that works with the current build of BP?
Is there any way to get it to work in the meantime?
May 26, 2009 at 7:06 pm #46114In reply to: BuddyPress Showoff: Post your links
mkgold
ParticipantWPMu + BuddyPress + BbPress + MediaWiki
It’s an academic social network built to bring together members of the 23 campus City University of New York system
May 26, 2009 at 3:35 pm #46108In reply to: BuddyPress Member Theme Went Away
Eric Wood
ParticipantUninstalled bbpress per above instructions (thanks btw).
Still getting same errors. Must be some other issue…
Tried deactivating BuddyPress then reactivating… nothing different happened?
Any other clues where I should look?
May 26, 2009 at 1:04 pm #46104In reply to: BuddyPress Showoff: Post your links
Fernando.borba.br
Participanthttp://www.cidadedocorretor.com.br/
It’s WordPress Mu + BuddyPress + BBpress for real estate.
Translating for Portuguese-BR
É um site utilizando WordPress Mu + BuddyPress + BBpress para negócios imobiliários.
Cheers!
May 26, 2009 at 7:34 am #46080In reply to: bbpress integration
John James Jacoby
KeymasterAs long as you’re not modifying the core files, everything should upgrade gracefully.
May 26, 2009 at 7:02 am #46076In reply to: bbpress integration
Dennyhalim.com
Participantactually i dont mind get the trouble in first time installing things.
my actual concern is when it’s time to upgrade.
will the upgrade smooth? or everything fall apart and we need to build up each pieces together again??
May 26, 2009 at 2:08 am #46067In reply to: http://bbpress.org/forums/
John James Jacoby
KeymasterIf you already have a login here (which unless I’m daft it appears that you do,) use the same login there as you would here.
May 26, 2009 at 1:28 am #46061In reply to: bbpress integration
John James Jacoby
KeymasterSo far from what I can see of the second release candidate of bbPress 1.0, it looks like integration has gotten better for BuddyPress and WordPress MU, but don’t expect a simple turn-key installation. There are simply too many configurations to not have to dip into the wp-config.php or bb-config.php files a little bit.
Integration of bbPress1.0 RC2 is essentially the same as the Alpha’s, other than there being a spot to enter the ID of the main WPMU blog. There’s also an extra variable to add to the config files to force the integration method, but I suspect that to be only temporary.
Once everything becomes 1.0, things will probably make more sense and come more into alignment.
May 25, 2009 at 9:42 pm #46056In reply to: http://bbpress.org/forums/
danielfelice
Participanttry registering for a username at wordpress.com and then try to login through the bbpress site
-
AuthorSearch Results