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 class.kunena.php Clean URL

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
15 years 4 months ago #78560 by C0n
The following line of code in the file class.kunena.php
Code:
define('KUNENA_CLEANLIVEURL', KUNENA_JLIVEURL . 'index.php?option=com_kunena&no_html=1' . KUNENA_COMPONENT_ITEMID_SUFFIX);

I was woundering if i could change it to
Code:
define('KUNENA_CLEANLIVEURL', KUNENA_JLIVEURL . 'index.php?option=com_kunena' . KUNENA_COMPONENT_ITEMID_SUFFIX);

And hopefully it wont break anything ?

Because if you look at that url it looks rather silly on the forum.

demo.enduring.com.au/index.php?option=com_kunena&no_html=1 (This is sozzled's demo forum)

Live kunena forum www.kunena.org/index.php?option=com_kunena&no_html=1

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
15 years 4 months ago #78680 by C0n
Replied by C0n on topic Re: class.kunena.php Clean URL
Or better yet isit ok for me to remove the function all together ?

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

More
15 years 4 months ago #78689 by sozzled

C0n wrote: Or better yet isit ok for me to remove the function all together ?

I don't know. When is this function used?

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
15 years 4 months ago #78697 by C0n
Replied by C0n on topic Re: class.kunena.php Clean URL
Its not used unless you know the url thats why i want to get rid of it because its not used its pointless but it is there. Also your test site has php errors from it :/

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

More
15 years 4 months ago #78778 by sozzled
So, what you're saying is, there is no way that anyone can generate these errors? Is that correct?

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
15 years 4 months ago #78801 by C0n
Replied by C0n on topic Re: class.kunena.php Clean URL
..I was not realy talking about the errors i was asking if i could remove the no_html command since it is also exsistant in kunena 1.6

Im not sure what is causing the php errors on your demo site my site does not have them.

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

Time to create page: 0.257 seconds