Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

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 Euro Templates - Free K1.6 Templates

More
13 years 2 weeks ago #41 by Roov

Roov wrote: hi, I got a problem with my Euro Red Template. The social media buttons won't appear in de headers of each post. Is there a solution for this problem? Or should I just edit the code and upload the buttons on my own server?

Fixed! Edited the code by myself and uploaded the social buttons to my own server.

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

More
12 years 10 months ago #42 by camsarim
social bookmarking buttons dont show
I use 1.6.3
what is wrong?

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

More
12 years 10 months ago #43 by Mizunga
Template not updated for Kunena 1.6.3

WordPress Development and Kunena templates.

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

More
12 years 10 months ago - 12 years 10 months ago #44 by cliffvt

camsarim wrote: social bookmarking buttons dont show
I use 1.6.3
what is wrong?


Everyone

The social icons are hardcoded to come from a site called "mysocialbuttons.com" and this site does not exist any longer.

You need to edit the file ".../yourrootdirectory/components/com_kunena/template/Euro-Green/view/addthis.php".

I saved all the images (enclosed) to the ".../yourrootdirectory/components/com_kunena/template/Euro-Green/images" directory and then changed all the links in the above file to this directory and it works fine.

I enclose all the images I used in a file to this post. They are mostly 64 x 64 images which the programme scales down to 32 x 32 - I haven't had the time but you could scale them down if you wanted to save a little bit of page load time..

Hope this helps someone!

Cheers

Cliff

SO THE NEW FILE SHOULD LOOK LIKE THIS: (change "yourwebiste.com" to your own website)
Code:
<?php // Dont allow direct linking defined( '_JEXEC' ) or die(); ?> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style"> <div class="addthis_toolbox"> <div class="custom_images"> <a rel="nofollow" class="addthis_button_facebook"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/facebook.png" width="32" height="32" alt="Facebook" /></a> <a rel="nofollow" class="addthis_button_twitter"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/twitter.png" width="32" height="32" alt="Twitter" /></a> <a rel="nofollow" class="addthis_button_delicious"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/delicious.png" width="32" height="32" alt="Delicious" /></a> <a rel="nofollow" class="addthis_button_digg"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/digg.png" width="32" height="32" alt="Digg" /></a> <a rel="nofollow" class="addthis_button_friendfeed"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/friendfeed.png" width="32" height="32" alt="FriendFeed" /></a> <a rel="nofollow" class="addthis_button_linkedin"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/linkedin.png" width="32" height="32" alt="Linkedin" /></a> <a rel="nofollow" class="addthis_button_reddit"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/reddit.png" width="32" height="32" alt="Reddit" /></a> <a rel="nofollow" class="addthis_button_stumbleupon"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/stumbleupon.png" width="32" height="32" alt="Stumbleupon" /></a> <a rel="nofollow" class="addthis_button_myspace"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/myspace.png" width="32" height="32" alt="MySpace" /></a> <a rel="nofollow" class="addthis_button_technorati"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/technorati.png" width="32" height="32" alt="Technorati" /></a> <a rel="nofollow" class="addthis_button_blogger"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/blogger.png" width="32" height="32" alt="Blogger" /></a> <a rel="nofollow" class="addthis_button_wordpress"><img src="http://yourwebiste.com/components/com_kunena/template/Euro-Green/images/wordpress.png" width="32" height="32" alt="Wordpress" /></a> </div> </div> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c1cfb4053892a88"></script>
6
Last edit: 12 years 10 months ago by cliffvt.

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

More
12 years 10 months ago #45 by cliffvt

Mizunga wrote: Template not updated for Kunena 1.6.3

It works absolutely fine for me on 1.6.3!

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

More
12 years 10 months ago #46 by Mizunga
Isn't a good solution,12 http requests and only wordpress.png is 27kb,it will slow a lot your webpage.
This weekend I will update all templates with some new features and I will find a better solution for the bookmarking buttons.

WordPress Development and Kunena templates.
The following user(s) said Thank You: slforum

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

More
12 years 10 months ago #47 by basidee
Replied by basidee on topic Link text not showing
I am using Euro-BBlue with J! 1.5.22. The link texts on the top menu bar of Kunena are not showing. They only show when I hover. How do I fix this?

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

More
12 years 10 months ago #48 by Mizunga
Replied by Mizunga on topic Re: Link text not showing
This afternoon I will solve it, just wait.

WordPress Development and Kunena templates.

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

More
12 years 10 months ago - 12 years 10 months ago #49 by Mizunga
To solve the Social Bookmarking Buttons problem do this:

download this image and upload it to: components/com_kunena/template/euro-template/images/ folder.



Download the new addthis.php and upload it to: components/com_kunena/template/euro-template/view/

File Attachment:

File Name: addthis.zip
File Size:1 KB


Then go to:
components/com_kunena/template/euro-template/css/kunena.forum-min.css

Find and change this:
Code:
#socialshare{float:right;}

For this:
Code:
#socialshare { background: url(/"../images/socialshare.png") no-repeat scroll 0 0 transparent;float: right;height: 24px;margin-top: 3px;width: 348px;}

And add this:
Code:
.addthis_toolbox a { height: 24px;margin-right: 4px;text-indent: -9999px;width: 21px;}

Or you can remove your template, download it and install again. I hope that's help.

WordPress Development and Kunena templates.
Attachments:
Last edit: 12 years 10 months ago by Mizunga.

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

More
12 years 10 months ago #50 by mgkbull
Replied by mgkbull on topic Green Euro Template link?
The link to the green Euro Template is missing. Anyone have this link? Thnks!

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

Time to create page: 0.446 seconds