- Posts: 1
- 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.
Important K 1.5 latest posts module - no longer supported or maintained. Do NOT use this with K 1.6!
16 years 3 weeks ago #45435
by broadkd
Replied by broadkd on topic KunenaLatest module layout tweek (Help Needed)
I have tried several modifications to the code and I can't figure out how to get this module to look like my other modules in the same area.
See image. I need it to look like the popular and the latest news modules.
I have posted the code for both modules layout.
Here is the code for the kunena mod (mod_kunenalatest/tmpl/list.php)
here is the code of the Popular section (mod_mostread/tmpl/default.php)
Here is the css for the mostread:
See image. I need it to look like the popular and the latest news modules.
I have posted the code for both modules layout.
Here is the code for the kunena mod (mod_kunenalatest/tmpl/list.php)
Code:
<?php // no direct access
defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<ul>
<?php foreach ($items as $item) : ?>
<li><span title="<?php echo $item->tooltip ?>"><?php echo $item->title ?></span></li>
<?php endforeach; ?>
</ul>
<?php if ($more) : ?>
<?php echo $more_link ?>
<?php endif; ?>
here is the code of the Popular section (mod_mostread/tmpl/default.php)
Code:
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<ul class="mostread<?php echo $params->get('moduleclass_sfx'); ?>">
<?php foreach ($list as $item) : ?>
<li class="mostread<?php echo $params->get('moduleclass_sfx'); ?>">
<a href="<?php echo $item->link; ?>" class="mostread<?php echo $params->get('moduleclass_sfx'); ?>">
<?php echo $item->text; ?></a>
</li>
<?php endforeach; ?>
</ul>
Here is the css for the mostread:
Code:
ul.latestnews li.latestnews,
ul.mostread li.mostread {
background: url(../images/dot.gif) repeat-x left bottom;
padding: 5px 0;
}
ul.latestnews a, ul.mostread a {
background: url(../images/bullet.gif) no-repeat left center;
padding-left: 10px;
color: #C55901;
}
Please Log in or Create an account to join the conversation.
16 years 3 weeks ago #45600
by tdk1nc
Replied by tdk1nc on topic Re:Kunena latest posts module
This module is also having a conflict with Community Builder's newest Facebook plugin. I'm not sure what the exact source of the problem is, but when both are active, the Facebook plugin doesn't properly inject the javascript it needs to operate correctly.
When I brought this up in the CB forum, their working hypothesis was that Kunenalatest was the source of the problem. I really don't care either way (I just want the problem solved).
If the author doesn't have access to CB's plugin, I can provide a testing environment.
When I brought this up in the CB forum, their working hypothesis was that Kunenalatest was the source of the problem. I really don't care either way (I just want the problem solved).
If the author doesn't have access to CB's plugin, I can provide a testing environment.
Please Log in or Create an account to join the conversation.
16 years 3 weeks ago - 16 years 3 weeks ago #45639
by Kral
Replied by Kral on topic Modul Kunena latest 1.0.47 - wrong link to thread
Hello,
Please help me with following problem.
Links from modul (Kunena latest) do not work properly, if the thread has more pages.
If you set the profile shift contributions from newest to oldest, and click the link to the thread -> order is correct, but the link go to the last page of threads, so you can see older posts. (I want see latest post in first page.) For the first (most recent) post should be to click on page 1.
I'm using the latest version of the Kunena and module latest 1.0.47, default template.
Excuse my English...
Please help me with following problem.
Links from modul (Kunena latest) do not work properly, if the thread has more pages.
If you set the profile shift contributions from newest to oldest, and click the link to the thread -> order is correct, but the link go to the last page of threads, so you can see older posts. (I want see latest post in first page.) For the first (most recent) post should be to click on page 1.
I'm using the latest version of the Kunena and module latest 1.0.47, default template.
Excuse my English...
Last edit: 16 years 3 weeks ago by Kral.
Please Log in or Create an account to join the conversation.
16 years 3 weeks ago #45811
by sn0wflake
Replied by sn0wflake on topic Latest Module not working with specific category
Hello,
I just installed the Latest module, published it, positioned it, and then decided to have it show latest posts from only a specific category.
But, when I specify the category id in the module parameters, the module disappears, all I'm left with is its name. When I delete the cat. id, the module is back but only displaying posts from the other category - all in all, not the one I need.
Any ideas?
It's driving me crazy :blink:
Thanks,
s.
I just installed the Latest module, published it, positioned it, and then decided to have it show latest posts from only a specific category.
But, when I specify the category id in the module parameters, the module disappears, all I'm left with is its name. When I delete the cat. id, the module is back but only displaying posts from the other category - all in all, not the one I need.
Any ideas?
It's driving me crazy :blink:
Thanks,
s.
Please Log in or Create an account to join the conversation.
16 years 2 weeks ago #46371
by sn0wflake
Replied by sn0wflake on topic Re: Latest Module not working with specific category
Hi guys and gals,
Could anyone offer any help with this?
The module isn't working and I can't figure out why...
Thanks a million!
s.
Could anyone offer any help with this?
The module isn't working and I can't figure out why...
Thanks a million!
s.
Please Log in or Create an account to join the conversation.
- JerryLeeLewis
-
- Offline
- Junior Member
-
Less
More
- Posts: 52
- Thank you received: 0
16 years 2 weeks ago #46374
by JerryLeeLewis
Replied by JerryLeeLewis on topic Re: Latest Module not working with specific category
When publish this module on Jomsocial Built in Position i lose my Complete Language stings
?????
?????
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds