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.27c
Hi all!! I have installed the mod without any problem, but when i go to /medals.php there isn't buttons for give a give a medal to a user.
Here an image of my problem:
Reading all the documents included in the package I find in this file UsageGuide_en.txt that I have to change this line:
if ($count > 0) $medals[$i]['users_list'] = '(' . $count . ') ' . $medals[$i]['users_list'];
for this line:
if ($count > 0) $medals[$i]['users_list'] = $medals[$i]['users_list'];
But both lines are not.
Somebody know what I can do to solve this problem?
Greetings.
Happy new year for all!!
Here an image of my problem:

Reading all the documents included in the package I find in this file UsageGuide_en.txt that I have to change this line:
if ($count > 0) $medals[$i]['users_list'] = '(' . $count . ') ' . $medals[$i]['users_list'];
for this line:
if ($count > 0) $medals[$i]['users_list'] = $medals[$i]['users_list'];
But both lines are not.
Somebody know what I can do to solve this problem?
Greetings.
Happy new year for all!!
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Are you running a Spanish board?
Did you make the following code changes in language/your_language/lang_main.php:
Spanish:
English:
Did you make the following code changes in language/your_language/lang_main.php:
Spanish:
Spoiler: [ Show ]
English:
Spoiler: [ Show ]
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Yep, I'm running a spanish board and I did the changes in the language file.
Thanks for your support.
Thanks for your support.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Please ignore the changes you read in UsageGuide_en.txt and copy and paste the Spanish languge to /language/lang_spanish/lang_main.php and copy the Spanish admin language to /language/lang_spanish/lang_admin.php
If you still have problems - Then please re-read the instructions and check what you have or haven't done. ;)
And if that doesn't work - Yell out some more. ;)
px87 wrote: [View Post]
Please ignore the changes you read in UsageGuide_en.txt and copy and paste the Spanish languge to /language/lang_spanish/lang_main.php and copy the Spanish admin language to /language/lang_spanish/lang_admin.php
If you still have problems - Then please re-read the instructions and check what you have or haven't done. ;)
And if that doesn't work - Yell out some more. ;)
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Last edited by px87 on Tue 06 Jan, 2009 07:05; edited 1 time in total
jaja!! it works, I didn't do the copy-peaste in lang_main.php, Sorry :P Thanks a lot Lopalong.
But now I have a new problem, the ctracker don't let me continue because it send an alert message.
In past post a saw the same problem and I add the following line in medalcp.php:
Edit:
I only put this "// CTracker_Ignore: File Checked By Human" (without " ") in medalcp.php and I cleaned my browser cache.
Thanks Chaotic, and thanks for all, I'm sorry if my questions are bad or some stupids, but I'm very new icy phoenix, this is my second mod that I've installed :P
Greetings and happy new year.
But now I have a new problem, the ctracker don't let me continue because it send an alert message.
In past post a saw the same problem and I add the following line in medalcp.php:
Edit:
I only put this "// CTracker_Ignore: File Checked By Human" (without " ") in medalcp.php and I cleaned my browser cache.
Thanks Chaotic, and thanks for all, I'm sorry if my questions are bad or some stupids, but I'm very new icy phoenix, this is my second mod that I've installed :P
Greetings and happy new year.
Last edited by px87 on Tue 06 Jan, 2009 07:05; edited 1 time in total
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
:mryellow:
It appears to have two alert problems that I fixed ctracker with:
medalcp.php
medalcp_edit.php
But only use them if you have to. ;)
It appears to have two alert problems that I fixed ctracker with:
medalcp.php
medalcp_edit.php
Code: [Download] [Hide] [Select]
FIND:
$phpbb_root_path = './';
AFTER ADD:
define('CT_SECLEVEL', 'LOW')
$phpbb_root_path = './';
AFTER ADD:
define('CT_SECLEVEL', 'LOW')
But only use them if you have to. ;)
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Thank Lopalong, I have worked in local host all this time, I hope all work ok when I use the mod in my forum :S
Thanks.
Thanks.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
You may not need those adjustments on a webserver - Maybe you would like to try it first without them.
Because I couldn't really understand why ctracker was blocking them for you. ;)
Because I couldn't really understand why ctracker was blocking them for you. ;)
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
:S I have the problem again :S but I discovered that when I write a reazon for which somebody won the medal the CTRACKER show the alarm.
I did what you said me, but It doesn't work.
Can you send me the files that you fixed (medalcp.php and medalcp_edit.php please?
Tnanks agian.
Greetings
Lopalong wrote: [View Post]
:S I have the problem again :S but I discovered that when I write a reazon for which somebody won the medal the CTRACKER show the alarm.
I did what you said me, but It doesn't work.
Can you send me the files that you fixed (medalcp.php and medalcp_edit.php please?
Tnanks agian.
Greetings
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Better that you read this so that you understand what is happening and how to fix these things. ;)
h**p://***.icyphoenix.com/viewtopic...&p=31757#p31757
If you are still stuck - then we need to look at it further. :mrblue:
h**p://***.icyphoenix.com/viewtopic...&p=31757#p31757
If you are still stuck - then we need to look at it further. :mrblue:
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Now it works!!! I only add this ";" in one line :P
Thanks again.
Thanks again.
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Glad you found it. :mryellow:
The next version should be a lot easier to install. ;)
The next version should be a lot easier to install. ;)
Subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Hello
If someone knows how, I would like to have on my site a page named Hall of fame that will display a list of all users that have received medals. Not like medals.php, but like in the image below. Is it possible?
note: if the user have received a medal twice or more, I would want them to be shown each one separately, not just one medal image.
If someone knows how, I would like to have on my site a page named Hall of fame that will display a list of all users that have received medals. Not like medals.php, but like in the image below. Is it possible?
note: if the user have received a medal twice or more, I would want them to be shown each one separately, not just one medal image.
Page 4 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.1741s (PHP: 13% SQL: 87%)
SQL queries: 16 - Debug Off - GZIP Enabled