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] Problem im fb_forum-pathway oder path-element-first

More
17 years 1 month ago #8635 by spinxa
So ..

Nachdem ich die Zeilen mal vergleich habe, habe ich tatsächlich einen Unterschied gefunden!
Code:
$fireonline .= "<div class=\"path-element-users\ ">($total_viewing " . _KUNENA_PATHWAY_VIEWING . ")&nbsp;"; $totalguest = 0; $divider = ', '; foreach ($users as $user) { if ($user->userid != 0) { $lastone = next($users) ===FALSE; if($lastone && !$totalguest){ $divider = ' '; } if ( $user->showOnline > 0 ){ $fireonline .= CKunenaLink::GetProfileLink($fbConfig, $user- >userid, $user->username) . $divider.' ';

Bei mir war im 2. $divider-Bereich kein Leerzeichen?!

Nachdem ich nun der Einfachheit halber ein ', ' eingesetzt habe, sieht das schon deutlich besser aus!

Vielen Dank für die Mühe und Unterstützung!

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

Time to create page: 0.283 seconds