- Posts: 55
- Thank you received: 3
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Few fast questions
I have a question about horisontal graphical post numbers (graph.gif, col9m.png).
I don't want it to be display but i want post numbers to be showed.
So I edit message.php to not show it (joomla\components\com_kunena\template\default_ex\ - around line 250) but then number of posts won't show either.
<!--
<?php
if (isset($myGraph)) {
$myGraph->BarGraphHoriz();
}
?>
<?php
if (isset($myGraphAUP)) {
$myGraphAUP->BarGraphHoriz();
}
?>
-->
dosen't work.
<!--
<?php
if (isset($msg_posts)) {
echo $msg_posts;
}
?>
-->
dosen't work too. Post are showed. Nothing happened. It's strange.
Arround 350:
<?php
if (isset($msg_birthdate)) {
echo $msg_birthdate;
}
}
?>
This ->}<- - it's a error ?
Second question is about Super Administrator nick and post color. I want it to be diffrent then other users. How to achive that ?
Last one is about user e-mails. When somebody log in to my forum he can see all users emails ! He can just move mouse on the nick name and there is an e-mail showed in the browser. I want the nick name to be link to the profile, just like click on the avatar do.
Please Log in or Create an account to join the conversation.
1°) Look in the file components/com_kunena/tempalte/default_ex/view.php, there is the
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.
2. How many ?
How about e-mail adress ? It's the bigest problem right now. ->}<- mark is not an mistake in code, right ?
Please Log in or Create an account to join the conversation.
K 1.6 provides different colours for the usernames of administrators, moderators, registered users. You can achieve a different post colour if you use the colour picker. So you might be better to look at a demonstration of K 1.6.0a and wait for K 1.6 to be released as a stable version.
I believe in the KISS principle: Keep It Simple, Stupid!
FYI, you may be interested in further comments I wrote on the general subject of major customisations to Kunena
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I'm just curious why simple change like
<!--
<?php
if (isset($myGraph)) {
$myGraph->BarGraphHoriz();
}
?>
<?php
if (isset($myGraphAUP)) {
$myGraphAUP->BarGraphHoriz();
}
?>
-->
dosen't work. This change also take of number of post wchit are here
<?php
if (isset($msg_posts)) {
echo $msg_posts;
}
?>
untouched by me. Anyway thx for u help.
Aaaa one idea. Some users would like to see a change in post numering. Like:
TOPIC1
POST#1
POST#2
POST#3
TOPIC2
POST#1
POST#2
POST#3
so go on. It would be nice to have a option to configure forum to work like this. Keep up your good work guys. I hope to see 1.6 stable soon.
Please Log in or Create an account to join the conversation.
The second idea, "renumbering" messages with topics, has already been developed for K 1.6.
Would you like to explain what you mean by "those e-mails, when a new user can easily get almost every registered user e-mail on page is something I don't like and will fight to change". I saw the question in your first message but, I'm sorry, I don't quite understand what is the problem. Do you see this problem here at www.kunena.com ? :S
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.