- Posts: 26
- 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
Question SOLVED: Kunena Redirect page - where can I edit it?
Where can I edit the redirection url.
I'm talking about the part where you post something to a thread and you get the message that it's been successfully submitted and you get redirected to the entire topic.
In which .php will I find it?
And a sidenote, does anyone know if php is able to get the precedent page that you where browsing. For example I'm at www.google.com I go somewhere, for exemple www.yahoo.com my browser stores the other link, google.com because I can go back to that with the back button. Can .php access that info somehow?
I saw this script:
<script> alert('$msg'); window.history.go(-1); </script> - and that made me think that maybe it's possible.
But mainly I'm interested in where I can find the redirect .php
Thank you for any reply's.
Cheers,
Arpi
Please Log in or Create an account to join the conversation.
Is there something wrong with it? I ask this question because, in K 1.6, this feature has been removed.Hi I'm back again with an interesting question.
Where can I edit the redirection url.
I'm talking about the part where you post something to a thread and you get the message that it's been successfully submitted and you get redirected to the entire topic.
In which .php will I find it?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
You have two possibilities wait for K1.6.0, or hack kunena 1.5, you need to look into the file \components\com_kunena\template\default\post.php
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
For a category (ex. catid = 19) I want it to go somewhere else.
I will explain why I want to do this. I have discussbot installed and I've put a link from the discussbot to the forum reply thing...and I want to redirect it back to joomgallery where my discussbot is installed. The only possible way I think is to use the script that I posted in the first post.
I've done a few minute research on it right now and it does do just what I thought it does. Only I need that php to see if I can make it work.
Thanks for the reply.
And as I said in my other thread (mysql database linked thing) I have a time frame in which I have to finish the site. So I can't really wait for K 1.6 because I have to finish the site.
Cheers,
Arpi
Please Log in or Create an account to join the conversation.
Hello,
You have two possibilities wait for K1.6.0, or hack kunena 1.5, you need to look into the file \components\com_kunena\template\default\post.php
Thanks for the path!
You saved me a lot of time looking for it.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.