- Posts: 130
- Thank you received: 2
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 Forum jump not working correctly...
16 years 11 months ago - 16 years 11 months ago #17500
by kmilos
Replied by kmilos on topic Re:Forum jump not working correctly...
sozzled wrote:
default_ex
I'll keep an eye on the other thread, thanks.
@kmilos: what Kunena template are you using?
default_ex
I'll keep an eye on the other thread, thanks.
Last edit: 16 years 11 months ago by kmilos.
Please Log in or Create an account to join the conversation.
16 years 11 months ago #18167
by tamerax
Replied by tamerax on topic Re:Forum jump not working correctly...
i'm getting this issue and i can't find the code ethan mentioned.
Please Log in or Create an account to join the conversation.
16 years 11 months ago #18169
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Forum jump not working correctly...
G'day, tamerax 
The code is there in K 1.0.10's ../components/com_kunena/class.kunena.php file. Open the file in Notepad and search for jumpto and you'll find it. It's at about line 1044.
The code is there in K 1.0.10's ../components/com_kunena/class.kunena.php file. Open the file in Notepad and search for jumpto and you'll find it. It's at about line 1044.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 11 months ago #18171
by tamerax
Replied by tamerax on topic Re:Forum jump not working correctly...
ok..i wanna confirm:
so this:
to this:
thanks!
:D
so this:
Code:
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ forms[\'jumpto\'].submit() }"', 'value', 'text', $catid);
to this:
Code:
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ this.form.submit() }"', 'value', 'text', $catid);
thanks!
:D Please Log in or Create an account to join the conversation.
16 years 11 months ago #18172
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Forum jump not working correctly...
Yes
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 11 months ago - 16 years 11 months ago #18173
by tamerax
Replied by tamerax on topic Re:Forum jump not working correctly...
still getting the "You do not have access to this forum!" message
i should also point out i'm getting only when i click on OK for "Board Categories"
i should also point out i'm getting only when i click on OK for "Board Categories"
Last edit: 16 years 11 months ago by tamerax.
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds