Kunena 6.3.0 released

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

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
14 years 7 months ago - 14 years 7 months ago #11 by crisscross
I guess this version is supposed to break tiny-url:s used inside the IMG-tag?
Last edit: 14 years 7 months ago by crisscross.

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

More
14 years 7 months ago #12 by crisscross
Just noticed another thing that is not working. Signatures with IMG-tag that points to fbfiles/images shows the bb-code and links to the image.

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

More
14 years 7 months ago #13 by Ganzuelo
Did you try the fix the dev posted?

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

More
14 years 7 months ago #14 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
14 years 7 months ago #15 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
14 years 7 months ago #16 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
14 years 7 months ago - 14 years 7 months ago #17 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: 14 years 7 months ago by Crazyhorse.

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

More
14 years 7 months ago #18 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.

More
14 years 7 months ago #19 by Bob Britt
I've edited the file with this code. Still not working. Any suggestions?

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

More
14 years 7 months ago #20 by halo3montage
Since I am using a Dreamhost VPS, it is difficult to modify the php.ini file (to turn off php Display Errors). Is there another solution to the IMG problem in 1.5.5. If not, is there a way to downgrade to 1.5.4, or remove signatures all together until the bug is corrected?

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

Time to create page: 0.531 seconds