Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Some Bugs and problems!

More
17 years 4 months ago - 17 years 3 months ago #1342 by forum-migrations
Problem #1: [FIXED IN 1.0.8]

slashes

/ \ // \\

Problem #2: [FOR ANONYMOUS USERS]

Redundancy on Database tables:

Why fireboard needs the mail on each message??

jos_fb_messages

id parent thread catid name userid email
1 0 1 13 Felipe 64 [email protected]
id parent thread catid name userid email
2 0 2 13 Felipe 64 [email protected]

Problem #3: [FIXED IN 1.0.8]

Why my mail is showed like 3 times when im watching a post??

source code:

<input type = "hidden" name = "email" size = "35" class = "inputbox" maxlength = "35" value = " [email protected] "/>


Problem #4 [FIXED IN 1.0.8]

Why fireboard show numbers above messages on subcategories??

Code of fb_sub_category_list.php:

if ($lastPosttime != 0)
{
unset($obj_lp);
$database->setQuery("SELECT id, thread, catid,name, subject, userid from #__fb_messages WHERE time=$lastPosttime and hold='0' and moved!='1' LIMIT 1" ;
$database->loadObject($obj_lp);
$latestname = $obj_lp->name;
$latestcatid = $obj_lp->catid;
$latestid = $obj_lp->id;
$latestsubject = stripslashes($obj_lp->subject);
$latestuserid = $obj_lp->userid;
$latestthread = $obj_lp->thread;
// count messages in thread
$database->setQuery("SELECT count(id) from #__fb_messages WHERE thread=$latestthread AND hold=0";
$latestcount = $database->loadResult();
$latestpage = ceil($latestcount / $fbConfig->messages_per_page);
echo($latestpage); // HERE!!!!!!!!!!! WHY????
}

Problem #5:

Why Fireboard redirect to homepage when login??

Problem #6: (this is not a real bug) [CLICK IMAGE IN 1.0.8]

Why Fireboard do image attachments like this??

[im g size=511]myimage.jpg[/img]

Resized, but sometimes look ugly or bad, and you cant view the full image

What i had to do?

[u rl="http:\myimage.jpg"][ im g size=100]myimage.jpg[/img][/url]

Example of a thumbnail with link to full image

Problem #7 (related with slashes): [FIXED IN 1.0.8]

testing under windows, attachment was added (image) and the table:

jos_fb_attachment table

mesid filelocation
36501 C:AppServwwwjom/media/kunena/attachments/legacy/images/before.jpg

where are the \?

attachment table working for view referer post on administrator but replace with dummy doesnt work here (just img erased without replacement)


And[/b
] <
Bonus problem:


hehe, while posting, i saw that tags size and bold arent working, without end tag, maybe this help to have right tags, but.............

Problem #8:

HTML Entities:

The html entities will be coded again on msg function, then, a &quot; will be showed like &amp;quote;.

But........ what about if i store the character on the database i mean '&' or '"', then the metatag will be closed before the end, and will be above of the page.

Problem #9: (don't know if is solved on kunena)

Empty search:

The variable that contains the search, isn't declared when you advance from the first search page to other.

Then ill have a empty search, i was reading the code, i could solve that with some modifications on joomla files., the content of variable is not passed to functions of pagination.

Searching in google i found a lot of sites with that problem.

Problem #10:

soon...
Last edit: 17 years 3 months ago by Matias.

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

Time to create page: 0.240 seconds