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 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 Kunena profile variables

More
14 years 11 months ago #98367 by R4ziel
Hey guys, I just have a quick question.

Im working on something on my site, and I need to display the website field as text, but I have no idea what the variable is...

It's currently displayed as a little world Icon with the popup with this code in the .php


<li class="kpost-smallicons">
<?php echo $this->profile->profileIcon('website'); ?>
</li>

But I want it to display as text, like the personal text displayed :
<li class="kpost-personal">
<?php echo KunenaParser::parseText($this->personaltext)?>
</li>

Can someone just give me the line of code I'd need to display that as text :huh:

Thanks

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

More
14 years 11 months ago #98373 by xillibit
Hello,

Do you have tried with $this->profile->website ?

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: R4ziel

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

More
14 years 11 months ago #98379 by R4ziel
Replied by R4ziel on topic Re: Kunena profile variables
Thanks for pointing me in the right direction :)

The actual variable name I was looking for was : $this->profile->websiteurl

But thanks for your help :)

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

Time to create page: 0.223 seconds