Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question Sliding Social Media Buttons at kunena.org

More
13 years 4 months ago #139568 by santosha
Dear TKtemp,

many thanks for your advice. Unfortunately I am not so savvy with either HTML or CSS! :-)

Please let me know if doing something like that is something that you would be able to/willing to help with, without going through too much trouble!

I tried to find a way to PM you on the boards, but it seems there is no function on this board to do that?

Thanks again,

Be well,

Namaste,

Santosha

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

More
13 years 4 months ago - 13 years 4 months ago #139570 by sozzled

santosha wrote: I tried to find a way to PM you on the boards, but it seems there is no function on this [website] to do that?

See the announcement made 5½ months ago here Changes at www.kunena.org
Last edit: 13 years 4 months ago by sozzled.
The following user(s) said Thank You: santosha

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

More
13 years 4 months ago - 13 years 4 months ago #139648 by TKtemp
Hi,

try in this way.

1. In joomla Global configuration change "Default Editor" option to "Editor - None" and Save
2. In Joomla Module Manager create new Module and for Type choose "Custom HTML"
  • Title - write whatever you want
  • Position - debug
  • Custom Input Text
    Code:
    <a target="_blank" href="https://twitter.com/MyAccount/"><span class="follow-as-twitter"><span class="social-buttons-text">Follow as via Twitter</span></span></a>
    MyAccount is your twitter account
  • Save
3. Open your joomla template css file and add this code
Code:
.follow-as-twitter { transition: width 0.3s ease-in 0s, background-color 1s ease-in 0s; -moz-transition: width 0.3s ease-in 0s, background-color 1s ease-in 0s; -webkit-transition: width 0.3s ease-in 0s, background-color 1s ease-in 0s; -o-transition: width 0.3s ease-in 0s, background-color 1s ease-in 0s; background: url("../images/twitter.png") no-repeat scroll 10px -36px #222222; color: #CCCCCC; display: block; font-weight: bold; height: 40px; right: 0; letter-spacing: 1px; padding: 0 10px; position: fixed; top: 200px; width: 20px; overflow: hidden; } .follow-as-twitter:hover { width: 170px; background-color:#00ACED; } .social-buttons-text { color: #FFFFFF; display: none; font-size: 1.3em; font-weight: bold; margin: 11px 0; padding-left: 5px; text-align: right; white-space: nowrap; width: 20px; }

4. Upload "twitter.png" image to your joomla template images folder

I haven't tested it but that should display twitter link.
For any new link you should do the same, just change words "twitter" to something else, upload other images and rename it in code. There are also value top: 200px to change by adding 42px.

Let me know if it works.

Regards
Last edit: 13 years 4 months ago by TKtemp.
The following user(s) said Thank You: santosha

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

More
13 years 4 months ago #139651 by santosha
TKTemp,

huge thanks for this incredible help you are offering!

I will try this shortly and let you know here how it works.

Alternatively, drop me a line at santoshanandat[at]gmail(dot]com and I can respond to your email instead, if this is more convenient for you.

Again, I am extremely grateful for this kind offering. Thank you!

Namaste,

Santosha

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

More
13 years 4 months ago #139652 by TKtemp
It is ok for me to communicate here,
this may be useful for other users too ;)

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

Time to create page: 0.300 seconds