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.

Question import css in modul

More
17 years 2 months ago #6077 by sniper_david
Hoi,

how can i import a *css form a forum template (default) into a modul ???

So that the modul use the same cs as the forum.

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

More
17 years 2 months ago #6092 by grumblemarc
Replied by grumblemarc on topic Re:import css in modul
You don't "import" CSS. YOu have to locate the CSS file for it and modify it. If there is no CSS for the module in question you have to create it from scratch. You can make it inline (inside the module code itself) or external. Use Colorzilla to sample colors and Firebug to identify the different elements that need modifying.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago #6099 by sniper_david
Replied by sniper_david on topic Re:import css in modul
Code:
<link type="text/css" rel="stylesheet" href="http://url/components/com_kunena/template/default_ex/kunena.forum.css" />

Can i use this in my modul ??
So that i can use the CSS file from the forum template default_ex

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

More
17 years 2 months ago #6100 by grumblemarc
Replied by grumblemarc on topic Re:import css in modul
No you cannot. the kunena.forum.css only works for the forum. If you try to include that bit it won't do anything to the module.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago #6122 by fxstein
Replied by fxstein on topic Re:import css in modul
sniper_david wrote:

Hoi,

how can i import a *css form a forum template (default) into a modul ???

So that the modul use the same cs as the forum.


Hi,

No need to reload the style sheet for any page that has already the forum running. Simply use the styles as defined by the forum in your module and you should be all set.

For the browser it does not make a difference whether an html element comes from the board or a custom module.

The only time you would need to load the css into the header is on none forum pages, that do not load com_kunena.

Hope this helps!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 1 month ago - 16 years 1 month ago #45265 by Veightboy
Replied by Veightboy on topic watch replicas
*deleted*

SPAM
Last edit: 16 years 1 month ago by @quila. Reason: SPAM

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

Time to create page: 0.220 seconds