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 - 17 years 1 month ago #14366 by EDimNETZ
Hi all,

trying to customize my Kunena board. So far it went very well. :cheer:
But I have two questions remaining.
(You can have a look at the work in progress here: www.my-heimkino.de/index.php/forum )


Question 1:
I\'m trying to have the different forum posts be in css speech bubbles.
I followed this tutorial: net.tutsplus.com/videos/screencasts/fun-with-css-shapes/
But I just can\'t seem to get it right ... is there someone that can help me? :unsure:

Question 2:
I removed the topmenu-bar (the one saying \"Recent Discussions\", \"My Discussions\", \"Categories\" etc.) with the css-tag \"display: none\".
But now I wan\'t to display the \"My Discussions\" link in the \"Welcome box\" (where the avatar is).
How do I do that? :blush:


Thanks for any help in advance.
Eddy
Last edit: 17 years 1 month ago by EDimNETZ.

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

More
17 years 1 month ago - 17 years 1 month ago #14420 by svanschu
Question 1:
I think you have to rewrite the template totally. You have your div with the id msgtext in that you have to put the span object...its not easy at all
you should finf the neede thing in the message.php line 81
Code:
<div class = "msgtext"><?php echo $msg_text; ?></div>
to
Code:
<div class = "msgtext"><?php echo $msg_text; ?><span class="arrow" /></div>
Did you try this?

Question 2:
The file which make that box is the profilebox.php you find it int template/default/plugin/profilebox
Last edit: 17 years 1 month ago by svanschu.

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

More
17 years 1 month ago #14581 by EDimNETZ
Hey Ida,

thank you very much. :woohoo:
Unfortunately I should have mentioned that I'm not a coder. :blush:



Concerning question 1:
I added that span class to the message.php like you said (it was actually around line 231).
And then I "tried" to add the css to the template. I added the following code in different variants. But nothing worked.
Code:
div.msgtext{overflow:hidden; background-color: #c0c0c0; padding: 25px; } span.arrow{ width: 0; height: 0; line-height: 0; border-bottom: 25px solid #c0c0c0; border-right: 50px solid white; position: absolute; top: -24px; left: 20px; }



Concerning question 2:
Ok, I think I found the concerning line in the profilebox.php
But I don't know which code to add. This is what I added to line 125:
Code:
<?php echo $jr_myposts ; ?>
And - yes! :woohoo: - there appeared a link in the profilebox to "show my posts".
But the link takes me nowehere - to be exact: my-heimkino.de/index.php/forum?func=show...task=showmsg&auth=63
That takes me to starting point of my forum but not my latest posts. :huh:


Could you point me to where I did something wrong?
I'm sorry for the hassle ... :unsure:

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

More
17 years 1 month ago #14714 by svanschu
Question 1: Where do you add the code? I don't find it on your site you postet the link ;)

Question 2: comming sone had to look into code

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

More
17 years 1 month ago #14721 by grumblemarc
I've been following this. Actually very very little of this is CSS based. The templates and code are wrapped up very tightly. Some files have CSS styling directly in them. Both of your original requests are pretty much code based.

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 #14728 by svanschu
Well for the second grumble is right..you have to look for very much code and i dont find it right now out.....

The first schould be possible....ahhh you forgett the position:relativ in the div.msgtext and delete the overflow hidden....

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

Time to create page: 0.262 seconds