- Posts: 16
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question AUP Rank Image in Post
- mjanzen128
-
Topic Author
- Offline
- Junior Member
-
Less
More
16 years 5 months ago #32286
by mjanzen128
AUP Rank Image in Post was created by mjanzen128
I would like to show the rank image from AUP instead of the standard Kunena posting rank. So far, im using the following code in Kunena to show total points in message.php.
What could I use along those lines to show the AUP Rank image underneath the points total in Kunena?
Code:
<?php
$database->setQuery("SELECT points FROM jos_alpha_userpoints WHERE userid = " . $fmessage->userid) ;
echo $database->loadResult();
?>
What could I use along those lines to show the AUP Rank image underneath the points total in Kunena?
The following user(s) said Thank You: nzy182
Please Log in or Create an account to join the conversation.
16 years 5 months ago #32325
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:AUP Rank Image in Post
Hello,
The integration of AUP is in Kunena 1.5.7, i haven't tried this specific point so i can't tell if this works, but you can asked by PM the RC3 of kunena 1.5.7 for testing purposes.
The integration of AUP is in Kunena 1.5.7, i haven't tried this specific point so i can't tell if this works, but you can asked by PM the RC3 of kunena 1.5.7 for testing purposes.
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.
- mjanzen128
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 16
- Thank you received: 1
16 years 5 months ago #32342
by mjanzen128
Replied by mjanzen128 on topic Re:AUP Rank Image in Post
Thanks a ton! I was experimenting today and I figured out a way anyway using
Works really nicely.
Code:
<?php
$database->setQuery("SELECT image FROM jos_alpha_userpoints_levelrank WHERE id = ( SELECT levelrank FROM jos_alpha_userpoints WHERE userid = " . $fmessage->userid . ")");
echo "<img src=\"http://totalplaystudios.com/components/com_alphauserpoints/assets/images/awards/large/" . $database->loadResult() . "\" />";
?>
Please Log in or Create an account to join the conversation.
16 years 5 months ago #32370
by basnet
Replied by basnet on topic Re:AUP Rank Image in Post
thats a great news. when will Kunena 1.5.7 be released?
Please Log in or Create an account to join the conversation.
16 years 5 months ago #32372
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:AUP Rank Image in Post
Hello,
Kunena 1.5.7 is in RC3, i think that some bugs need to be fixed before the final release, but i can't give dates.
Kunena 1.5.7 is in RC3, i think that some bugs need to be fixed before the final release, but i can't give dates.
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.
16 years 5 months ago #32440
by basnet
Replied by basnet on topic Re:AUP Rank Image in Post
willing to wait if Kunena gets AUP rank image in post. thats makes the forum more desirable to users and more appalling.
Please Log in or Create an account to join the conversation.
Time to create page: 0.254 seconds