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 [FIX] Style missing, category view, Latest Post column, no "fbm" style if there are "no posts"

More
17 years 2 weeks ago #11868 by bertm
If there are posts to be listed, the "fbm" style is provided with the link. But if there are NO POSTS, the fbm style is not put out by the default_ex LISTCAT.PHP and thus the "No Posts" status text does not adhere to CSS formatting.

On line 616 change
Code:
<td class = "td-5" align="left">

to
Code:
<td class = "td-5 fbm" align="left">

and similarly, the error exists in the default template file named fb_sub_category_list.php Change line 423 from
Code:
echo ' <td class="td-5" align="left">' . _NO_POSTS . '</td></tr>';

to
Code:
echo ' <td class="td-5 fbm" align="left">' . _NO_POSTS . '</td></tr>';

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

Time to create page: 0.242 seconds