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

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 8 months ago #131687 by sozzled
That could work, too. I will see what happens using those ideas at K.org later. Thanks, snilly. :)
The following user(s) said Thank You: snilloconator

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

More
13 years 8 months ago #131688 by sozzled
While the following code (added to the end of your Joomla site template CSS file, do not edit/modify kunena.forum-min.css file) will remove the spacing between sticky topics
Code:
#Kunena .kcontenttablespacer { display: none; }
... it also means that if you use Google AdSense to place banner ads in the Kunena module positions , the ads won't appear either. This may not be entirely suitable for those people who want to insert modules into those places.

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

More
13 years 8 months ago #131690 by snilloconator

sozzled wrote: That could work, too. I will see what happens using those ideas at K.org later. Thanks, snilly. :)


No problem sozzled. I agree it would be better to add to template.css

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

More
13 years 8 months ago #131691 by sozzled
If you meant "it would be better to add it to the template", and you were talking about a "quick-fix" CSS change, then I would disagree that "quick-fix" CSS changes should be applied to kunena.forum-min.css.

If you meant that "it would be better, in the longer term, to redesign the Kunena template so that these things did not happen" then, I agree. It would be better to properly fix such tricky problems as these by redesigning the Kunena template so that these spaces automatically collapsed upon themselves if they weren't being used as place-holders for other modules. For that reason alone, "display: none" is not a very practical solution in the long-run. :)

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

Time to create page: 0.291 seconds