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

Question class.kunena.php Clean URL

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Only the strongest will survive
More
13 years 4 months ago #1 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
  • Only the strongest will survive
More
13 years 4 months ago #2 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
13 years 4 months ago #3 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
  • Only the strongest will survive
More
13 years 4 months ago #4 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
13 years 4 months ago #5 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
  • Only the strongest will survive
More
13 years 4 months ago #6 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.

More
13 years 3 months ago #7 by sozzled

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

Thank you for reporting the problems with my demo site (even though I have never encountered them myself and I'm still unsure how to reproduce them). You can sleep better knowing that I will listen to your advice and I will be upgrading my demo site from K 1.5.9 to K 1.6.2 early in 2011. B)

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Only the strongest will survive
More
13 years 3 months ago - 13 years 3 months ago #8 by C0n
Replied by C0n on topic Re: class.kunena.php Clean URL
I dont think upgrading to kunena 1.6 will stop these errors because if you look at kunena's page, www.kunena.org/index.php?option=com_kunena&no_html=1

I would just recommend blocking errors with the server .htaccess file or if you have root access turn them of in your php.ini
Last edit: 13 years 3 months ago by C0n.

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

Time to create page: 0.500 seconds