Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Important kunena_bottom

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 7 months ago - 13 years 7 months ago #1 by lev
kunena_bottom was created by lev
Hi,
There's no gap near the banner! Figure red arrow marked where!

Kunena 1.6 RC2 (Default template)

Sorry for my English.
Attachments:
Last edit: 13 years 7 months ago by lev.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #2 by severdia
Replied by severdia on topic Re: kunena_bottom
There are a number of ways to adjust that.

1. Add a module class suffix to your banner module and add the margin you want

2. Add a margin to the bottom of the stats box ( like .kfrontstats {margin-bottom:20px} )

3. Add padding around the .kunena_bottom DIV

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

Please Log in or Create an account to join the conversation.

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 7 months ago - 13 years 7 months ago #3 by lev
Replied by lev on topic Re: kunena_bottom
Hi severdia,
The second way, I liked more, but unfortunately not quite understand how it all done. As the first and third, then, without a half-liter can not tell, I did not understand that change and where is your plan of action? If I knew where and what to edit, I did not ask, but instead he wrote, where and what to edit. But thanks anyway!
:woohoo:

Sorry for my English.
Last edit: 13 years 7 months ago by lev.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #4 by sozzled
Replied by sozzled on topic Re: kunena_bottom
We suggest that you search the companion Wiki site which has a lot of information about how and where to change Cascading Style Sheets - or CSS files. There is actually a little more to learn about making changes to CSS in K 1.6 than there was in K 1.5 but again, searching through this forum will give you a lot of clues.

For those people who don't know about CSS (and who don't want to know about CSS) don't worry. It's not the end of the world. There are lots of people who do know about how to do this work for you and they can make these kinds of changes fairly quickly and relatively inexpensively.

Please Log in or Create an account to join the conversation.

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 7 months ago - 13 years 7 months ago #5 by lev
Replied by lev on topic Re: kunena_bottom
Hi,
Examining the code like no deviation

where is the code displayed incorrectly:
Code:
<div class="kunena_bottom"> <div class="moduletable"> <div class="bannergroup"> <div class="banneritem"> <a href="/component/banners/click/2.html"> <img src="../images/banners/don01.jpg" alt="" /> </a> <div class="clr"></div> </div> </div> </div> </div> <!-- closes Kunena div -->



where is the code displayed correctly:
Code:
<!-- F: List Actions Bottom --> <div class="kunena_bottom"> <div class="moduletable"> <div class="bannergroup"> <div class="banneritem"> <a href="/component/banners/click/1.html"> <img src="../images/banners/don05.jpg" alt="" /> </a> <div class="clr"></div> </div> </div> </div> </div>


As you can see a similar script and editing CSS will not improve the situation because it does not correctly display only on the main page, and not at all!

/components/com_kunena/kunena.php
Code:
// Bottom Module CKunenaTools::showModulePosition( 'kunena_bottom' );

Found also no gap in
../components/com_kunena/lib/kunena.credits.php
Code:
</tbody> </table> </div> </div> </div> <!-- Begin: Forum Jump --> <div class="kblock"> <div class="kheader"> <h2><span><?php echo JText::_('COM_KUNENA_GO_TO_CATEGORY'); ?></span></h2> </div> <div class="kcontainer"> <div class="khelprulesjump"> <?php CKunenaTools::loadTemplate('/forumjump.php') ?> </div> </div> </div> <!-- Finish: Forum Jump -->

correction using "<p></p>" for kunena.credits.php :P
Code:
<!-- Begin: Forum Jump --> <div class="kblock"> <div class="kheader"> <h2><span><?php echo JText::_('COM_KUNENA_GO_TO_CATEGORY'); ?></span></h2> </div> <div class="kcontainer"> <div class="khelprulesjump"> <?php CKunenaTools::loadTemplate('/forumjump.php') ?> </div> </div> </div> <!-- Finish: Forum Jump --> <p></p>

Note that this code "<br />" does not work, he pushes too much.


As the rules files:
/components/com_kunena/template/default/help.php
/components/com_kunena/template/default/rules.php
/components/com_kunena/template/default/search/advsearch.php
/components/com_kunena/template/default/categories/listcat.php
/components/com_kunena/template/default/threads/latestx.php
/components/com_kunena/template/default/threads/showcat.php
/components/com_kunena/template/default/profile/summary.php
/ All insertion made at the end of the script /

Sorry for my English.
Attachments:
Last edit: 13 years 7 months ago by lev.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #6 by sozzled
Replied by sozzled on topic Re: kunena_bottom
Look at your CSS file. Please read Where is the CSS file?

Please Log in or Create an account to join the conversation.

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 7 months ago - 13 years 7 months ago #7 by lev
Replied by lev on topic Re: kunena_bottom
Hi sozzled,
I saw your CSS file is not found a fix!
But I have a CSS does not need! All corrected, it remains only to fix:
"newtopic"
That's where he has not found!
The above files are written rules and where! Thanks for your help! Good luck!

Against a breakage there is no reception! (If there is no other breakage)/Proverb/ :evil:

Sorry for my English.
Last edit: 13 years 7 months ago by lev.

Please Log in or Create an account to join the conversation.

Time to create page: 0.530 seconds