|
Award system 7.01.05
|
| Craig |
Posted on 24-02-2011 17:30
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
DEV is currently in the process of updating the SDK Kit.
|
| |
|
|
| Royalaty |
Posted on 24-02-2011 19:01
|

Junior Member

Posts: 19
Joined: 15/10/2009
|
MarcusG wrote:
Change TYPE to ENGINE in infusion.php, defuse and reinfuse it.
Hmm not understand u what i must to do? |
| |
|
|
| Royalaty |
Posted on 24-02-2011 19:04
|

Junior Member

Posts: 19
Joined: 15/10/2009
|
it s work man big tnQ for support MarcusG i found what u mean and now all work 
* how to add this mod in forum? This awards shown only in user profile.
Edited by Royalaty on 24-02-2011 19:27
|
| |
|
|
| MarcusG |
Posted on 24-02-2011 19:28
|

Admin

Posts: 189
Joined: 13/08/2010
|
@Royalaty: You are welcome 
PolarFox wrote:
btw MarcusG , is this new value supported by older version of mySQL?
ENGINE is backwards compatible up to 5.1 i think, below that you have to use TYPE.
Ex Senior Dev.
|
| |
|
|
| Craig |
Posted on 24-02-2011 19:30
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
Royalaty wrote:
it s work man big tnQ for support MarcusG i found what u mean and now all work
* how to add this mod in forum? This awards shown only in user profile.
Hi,
Please see my thread here, this will show you how to include it in the forums...
http://www.fangre...#post_7247
|
| |
|
|
| Royalaty |
Posted on 24-02-2011 19:51
|

Junior Member

Posts: 19
Joined: 15/10/2009
|
when i go with mouse to award medal - they shown code not award name...how to fix this?
 |
| |
|
|
| Craig |
Posted on 24-02-2011 19:55
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
Code//User Awards Begin
include INFUSIONS."awards/infusion_db.php";
global $award;
$sqlaward = dbquery("SELECT * FROM ".DB_AWARD." WHERE award_user='".$data['user_id']."'");
if (dbrows($sqlaward)) {
echo "<br><span class='small'><strong>Awards:</strong></span><br /> $award\n";
while($award = dbarray($sqlaward)) {
echo "<img src='".INFUSIONS."awards/images/awards/".$award['award_img']."' title='".$award['award_info']."'>\n";
}
}
echo "<p>\n";
//End User Awards
|
| |
|
|
| Royalaty |
Posted on 24-02-2011 21:39
|

Junior Member

Posts: 19
Joined: 15/10/2009
|
TnQ to all all work perfect now  |
| |
|
|
| Craig |
Posted on 24-02-2011 21:40
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
Great. Your welcome .
|
| |
|
|
| Structor |
Posted on 20-03-2011 10:05
|

Member

Posts: 118
Joined: 26/11/2007
|
Can someone make a page that shows a top with the users that received medals? |
| |
|