Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Re:JAwards Integration would be easy [SOLVED] (1 viewing) (1) Guest
Go to bottom Favoured: 3
TOPIC: Re:JAwards Integration would be easy [SOLVED]
#1904
JAwards Integration would be easy [SOLVED] 1 Year, 7 Months ago  
UPDATE: Scroll down. A hack has been documented to make this work.

I use JAwards, which allows us to issue awards to community builder members, and which displays two random awards under the profile image in each person's post. Below is the code in Joomlaboard's view.php which displays these awards:

[code:1]$query = "SELECT b.image, b.name"
. "n FROM #__jawards_awards AS a"
. "n LEFT JOIN #__jawards_medals AS b ON b.id = a.award"
. "n WHERE a.userid=". $fmessage->userid
. "n ORDER BY RAND() LIMIT 2";
$database->setQuery( $query );
$medals = $database->loadObjectList();
$msg_userrankimg.="";
foreach ($medals as $medal){
$msg_userrankimg.= ""
. "image ."" alt="".$medal->name."" />"
. "";
}
$msg_userrankimg.="";
unset($medals);[/code:1]

Here is a link to the jawards project, which was just upgraded to version 0.7 this week: http://joomlacode.org/gf/project/jawards/

To implement this in fireboard, we would need to be able to turn ON an integration variable in the configuration, and then put the code above in the routine which displays posts if that variable is set.

I was always hoping that this integration would have been done in Joomlaboard, but it never was. Please tell me that you will do this, so that I can stop being forced to hack the code every time you come out with a new release.

This project has more than 2000 downloads, and I would guess that it would be much higher if integration didn't require a code hack.
richm (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/14 07:33 By richm.
 
The administrator has disabled public write access.  
#1993
Re:JAwards Integration would be easy 1 Year, 7 Months ago  
Great post.
Now, it is my turn to ask. Where this is supposed to appear? I am not aware with jawards. Could you give me an example with working integration (with Joomlaboard)
ivo.apostolov (User)
Senior Boarder
Posts: 113
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Ivo Apostolov
 
The administrator has disabled public write access.  
#2232
Re:JAwards Integration would be easy 1 Year, 7 Months ago  
ivo.apostolov wrote:
Great post.
Now, it is my turn to ask. Where this is supposed to appear? I am not aware with jawards. Could you give me an example with working integration (with Joomlaboard)


ivo.apostolov - I PM'd you a website and a login to access the full jAwards system.
richm (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#2415
Re:JAwards Integration would be easy 1 Year, 7 Months ago  
I saw it. I will do my best to take a look in the next 1-2 days.
ivo.apostolov (User)
Senior Boarder
Posts: 113
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Ivo Apostolov
 
The administrator has disabled public write access.  
#2583
Re:JAwards Integration would be easy 1 Year, 7 Months ago  
You can do it maybe like a plugin, as I don't think this is something that should be in the core code.

Post edited by: danialt, at: 2007/04/24 17:24
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
#2828
Re:JAwards Integration would be easy 1 Year, 7 Months ago  
I agree with that (being the dev. of jAwards ). It's just a few lines to display two random medals from jAwards under the Avatar, and the plugin sounds very promising, and the best solution for it!
Unfortuntely, I have not switched to Fireboard and will wait for some future release to do so (JB running fine at the moment, and took me some time to get it "right" here and there). So I would be grateful for anyone who has Fireboard running and jAwards to contribute a kind of plugin.

You can see some medals in action here.
hypnotoad (User)
Senior Boarder
Posts: 111
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#2907
Re:JAwards Integration would be easy 1 Year, 7 Months ago  
I had the awards hack running on my site, it is working perfect. A FB plugin for joomla awards would be great.
kuato (User)
OpEn YoUr MiNd
Moderator
Posts: 309
graphgraph
User Offline Click here to see the profile of this user
Gender: Male kuato@puntaltenses.com.ar Location: Argentina Birthdate: 1978-07-24
Logged Logged
 
OpEn YoUr MiNd ---> Correct my english please! i wish to learn.
 
The administrator has disabled public write access.  
#14682
Re:JAwards Integration would be easy 1 Year, 4 Months ago  
Anyone get this working on fireboard.

Id really like to get this working. But alas i cannot.
scorch (User)
Junior Boarder
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
The administrator has disabled public write access.  
#14819
Re:JAwards Integration would be easy 1 Year, 4 Months ago  
i think this would be a great option in the configuration of fireboard, to be able to allow integration if jawards is installed.

any news of whether this will be in the next release as it doesnt seem too hard to incorporate?? or if someone might attempt a plugin?? thanks
peetree21 (User)
Senior Boarder
Posts: 116
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Australia
Logged Logged
 
Last Edit: 2007/07/17 06:23 By peetree21. Reason: Added Question
 
Such is Life
 
The administrator has disabled public write access.  
#17070
Re:JAwards Integration would be easy 1 Year, 3 Months ago  
OK.

I've been moved here after replying and asking for information regarding the software.
I am starting to realize that Joomla folk although highly talented do not have much time for people other than moving or quoting.

Please tell me.

If it is that everyone is soooooooooo busy so as not to reply why is it you are even working on it? I don't, won't, never will tolerate ignorance in any part of my life. Not that it matters to important people it would seem?

==========================================

Anyway I have a version of Jawards installed as I said before in the LOCKED thread. It works great but I like the new idea of allowing members to show off their medals in forum view.

Many thanks.
chippy (User)
Senior Boarder
Posts: 108
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
I don\'t care what you say! I ain\'t dropping no more tables until its fully fixed.
 
The administrator has disabled public write access.  
Go to top