BuddyPress Integration
Quote from Thomas lefoldt on April 15, 2018, 10:43 amHallo
Gibt es eigentlich eine Möglichkeit das Forum mit BuddyPress zu verbinden?
Gruß Thomas
Hallo
Gibt es eigentlich eine Möglichkeit das Forum mit BuddyPress zu verbinden?
Gruß Thomas
Quote from Asgaros on April 15, 2018, 4:19 pmHallo @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?
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?
Quote from Thomas lefoldt on April 15, 2018, 4:58 pmAlso 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.
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.
Quote from Asgaros on April 15, 2018, 5:11 pmZumindest 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.
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.
Quote from Evidentree on June 8, 2018, 12:36 amadd_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.
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.
Quote from karmarpgs on October 28, 2018, 1:37 pmCan 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.
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.
Quote from Evidentree on October 28, 2018, 1:42 pmUse Chrome browser, right click anywhere on a white area of the page, click translate to English. Done.
Use Chrome browser, right click anywhere on a white area of the page, click translate to English. Done.
Quote from hcallens on November 7, 2018, 1:53 pm@thomas-lefoldt A good non-programmers way of adding tabs to the Buddypress user profile might be
https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/
@thomas-lefoldt A good non-programmers way of adding tabs to the Buddypress user profile might be
Quote from HIClub on September 22, 2019, 9:43 amGibt es auch eine kostenlose Möglichkeit?
Der Code Snipet oben hat ja schon gut funktioniert.LG
Gibt es auch eine kostenlose Möglichkeit?
Der Code Snipet oben hat ja schon gut funktioniert.
LG