Please or Register to create posts and topics.

BuddyPress Integration

Page 1 of 2Next

Hallo

Gibt es eigentlich eine Möglichkeit das Forum mit BuddyPress zu verbinden?

Gruß Thomas

Hallo @thomas-lefoldt

Eine BuddyPress-Integration ist auf meiner ToDo-Liste, aber bin noch nicht dazu gekommen daran zu arbeiten.

Welche Bereiche möchtest du denn integrieren?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Also es sollte mindestens im Aktivitäts- streame auftauchen und ein link im BuddyPress Profil sollte auch vorhanden sein bzw. man sollte das Forum Profil und das BuddyPress Profil eventuel zusammen führen den meistens ist, das ja so wer BuddyPress nutzt nimmt auch dessen Profielbseite für seine Nutzer.

Zumindest die Profil-Links sollten sich recht einfach über einen Filter anpassen lassen. Den entsprechenden Code kann ich dir jetzt nicht liefern, aber du kannst dir mal den folgenden Beitrag anschauen. Dieser enthält ein Code-Beispiel, wie man den Link zu einem Benutzer-Profil überschreiben kann.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
add_filter('asgarosforum_filter_profile_link', 'my_profile_url', 10, 2);
function my_profile_url($profile_url, $user_object) {
      return home_url('/members/'.$user_object->user_nicename.'/');
}

That is a link for BuddyPress profile.

I would love to be able to integrate forums with BuddyPress groups. Also, having the forum activity show in BuddyPress activity streams would be great too.

But, even as it is, this is a lovely plugin.

Can we have this in English? There is no Translator here on the forum which would be an awesome idea for those who don’t speak German or any other. I know very little German…

 

Danke,

Karma.

Use Chrome browser, right click anywhere on a white area of the page, click translate to English. Done.

@thomas-lefoldt A good non-programmers way of adding tabs to the Buddypress user profile might be

BuddyPress User Profile Tabs Creator Pro

Gibt es auch eine kostenlose Möglichkeit?
Der Code Snipet oben hat ja schon gut funktioniert.

LG

Is ther a free vision to get budypress in asgaros?

And sry for the wrong language 🙂

LG

Page 1 of 2Next