Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question How to get logedin username with api?

More
15 years 5 months ago #86921 by maos
So... i design blizzlike template. At bottom on every thread i add quick reply with bbcode and avatar. I made lot of changes in components\com_kunena\template\default\view\view.php.

How i can add username at right on avatar?
I attach screenshot.

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

More
15 years 5 months ago #86940 by GoremanX
Code:
<?php echo CKunenaLink::GetProfileLink ( intval($this->profile->userid), $this->escape($this->username) ); ?>
That's how the default template does it.

THE place to discuss photography!
www.friendlyphotozone.com

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

More
15 years 5 months ago - 15 years 5 months ago #86943 by maos
Do you think i'm not try this before post here?
And no, this don't work in file view.php
This return only: <span class="kwho-guest"></span>
Last edit: 15 years 5 months ago by maos.

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

More
15 years 5 months ago #86948 by maos
Anyway, i find the answer.

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

Time to create page: 0.345 seconds