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.

Loved Kunena 1.5.3 Template: MOC 2.0

More
16 years 9 months ago #22408 by itgl72
If you can tell me where to make the edit, I will do it myself. My site is on kunena 1.0.10 and I am locked down from upgrading right now due to other custom programming implemented into the site. Do you have some editing of files on what lines I can do myself?

Sorry I did not mention that my issue was on the 1.0.10 kunena template.

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

More
16 years 9 months ago #22411 by Spock
to change that look at

#Kunena table#fb_postmessage .fb_posthint .fb_inputbox {

in the css

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

More
16 years 9 months ago - 16 years 9 months ago #22413 by kamil_w
I have fixed problem with history by myself by changing .css

line 1044

my code:
Code:
/* POST HISTORY -------------------------------------------------------------------- */ #Kunena .fb_review_table { text-align:left; border-spacing: 1px; background:#282828; } #Kunena .fb_review_header { color: #ffffff; } #Kunena .fb_review_body0 { color:#ffffff; background-color: #1E1E1E; line-height:100%; padding:3px 10px; } #Kunena .fb_review_body1 { color:#ffffff; background-color: #141414; padding:3px 10px; line-height:140%; } #Kunena .fb_review_quote { padding: 5px; border: dotted 1px #282828; background-color: #323232; color: #ffffff; display: block; }


More issues:
5. While adding link there is text "_KUNENA_EDITOR_LINK_TEXT" and there is no label on button
wojcik.neostrada.pl/kunena-moc2.0/add_link.jpg

6. These same issue with button while adding image.
wojcik.neostrada.pl/kunena-moc2.0/add_img.jpg
Last edit: 16 years 9 months ago by kamil_w.

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

More
16 years 9 months ago #22414 by Spock
kamil_w wrote:

5. While adding link there is text "_KUNENA_EDITOR_LINK_TEXT" and there is no label on button
wojcik.neostrada.pl/kunena-moc2.0/add_link.jpg

6. These same issue with button while adding image.
wojcik.neostrada.pl/kunena-moc2.0/add_img.jpg

Your main joomla template seems to be overriding the properties of the buttons on your site. Download firebug for firefox and investigate that. I won't be changing that in the Kunena css because that color works fine for the majority of users.

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

More
16 years 9 months ago #22417 by Spock

While adding link there is text "_KUNENA_EDITOR_LINK_TEXT"

Just noticed you asked this too. This is due to the language file: /administrator/components/com_kunena/language/yourlanuaguagefile.php

You'll have to define it as it may be missing from that file

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

More
16 years 9 months ago #22423 by kamil_w
I have found, that you should enclose
Code:
class="fb_button"
in smile.class.php for buttons for adding links, images, videos, etc.

Now there is only 'type' so that is why this buttons have standard look and have no label.

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

Time to create page: 0.263 seconds