Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Write code : if ( "user connected" = Statut "kunena moderator" )

More
12 years 3 months ago #1 by JSMario
Hello,


How to write code PHP like this :
Code:
if ("user connect" status = 'Kunena moderator ")

Function completely, I know I ask much, but I know there must be a connection to the Kunena API and a special reading of "User" to get out information Kunena.

And I found nothing like info on the Internet ...

Thank you for your help

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

More
12 years 3 months ago #2 by 810
you mean this:
Code:
<?php if (CKunenaTools::isModerator($this->my->id)) : ?>

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

More
12 years 3 months ago #3 by JSMario
Very very Cool !!! :ohmy:


When you know it's true that it is very logical !

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

Time to create page: 0.467 seconds