Icy Phoenix
Old Customizations - Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Daro [ Sat 15 Nov, 2008 08:08 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Thanks for the MOD
px87 [ Mon 05 Jan, 2009 00:24 ]
Post 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!!
Chaotic [ Mon 05 Jan, 2009 02:31 ]
Post 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:
#
#-----[ OPEN / ABRIR]------------------------------------------
#
language/lang_spanish/lang_main.php
#
#-----[ FIND / BUSCAR]------------------------------------------
#
?>
#
#-----[ ANTES, AÑADIR ]------------------------------------------
#
// Medal MOD
$lang['Medal_Control_Panel'] = 'Panel De Control De las Medallas ';
$lang['Medals'] = 'Medallas';
$lang['View_More'] = 'Ver Mas';
$lang['Medal_amount'] = 'Cantidad: ';
$lang['Medal_Information'] = 'Información de Medalla';
$lang['Medal_name'] = 'Nombre de Medalla';
$lang['Medal_description'] = 'Descripción de Medalla';
$lang['Medal_image'] = 'Imagen de Medalla';
$lang['Medal_details'] = 'Detalles de Premio';
$lang['Medal_reason'] = 'Medalla Ganada';
$lang['Medal_reason_explain'] = 'Usted puede dar una razón por qué esta medalla esta concedida a este usuario en este tiempo.<br />Esto no es obligatorio';
$lang['Medal_no_reason'] = '<i>No se dio ninguna razón</i>';
$lang['Medal_time'] = 'Tiempo Concedido';
$lang['Medal_moderator'] = 'Moderador';
$lang['No_medal_mod'] = 'No Medalla Moderador';
$lang['Medal_userlist'] = 'Lista de Usuarios';
$lang['Medal_Members'] = 'Miembros que tienen esta Medalla';
$lang['Medal_Members_explain'] = 'Click en el nombre del usuario para corregir la razón de premio';
$lang['No_medal_members'] = 'Ningún miembro tiene esta Medalla';
$lang['No_medals_exist'] = 'Ningunas Medallas Existen';
$lang['Medal_not_exist'] = 'Esa Medalla no existe';
$lang['No_username_specified'] = 'Ningún nombre de usuario especificado';
$lang['No_medal_id_specified'] = 'Ningunas Medallas especificadas';
$lang['Medal_user_username'] = 'Conceda a unos o más usuarios específicos con esta Medalla';
$lang['Medal_unmedal_username'] = 'Quite esta Medalla de uno o varios usuarios específicos';
$lang['Medal_unmedal_username_explain'] = 'Usted puede quitar a múltiples usuarios en uno va a usar la combinación apropiada de ratón y teclado para su ordenador y Navegador';
$lang['Medal_added'] = 'Le han concedido esta Medalla.';
$lang['Medal_update_sucessful'] = 'Se ha actualizado la información del usuario y de la Medalla';
$lang['Could_not_anonymous_user'] = 'Usted no puede dar anónimo una Medalla.';
$lang['Not_medal_moderator'] = 'Usted no es Moderador de esta medalla';
$lang['Link_to_cp'] = 'Panel De Control De la Medalla';
$lang['Click_return_medal'] = 'Clic %sAquí%s para volver a la información de la Medalla';
$lang['No_medal'] = 'Ninguna Medalla Disponible';
English:
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Medal MOD
$lang['Medal_Control_Panel'] = 'Medal Control Panel';
$lang['Medals'] = 'Medals';
$lang['View_More'] = 'View more...';
$lang['Medal_amount'] = 'Amount: ';
$lang['Medal_Information'] = 'Medal Information';
$lang['Medal_name'] = 'Medal Name';
$lang['Medal_description'] = 'Medal Description';
$lang['Medal_image'] = 'Medal Image';
$lang['Medal_details'] = 'Award Details';
$lang['Medal_reason'] = 'Awarded Reason';
$lang['Medal_reason_explain'] = 'You can give a reason to why this medal this awarded to this user at this time.<br />This is not compulsory';
$lang['Medal_no_reason'] = '<i>No Reason was given</i>';
$lang['Medal_time'] = 'Awarded Time';
$lang['Medal_moderator'] = 'Medal Moderator';
$lang['No_medal_mod'] = 'No Medal Moderator';
$lang['Medal_userlist'] = 'User Lists';
$lang['Medal_Members'] = 'Members having this medal';
$lang['Medal_Members_explain'] = 'Click on the username to edit award reason(s)';
$lang['No_medal_members'] = 'No member has this medal';
$lang['No_medals_exist'] = 'No Medals Exist';
$lang['Medal_not_exist'] = 'That medal does not exist';
$lang['No_username_specified'] = 'No username specified';
$lang['No_medal_id_specified'] = 'No Medals specified';
$lang['Medal_user_username'] = 'Award one or more specific users with this Medal';
$lang['Medal_unmedal_username'] = 'Remove this Medal from one or more specific users';
$lang['Medal_unmedal_username_explain'] = 'You can remove multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
$lang['Medal_added'] = 'You have been awarded this medal.';
$lang['Medal_update_sucessful'] = 'User and Medal information has been updated';
$lang['Could_not_anonymous_user'] = 'You cannot give Anonymous a medal.';
$lang['Not_medal_moderator'] = 'You are not a moderator of this medal';
$lang['Link_to_cp'] = 'Medal Control Panel';
$lang['Click_return_medal'] = 'Click %sHere%s to return to medal information';
$lang['No_medal'] = 'No Medal Available';
px87 [ Mon 05 Jan, 2009 06:15 ]
Post 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.
Lopalong [ Mon 05 Jan, 2009 13:31 ]
Post 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.
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 [ Tue 06 Jan, 2009 06:17 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
jaja!! it works, I didn't do the copy-peaste in lang_main.php, Sorry

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
Greetings and happy new year.
Chaotic [ Tue 06 Jan, 2009 06:52 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Lopalong [ Tue 06 Jan, 2009 07:11 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
It appears to have two alert problems that I fixed ctracker with:
medalcp.php
medalcp_edit.php
FIND:
$phpbb_root_path = './';
AFTER ADD:
define('CT_SECLEVEL', 'LOW')
But only use them if you have to.

px87 [ Tue 06 Jan, 2009 07:27 ]
Post 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.
Lopalong [ Tue 06 Jan, 2009 07:47 ]
Post 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.

px87 [ Tue 06 Jan, 2009 20:41 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
It appears to have two alert problems that I fixed ctracker with:
medalcp.php
medalcp_edit.php
FIND:
$phpbb_root_path = './';
AFTER ADD:
define('CT_SECLEVEL', 'LOW')
But only use them if you have to.

: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 [ Tue 06 Jan, 2009 21:37 ]
Post 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.
http://www.icyphoenix.com/viewtopic...&p=31757#p31757
If you are still stuck - then we need to look at it further.

px87 [ Wed 07 Jan, 2009 05:23 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Now it works!!! I only add this ";" in one line
Thanks again.
Lopalong [ Wed 07 Jan, 2009 09:20 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Glad you found it.
The next version should be a lot easier to install.

Structor [ Wed 25 Mar, 2009 18:54 ]
Post 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.
Structor [ Sat 28 Mar, 2009 12:16 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Could somebody tell me what I have to do to have an extra column in memberlist.php that shows the medals earned by each member?
With the possibility to sort members by medals received.
Thank you very much!
pax [ Wed 08 Apr, 2009 03:24 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
wait for RC1...
Chaotic [ Wed 08 Apr, 2009 17:11 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
What is waiting for RC1 supposed to do for his request if he continues using .27c, the most stable release of Icy Phoenix?
His requests are extras and not included within the released MOD. Perhaps someone will be able to help him with these requests.
pax [ Wed 08 Apr, 2009 17:31 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
sorry for my english...i'm italian.
wait for medal mod for rc1
Structor [ Thu 06 Aug, 2009 10:34 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
Hello people!
I want to upgrade IP from 1.2.0.27c to 1.3.0.53, but only if the medal MOD works with the last release.
Someone please tell me if it works.
Thank you in advance!
Lopalong [ Sat 08 Aug, 2009 03:08 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
I do have one version modified for RC2 - But I'm waiting for v1.3 to be debugged a little more before I do anything more with it.

Maclobster [ Tue 12 Feb, 2013 17:05 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c
hi all maybe stupid to ask , but why is there no nice Achievement System for phpbb like this?
http://battletracker.com/forum/inde...s&userID=836773
i mean c mon how cool is this?
yeah yeah medal system we have, verry nice mod

,
but is there a way to get something like that?
keep up the good work hooah
Mighty Gorgon [ Sat 16 Feb, 2013 13:06 ]
Post subject: Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27c