Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question *SOLVED* How-to: CSS Speech Bubbles & Topmenu links into Profilebox ..

More
17 years 1 month ago #14735 by grumblemarc
The first should be possible. Just not easy.

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

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

More
17 years 1 month ago #14749 by svanschu
Question 2:

Go to template/default/plugin/profilebox/profilebox.php there should stand something like that
Code:
| <a href = "<?php echo $annlink;?>"><?php echo _ANN_ANNOUNCEMENTS; ?> </a> <?php } ?>
line 152 for me

edit this so it looks like this
Code:
| <a href = "<?php echo $annlink;?>"><?php echo _ANN_ANNOUNCEMENTS; ?> </a> <?php } if ($my->id != 0) { echo ' | '.CKunenaLink::GetShowMyLatestLink(_KUNENA_MY_DISCUSSIONS); } ?>

That works for me

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

More
17 years 1 month ago #14825 by EDimNETZ
Ok, after a little hassle:
THANK YOU GUYS!!!! :woohoo:

It worked - almost - perfectly!
Had to try out different things, but I'm so glad it's working now!
Thank you very much, Ida.
Couldn't have done it without you.
(And yes, grumblemarc, you're right - I changed the topic)


To get the "My Discussion" link into the profilebox:
Here's the code I used (profilebox.php - around line 125):
Code:
| <?php if ($my->id != 0) {echo ' '.CKunenaLink::GetShowMyLatestLink(_PROFILEBOX_SHOW_MYPOSTS); } ?> |


To get CSS speech bubbles:
1) Modify message.php (add the span class to the div)
Code:
<div class = "msgtext"><?php echo $msg_text; ?><span class="arrow" / ></div>

2) Then edit your template's CSS - edit the tag "div.msgtext" and a the tag "span.arrow" as below:
Code:
div.msgtext{ position: relative; background-color: #fff; padding: 25px; } span.arrow{ width: 0; height: 0; line-height: 0; border-left: 30px solid #f1f1f1; border-bottom: 15px solid white; position: absolute; top: 20px; left: -30px; }


See the live example here: www.my-heimkino.de/index.php/forum
(Still work in progress ...)

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

More
17 years 1 month ago #14839 by grumblemarc
No images involved to create that "bubble"?

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

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

More
17 years 1 month ago #14864 by sozzled
This is absolutely first-class brilliant, EDimNETZ! :woohoo:

I've been following this discussion since it began. I saw the basic approach and thought how good this would be if it could be solved. Even though I consider myself fairly good with CSS, I don't know quite enough about the internal element structure of Kunena to know which CSS bits to change.

I will be trying this approach soon on my own website. Thank you very much for a fantastic piece of sleuthing. Waddayareckon? This should be made standard for Kunena, eh?

And, no, GM: there are no images involved. This is some really nifty CSS! B)

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

More
17 years 1 month ago #14866 by johnnydement
yOu could work a nifty template from this getting rid of the grey box around the speech bubble ;)

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

Time to create page: 0.267 seconds