Kunena 7.0.2 Released

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

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

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

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

Question AlphaUserpoints: Display Points on messages

More
17 years 3 weeks ago - 17 years 3 weeks ago #5584 by taurgis
Poste this code anywhere in message.php in the template map where you want to place it.

If asked I will add the file.
Code:
Points: <?php $database->setQuery("SELECT points FROM jos_alpha_userpoints WHERE userid = " . $fmessage->userid) ; echo $database->loadResult(); ?>

I'm a noob with php, so if this code is not optimal please let me know :p
Last edit: 17 years 3 weeks ago by taurgis.

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

More
16 years 3 months ago #33410 by fnanco
Hello, I`m not to good at this, I use the Default Green Temaplate that comes with Kunena, where do you recomend me to put this code? in which line of the code?

thanks...

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

More
16 years 3 months ago #33417 by xillibit
Hello,

In kunena 1.5.7, the integration of AlphaUserpoints is native, so you don't have to use some hacks and this hack is useless.

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 3 months ago #33859 by Mr Livered
xillibit wrote:

In kunena 1.5.7, the integration of AlphaUserpoints is native, so you don't have to use some hacks and this hack is useless.

But the points aren't displayed in the message - as the OP wants - are they? Only the profile.

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

More
16 years 3 months ago - 16 years 3 months ago #33863 by Mortti

But the points aren't displayed in the message - as the OP wants - are they? Only the profile.


Points are also in posts.
Last edit: 16 years 3 months ago by Mortti.
The following user(s) said Thank You: ballack, wizardhead

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

More
15 years 7 months ago - 15 years 7 months ago #53831 by ballack
yes its show in default template
Last edit: 15 years 7 months ago by ballack.

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

Time to create page: 0.278 seconds