Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

Merged xCloner bans all users from forum

More
14 years 6 months ago - 14 years 6 months ago #105949 by manburg6
I've done it but nothing is shown... so I've put code without code tag in previous post:
Code:
[table] [tr][td] [url][img]http://www.mosquitoweb.it/images/stories/forummodule/bambini.gif[/img][/url] [/td][td] Repellenti, dopopuntura, lenitivi, insomma tutto ciò che è utile per proteggere e curare i più piccoli. Le nostre esperienze e i nostri consigli per prevenire ma molto più spesso curare le punture da insetto. [/td][/tr] [/table]

Now I paste the code replacing square bracket with round bracket:

(table)
(tr)(td)
(url)(img) www.mosquitoweb.it/images/stories/forumm...bini.gif(/img)(/url)
(/td)(td)
Repellenti, dopopuntura, lenitivi, insomma tutto ciò che è utile per proteggere e curare i più piccoli. Le nostre esperienze e i nostri consigli per prevenire ma molto più spesso curare le punture da insetto.
(/td)(/tr)
(/table)
Last edit: 14 years 6 months ago by manburg6.

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

More
14 years 6 months ago - 14 years 6 months ago #106100 by Viewmax
I have a problem with all banned users too. In phpMyAdmin in ban column all users with data 0:00 00-00-00 instead of NULL. I'm not pro in working with databases. Is there any command for editing all users at once in phpmyadmin?
Last edit: 14 years 6 months ago by Viewmax.

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

More
14 years 6 months ago #106107 by manburg6
Yes.. you can do an update command.

Turn Null into 0000-00... its a bug of sync functionality of cpanel phpmyadmin. So told me my hosting provider.

Ciao,
M

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

More
14 years 6 months ago #106381 by Matias
Why do you have [ url ][ img ]? Use just img, and remove url, as your bbcode cannot work.

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

More
14 years 6 months ago #106382 by Matias
UPDATE jos_kunena_users SET banned=NULL WHERE banned='0000-00-00 00:00:00'

It will remove all unlimited bans (from every user).

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

More
14 years 6 months ago #106394 by manburg6
I solved the issues just today.

I've used because in kunena 1.6.5 it show the image not clickable.
In kunena 1.7 this generate the html error described before.

Non I'm using and it works except for one thing.
If you click on image the forum category is open in a new windows but bbcode does not support target="_blank".
You can see in my live site: www.mosquitoweb.it/forum/Lista-dei-forum/

So... now I'm happy but something change from kunena 1.6.5 to 1.7 in bbcode translation.

Bye and thanks for your support.

Mario.

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

Time to create page: 0.260 seconds