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

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question [SOLVED] ARTIO JoomSEF and Kunena Preview

More
17 years 1 month ago - 17 years 1 month ago #10334 by collaborator
Hello

I can not make preview work with this component.

Some sugesstion in the forum pointing some changes in some java file but they did not solve my problem.

Any suggestion ? or solution?
Last edit: 17 years 1 month ago by collaborator.

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

More
17 years 1 month ago #10359 by guerilla
at components/com_kunena/template/default/js/kunenaforum.js file i changed "index2.php" part to "index.php"

change this part:
Code:
jQuery.ajax({url:"http://MYDOMAINURL/index2.php",

to this:
Code:
jQuery.ajax({url:"http://MYDOMAINURL/index.php",

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

More
17 years 1 month ago #10426 by collaborator
I did this change

Now "Preview" button does not work at all

guerilla wrote:

at components/com_kunena/template/default/js/kunenaforum.js file i changed "index2.php" part to "index.php"

change this part:

Code:
jQuery.ajax({url:"http://MYDOMAINURL/index2.php",

to this:
Code:
jQuery.ajax({url:"http://MYDOMAINURL/index.php",

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

More
17 years 1 month ago #10456 by guerilla
hmm i dont used domain url. may be the problem is domain. try;

url:"index.php"

i used this and it works for me.

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

More
17 years 1 month ago #10544 by collaborator
I made it

I used url:"/index.php" instead of url:"index.php".

This solved my problem

Thanks for all help

guerilla wrote:

hmm i dont used domain url. may be the problem is domain. try;

url:"index.php"

i used this and it works for me.

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

More
17 years 3 weeks ago #12944 by emeyer
url:"/index.php" works on sh404sef too, when the joomla installation is in the html root directory, and not in a subdirectory. Thanks for reporting the problem.

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

Time to create page: 0.265 seconds