- Posts: 7
- Thank you received: 1
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 ..
trying to customize my Kunena board. So far it went very well.
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?
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
Please Log in or Create an account to join the conversation.
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
Question 2:
The file which make that box is the profilebox.php you find it int template/default/plugin/profilebox
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.
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.
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:
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 ...
Please Log in or Create an account to join the conversation.
Question 2: comming sone had to look into code
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
The first schould be possible....ahhh you forgett the position:relativ in the div.msgtext and delete the overflow hidden....
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.