- Posts: 5
- Thank you received: 0
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 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
- collaborator
-
Topic Author
- Offline
- New Member
-
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?
Please Log in or Create an account to join the conversation.
change this part:
to this:
Please Log in or Create an account to join the conversation.
- collaborator
-
Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
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.
url:"index.php"
i used this and it works for me.
Please Log in or Create an account to join the conversation.
- collaborator
-
Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
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.
Please Log in or Create an account to join the conversation.