Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Spacing between Sticky Topics - what determines spacing?

More
13 years 10 months ago - 13 years 10 months ago #131553 by GJSchaller


In this example, there's spacing between some of the topics, but not others.

This is a Blue Eagle variant, with CSS applied (but no template changes otherwise, such as to the files themselves).

I can't figure out for the life of me what the difference is. I have a sneaking suspicion it may be related to the fact that I migrated these forums off of SMF, and these posts are different for some reason, but I don't know how / why...

Can anyone enlighten me as to why some are spaced, and some are not?

Thank you!

Geoffrey Schaller
Technical Officer
Knight Realms
Last edit: 13 years 10 months ago by GJSchaller.

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

More
13 years 10 months ago #131559 by sozzled
The spacing may have to do with the template module positions . :dry:

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

More
13 years 10 months ago #131578 by GJSchaller
Heh, thanks.

I guess my question should be refined as - how does one remove the module positions, or otherwise remove the spacing if no modules are in use? It looks odd that there are gaps without content at random places in the listing.

(Looking for a way to do this without altering the template files - CSS may be the best way, but I am making sure I am not missing something.)

Geoffrey Schaller
Technical Officer
Knight Realms

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

More
13 years 10 months ago #131595 by sozzled

GJSchaller wrote: How does one remove the module positions, or otherwise remove the spacing if no modules are in use?

You have to modify the PHP that's used in your template. There's a fairly standard technique in Joomla to create "collapsible" module positions. You can easily find out the answer to that question on the Joomla forum site .

Interestingly, I visited the website (the one linked in your signature) and, using Firefox 14.0.1, I did not see the spacings between the sticky topics in the one forum category that I examined. Have you found the cause and fixed it?

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

More
13 years 9 months ago #131680 by GJSchaller
I did, I used display:none on the Div used for the modules. It's a workaround since I don't use advertisements, but it's sloppy for people who may choose to use them in the future, as it will either hide the ads, or leave spaces if those positions are not filled.

Geoffrey Schaller
Technical Officer
Knight Realms

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

More
13 years 9 months ago #131683 by snilloconator
Find the following code in your kunena.forum.css also the minified.
Code:
#Kunena .kcontenttablespacer { border-bottom: 1px solid; border-left: 0 none; border-right: 0 none; line-height: 0.5em; }

try changing to...
Code:
#Kunena .kcontenttablespacer { border-bottom: 1px solid; border-left: 0 none; border-right: 0 none; display: none; }

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

Time to create page: 0.284 seconds