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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question IMG Tag problem after upgrade to Kunena 1.5.5 PROPER

More
16 years 8 months ago #27697 by Ganzuelo
Did you try the fix the dev posted?

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

More
16 years 7 months ago #27881 by Matias
If urls do not have file extension (jpg, gif, png etc), then they will be broken in K1.5.6 (after this fix). You can restore the old behavior by commenting out that file extension check, but then users are allowed to post some commands (logout etc) to tease other users.

If someone has better solution to this problem, I would like to hear from it.

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

More
16 years 7 months ago #27959 by Lovegunner
Great..tried it and now i've lost my site... this is what i see...

Parse error: syntax error, unexpected '&', expecting T_VARIABLE in /home/bootleg/public_html/components/com_kunena/lib/kunena.parser.php on line 340

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

More
16 years 7 months ago #27975 by xillibit
Lovegunner wrote:

Great..tried it and now i've lost my site... this is what i see...

Parse error: syntax error, unexpected '&', expecting T_VARIABLE in /home/bootleg/public_html/components/com_kunena/lib/kunena.parser.php on line 340

Are-you sure that you haven't insered others caracters with the code ? Can I see your code into the lines 335 and 345 ?

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 7 months ago - 16 years 7 months ago #28963 by Crazyhorse
hey all have the same prob after copying the code Matias gave.
this is my code from line 335 up to 348 hope it will help.

$tag_new = "<a href='".$tempstr."' rel=\"nofollow\" target=\"_blank\">".$between.'</a>';
return TAGPARSER_RET_REPLACED;
break;
case 'img':
if($between) {
static $file_ext = null;
$matches = null;

if (empty($file_ext)) {
$params = &JComponentHelper:: getParams( 'com_media' );
$file_ext = explode(',', $params- >get('upload_extensions'));
}
preg_match('/\.([\w\d]+)$/', $between, $matches);
if (!in_array(strtolower($matches[1]), $file_ext)) break;

i copied the code Matias gave and all i got was the message Lovegunner also had.
hope this will help out solving the prob.

greetz Crazyhorse

EDIT: have been looking for more about this and in one way or another my file rights were set to not writable. so set the rights back to writable and all is working
nxt time will look on thi first lol :blush: :blush: :blush: :blush:
Last edit: 16 years 7 months ago by Crazyhorse.

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

More
16 years 7 months ago #29252 by Crazyhorse
back again with a strange error. was able to upload a pic and it also shows. today one of my users uploaded a pic and it shows in preview but when submitted the pic isnt showing just the image tag.
any ideas on how to fix and why this now happend? checked my settings if writable and yes they are so i would really appreciate a fix if possible or any ideas on when the 1.6 is to go live.
anyway thnx for all the work you guys do, will keep my patience but do hope to see a fix or update about this.

greetz Crazyhorse

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

Time to create page: 0.267 seconds