Hi.
Actually I have a problem with this mod. In the Medal administration it doesn't show any medals. Is there a problem, a bug or something?
Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
I Have a Problem. When i upload my modified functions.php, my Site is still white and nothing hapens. What have i done wrong?
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Lopalong,
Would you mind posting how you made this happen on the Icy Themes website?
Chaotic wrote: [View Post]
Lopalong,
Would you mind posting how you made this happen on the Icy Themes website?
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
I've installed the MOD on the Icy newest version and doesn't work
I like the medals! I want the medals! Why aren't they on the basic package?
Just let me show the error:
It's supposed to be an error on the only lines to be included there:
Any help? Any suggestion about a similar MOD? Maybe the problem is the version "a" instead "c". If so, it's a real pity that this MOD wasn't updated for the Icy newest version.

Just let me show the error:

It's supposed to be an error on the only lines to be included there:
function check_medal_mod($medal_id)
{
global $db, $userdata;
$sql = "SELECT *
FROM " . MEDAL_MOD_TABLE . "
WHERE medal_id =" . $medal_id;
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not obtain user and medal information', '', __LINE__, __FILE__, $sql);
}
$medal_info = array();
$found = FALSE;
while ( $medal_info = $db->sql_fetchrow($result) )
{
$medal_moderator = $medal_info['user_id'];
if ( $medal_moderator == $userdata['user_id'] )
{
$found = TRUE;
}
}
$db->sql_freeresult($result);
return $found;
}
{
global $db, $userdata;
$sql = "SELECT *
FROM " . MEDAL_MOD_TABLE . "
WHERE medal_id =" . $medal_id;
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not obtain user and medal information', '', __LINE__, __FILE__, $sql);
}
$medal_info = array();
$found = FALSE;
while ( $medal_info = $db->sql_fetchrow($result) )
{
$medal_moderator = $medal_info['user_id'];
if ( $medal_moderator == $userdata['user_id'] )
{
$found = TRUE;
}
}
$db->sql_freeresult($result);
return $found;
}
Any help? Any suggestion about a similar MOD? Maybe the problem is the version "a" instead "c". If so, it's a real pity that this MOD wasn't updated for the Icy newest version.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
I use this modification on my community website and it works perfectly. I also use the latest patched version of IP. I installed this modification back when patch A was released, but never installed this modification on a fresh install of IP. :?
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Could you upload the functions.php only for me to test with it, please?
Chaotic wrote: [View Post]
Could you upload the functions.php only for me to test with it, please?
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
You need to re-check exactly what you have done - Just because it mentions functions.php in the error does not mean that it actually has to be there - It's more than likely "Echoing" the problem that is created somewhere else. ;)
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Yep, I'd make it if the MOD worked well, but it seems the MOD doesn't work well on clean installations since the "27b". Now, I'm awaiting the re-chek of the MOD itself :wink:
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Well I don't know who you have re-checking it, but the mod works fine with an install on a "Clean" IP 27c version.
I don't know how many times I've installed this MOD, or the other people who have downloaded it and installed it. When you start having problems, then you need to be more careful in following the instructions.
I don't know how many times I've installed this MOD, or the other people who have downloaded it and installed it. When you start having problems, then you need to be more careful in following the instructions.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Have you tested it? I've only re-checked a couple of files, the rest are things that I've read over there. Thanks anyway, I'll try to re-install it tomorrow :wink: Ah, when I say a "clean" installment I mean an unpgrade from PHPbb2 (my case) too.
Lopalong wrote: [View Post]
Have you tested it? I've only re-checked a couple of files, the rest are things that I've read over there. Thanks anyway, I'll try to re-install it tomorrow :wink: Ah, when I say a "clean" installment I mean an unpgrade from PHPbb2 (my case) too.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Then it's hardly clean, is it ?
Try the files in the .zip and put them where they have to go - I didn't add the Language files.
Sarakin wrote: [View Post]
Then it's hardly clean, is it ?
Try the files in the .zip and put them where they have to go - I didn't add the Language files.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
It worked fine, I had only two issues:
That appeared when I tried to give a medal to myself (me as moderator).
And I have no idea about why the details button doesn't work. When I click on it, the navigator shows a page error on the bottom bar (something similar to when a page contains some errors).
Have you done something special or just following the instructions? Thank you very much anyway, if it's all right I'll try to do it by myself another time, maybe I did something on a wrong way.

That appeared when I tried to give a medal to myself (me as moderator).

And I have no idea about why the details button doesn't work. When I click on it, the navigator shows a page error on the bottom bar (something similar to when a page contains some errors).
Have you done something special or just following the instructions? Thank you very much anyway, if it's all right I'll try to do it by myself another time, maybe I did something on a wrong way.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Open:
medalcp.php
Find: <?php
On its own line after
Add:
// CTracker_Ignore: File Checked By Human
Re the button not working:
It appears that you don't have the .js file in the path. :(
medalcp.php
Find: <?php
On its own line after
Add:
// CTracker_Ignore: File Checked By Human
Re the button not working:
It appears that you don't have the .js file in the path. :(
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
Thank you very much, Lopalong, you're my hero! The files you've uploaded are from the "27c" version, isn't it?
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a
:shock:
I think so! :mryellow:
Yep! :mrgreen:
Sarakin wrote: [View Post]
:shock:
I think so! :mryellow:
Yep! :mrgreen:
Page 2 of 5
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1809s (PHP: 11% SQL: 89%)
SQL queries: 15 - Debug Off - GZIP Enabled