Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question [gelöst] Falscher Avatar im Profil mit Jomsocial

More
17 years 1 month ago - 17 years 1 month ago #8577 by orthanc
Stimmt eine Signatur kann ich nicht anlegen.
Nur woher kommt dann diese hier ? Angelegt bevor JomSocial integriert wurde? Kannst ihn ja mal befragen. ;)

edit: ok, über Umweg möglich. ;) siehe Link unten

Ist bekannt und Änderung geplant, hier lesen .
Da steht auch, wie die Signature trotzdem reinkommt. ;)
Last edit: 17 years 1 month ago by orthanc.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8580 by jokas
wie die signatur mit der abgeschalteten profilverwaltung von kunena angelegt werden kann weiß ich. das ist aber nicht die lösung für mein problem, da es mir um den richtigen avatar in im kunena profil geht!

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8587 by jokas
ich denke mal das der avatar nur falsch aus der datenbank geholt wird.
vielleicht kann mir jemand sagen wo ich die datenbankabfragen für die kunena profilseite finde?

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8588 by orthanc
components\com_kunena\template\default\plugin\fbprofile\fbprofile.php
Code:
if ($fbConfig->avatar_src == "jomsocial") { // Get CUser object $user =& CFactory::getUser($leaf->userid); $msg_avatar = '<span class="fb_avatar"><img src="' . $user->getAvatar() . '" alt="" /></span>';
... das muss geändert werden.

Du kannst Dich am Avatar vom CB orientieren:
Code:
else if ($fbConfig->avatar_src == "cb") { $database->setQuery("SELECT avatar FROM #__comprofiler WHERE user_id=$userid AND avatarapproved=1"); $avatar = $database->loadResult();

Ich hab kein JomSocial und kann da jetzt nicht weiter helfen, da ich die Tabellen vom JomSocial nicht kenne.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8601 by orthanc
Na super - das wird einige interessieren. :)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8640 by Lintzy

Please Log in or Create an account to join the conversation.

Time to create page: 0.238 seconds