- Posts: 7245
- Thank you received: 566
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
Important [Kunena 1.0.7b] Spotted bugs and typos
17 years 3 months ago #491
by Matias
Replied by Matias on topic Re:[Kunena 1.0.7b] Spotted bugs and typos
I thought that I've already fixed forum tools. I'll look it once again..
Please Log in or Create an account to join the conversation.
- webstudent
-
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
17 years 3 months ago - 17 years 3 months ago #497
by webstudent
Replied by webstudent on topic Re:[Kunena 1.0.7b] Spotted bugs and typos
URLs with & create problems
When visiting a user's profile a list of that users forum posts is displayed.
Example (requires login):
www.kunena.com/index.php?option=com_kune...sk=showprf&userid=63
Try to click on a link in the 'Topics' column, and you will be redirected to an URL looking like this:
www.kunena.com/index.php?option=com_kune...tid=8&id=157#491
These links seems to work on this site, but on my sites the they don't ... Would it be possible to encode these links with & as opposed to & ?
When visiting a user's profile a list of that users forum posts is displayed.
Example (requires login):
www.kunena.com/index.php?option=com_kune...sk=showprf&userid=63
Try to click on a link in the 'Topics' column, and you will be redirected to an URL looking like this:
www.kunena.com/index.php?option=com_kune...tid=8&id=157#491
These links seems to work on this site, but on my sites the they don't ... Would it be possible to encode these links with & as opposed to & ?
Last edit: 17 years 3 months ago by webstudent.
Please Log in or Create an account to join the conversation.
17 years 3 months ago - 17 years 3 months ago #499
by afare
Replied by afare on topic kunena.bbcode.ctrl.js
i am testing at the local host.at the user administration for the editing any user
admin.kunena.html.php on line 2826
there is no folder.
Code:
Warning: include_once(components/com_kunena/js/kunena.bbcode.ctrl.js) [function.include-once]: failed to open stream: No such file or directory in C:'\wamp'\www'\altinkumrehberi'\administrator'\components'\com_kunena'\admin.kunena.html.phpon line 2826
admin.kunena.html.php on line 2826
Code:
include_once ('components/com_kunena/js/kunena.bbcode.ctrl.js');
Last edit: 17 years 3 months ago by afare.
Please Log in or Create an account to join the conversation.
- woonydanny
-
- Offline
- Elite Member
-
Less
More
- Posts: 694
- Thank you received: 22
17 years 3 months ago #504
by woonydanny
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Replied by woonydanny on topic Re:[Kunena 1.0.7b] Spotted bugs and typos
webstudent wrote:
um im not sure if this is my cache in my computer, but when i click on the link i see matias's profile fine but MY avatar is showing as his profile picture.
is this a bug??
URLs with & create problems
When visiting a user's profile a list of that users forum posts is displayed.
Example (requires login):
www.kunena.com/index.php?option=com_kune...sk=showprf&userid=63
um im not sure if this is my cache in my computer, but when i click on the link i see matias's profile fine but MY avatar is showing as his profile picture.
is this a bug??
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.
17 years 3 months ago #509
by Matias
Replied by Matias on topic Re:[Kunena 1.0.7b] Spotted bugs and typos
Found the problem. SEF thinks that all urls are for xhtml/xml so it translates all instances & to & . But on your examples we were redirecting user by using http.. Should be fixed for the next release.
Please Log in or Create an account to join the conversation.
17 years 3 months ago #511
by lavsteph
Manager French translation
Replied by lavsteph on topic Re:[Kunena 1.0.7b] Spotted bugs and typos
Hi,
A proposal for the search a member in the list of users.
In the file userlist.php /components/com_kunena/template/default/plugin/userlist
changed line 163
for
A proposal for the search a member in the list of users.
In the file userlist.php /components/com_kunena/template/default/plugin/userlist
changed line 163
Code:
<input type = "image" src = "<?php echo KUNENA_TMPLTMAINIMGURL .'/images/usl_search_icon.gif' ;?>" alt = "<?php echo _KUNENA_USRL_SEARCH; ?>" align = "top" style = "border: 0px;"/>
Code:
<input type = "submit" class = "button<?php echo $boardclass ;?> fbs" value = "<?php echo _KUNENA_USRL_SEARCH_BUTTON ;?>"/>
Manager French translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.271 seconds