Medal System 0.4.6 For Icy Phoenix 1.2.0.27c »  Show posts from    to     

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:

sshot3kq6

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:

Spoiler: [ Show ]


English:

Spoiler: [ Show ]


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
px87 wrote: [View Post]
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
Have you tried searching the DOCS forum?

http://www.icyphoenix.com/viewforum.php?f=4


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

Code: [Hide] [Select]
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
Lopalong wrote: [View Post]


It appears to have two alert problems that I fixed ctracker with:

medalcp.php
medalcp_edit.php

Code: [Hide] [Select]
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
Try to have a look here:

http://www.icyphoenix.com/viewtopic.php?f=40&t=8635&start=0




Powered by Icy Phoenix