Skip to Content Skip to Menu

New version of jAwards: v 0.5

  • hypnotoad
  • hypnotoad
  • OFFLINE
  • Posts: 66
  • Thanks: 0
  • Karma: 20
18 years 6 months ago #9732 by hypnotoad
New version of jAwards: v 0.5 was created by hypnotoad
I just released a brand new version of jAwards - the Awards component for Joomla, which allows you to hand out awards to the users.

The most important changes are:
- A new Frontend of the component displays available awards, a description and lists users which were awarded for each medal.
- You can specify an individual reason each time you hand out an award (optional)

An upgrade script ensures the transition from v 0.4 and before.
Additionally, the Plugin-Tab for Community Builder displaying the awards of the user and the Joomlaboard integration were revised.

Edit: The URL:

developer.joomla.org/sf/sfmain/do/viewProject/projects.jawards

Post edited by: hypnotoad, at: 2006/04/09 13:05

CB 3rd Party Developer: jAwards | GalleryTab for CB (Ponygallery, ML)

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

18 years 6 months ago #9842 by damiendownload
Replied by damiendownload on topic Re:New version of jAwards: v 0.5
I would like to display the awards a user has won under or above (well anywhere in the area) the sections to the right of the main profile photo.

im really desperate for this, any ideas?

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

  • mangoman
  • mangoman
  • OFFLINE
  • Posts: 8
  • Thanks: 0
  • Karma: 2
18 years 6 months ago #9919 by mangoman
Replied by mangoman on topic Re:New version of jAwards: v 0.5
I'd like to get the tab to display ...I upgraded from .4 to .5 and currently even after re-creating a new tab, it does not display the tab.

Suggestions? :blink:

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

  • hypnotoad
  • hypnotoad
  • OFFLINE
  • Posts: 66
  • Thanks: 0
  • Karma: 20
18 years 6 months ago #9924 by hypnotoad
Replied by hypnotoad on topic Re:New version of jAwards: v 0.5
@ damiendownload: That's rather easy. Go to the CB Tab management and pick position "right side" and type "div".

@ mangoman: I guess you mean that:
developer.joomla.org/sf/discussion/do/listPosts/projects.jawards/discussion.general.topc2735?_message=1144576985701

It is intentional that the tab hides if there are no awards for the user.

CB 3rd Party Developer: jAwards | GalleryTab for CB (Ponygallery, ML)

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

  • mangoman
  • mangoman
  • OFFLINE
  • Posts: 8
  • Thanks: 0
  • Karma: 2
18 years 6 months ago #9939 by mangoman
Replied by mangoman on topic Re:New version of jAwards: v 0.5
Thanks, I understand now.
:)

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

  • hypnotoad
  • hypnotoad
  • OFFLINE
  • Posts: 66
  • Thanks: 0
  • Karma: 20
18 years 6 months ago #10115 by hypnotoad
Replied by hypnotoad on topic Bug hunting in jAwards 0.5 :-)
I need help locating some SQL incompatibility:
developer.joomla.org/sf/go/artf4331?nav=1

Can someone with MySQL 4.0.X please test the frontend of jAwards?
I have only 4.1.18 / 1.1.13 here, and it works with that one...

there seems to be a problem with:
[code:1]
$query = "SELECT * FROM #__jawards_medals AS a"
. "\n LEFT JOIN (SELECT award, COUNT(*) AS count FROM #__jawards_awards"
. "\n GROUP BY award) AS c"
. "\n ON a.id=c.award"
. "\n ORDER BY a.name";
[/code:1]

CB 3rd Party Developer: jAwards | GalleryTab for CB (Ponygallery, ML)

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

Moderators: beatnantkrileon
Powered by Kunena Forum