- Posts: 23
- 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 contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.
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, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
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, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question JoniJnm Edition 1.4.2
16 years 11 months ago #16478
by Friendly
Replied by Friendly on topic Re:Kunena - JoniJnm Edition 1.2.13
xillibit wrote:
i get it now thanks a lot (
)
Hello,
if you uninstall a kunena version and install a new version, you don't lose your datas, because she are in database and aren't delete when you uninstall.
But you can do a dump before to uninstall.
i get it now thanks a lot (
)
The topic has been locked.
16 years 11 months ago #16798
by wasimlhr
Replied by wasimlhr on topic Re:Kunena - JoniJnm Edition 1.2.13
Few more themes would be really great! for this amazing MOD!
I love thanks and rating features don't want to lose it with other themes!
I love thanks and rating features don't want to lose it with other themes!
The topic has been locked.
16 years 11 months ago #16948
by JoniJnm
Replied by JoniJnm on topic Re:Kunena - JoniJnm Edition 1.3.1
1.2.13 to 1.3.1
2009-05-24
+ New API for Plugins
^ Base: Kunena 1.0.10
! Rewrite all plugins for use the API
You need Joomla 1.5 for use this extension!!
Download
2009-05-24
+ New API for Plugins
^ Base: Kunena 1.0.10
! Rewrite all plugins for use the API
You need Joomla 1.5 for use this extension!!
Download
The topic has been locked.
16 years 11 months ago #17043
by 810
Replied by 810 on topic Re:Kunena - JoniJnm Edition 1.3.1
Thanks a lot.
Only one bug found.
On the fb_write line 87. I get on my frontend the text "array" in the top off the board.
Is it needed or can i remove the line?
Only one bug found.
On the fb_write line 87. I get on my frontend the text "array" in the top off the board.
Is it needed or can i remove the line?
The topic has been locked.
16 years 11 months ago - 16 years 11 months ago #17044
by JoniJnm
Replied by JoniJnm on topic Re:Kunena - JoniJnm Edition 1.3.1
Hi 810,
What do you want to remove?. Since line 77 to 90 the content is:
What do you want to remove?. Since line 77 to 90 the content is:
Code:
<?php
if ($fbConfig->askemail)
{
echo '<tr class = "'. $boardclass . 'sectiontableentry2"><td class = "fb_leftcolumn"><strong>' . _GEN_EMAIL . ' *</strong>:</td>';
if (($fbConfig->regonly == "1" || $fbConfig->changename == '0') && $my_id != "" && !$is_Moderator) {
echo "<td>$my_email</td>";
}
else
{
echo "<td><input type=\"text\" name=\"email\" size=\"35\" class=\"" . $boardclass . "inputbox postinput\" maxlength=\"35\" value=\"$my_email\" /></td>";
}
echo '</tr>';
}
?>
Last edit: 16 years 11 months ago by JoniJnm.
The topic has been locked.
16 years 11 months ago #17046
by 810
Replied by 810 on topic Re:Kunena - JoniJnm Edition 1.3.1
Sorry wrong line number 51.
I removed the <?php echo JoniJnm_API::display("write.html:fb_post_message", array($catid, $boardclass)); ?> and now ok, but is it needed for some one else
Code:
<tbody id = "fb_post_message">
<?php echo JoniJnm_API::display("write.html:fb_post_message", array($catid, $boardclass)); ?>
I removed the <?php echo JoniJnm_API::display("write.html:fb_post_message", array($catid, $boardclass)); ?> and now ok, but is it needed for some one else
The topic has been locked.
Time to create page: 0.256 seconds