Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 5
Goto page Previous  1, 2, 3, 4, 5  Next
 
Reply with quote Download Post 
Post Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a 
 
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?
 



 
JacKThERiPPeRSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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?
 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a 
 
Chaotic wrote: [View Post]
I have a quick question that deals with the location of the medal location on viewtopic.  Is it possible to move the medal row under the avatar somewhere under a user's signature line?  I've tried moving it down there, but the whole viewtopic page looks crazy.

What code could I use to make a new line above the PM, EMAIL, ICQ, MSN, AOL, ALBUM...etc.?  I'd like the new line to be black like the line that holds the PM, EMAIL,....etc. buttons.

The code I'm trying to put down there is this:

Spoiler: [ Show ]


I took a screenshot of what I'd like to do:

 
Spoiler: [ Show ]


Any help will be greatly appreciated.


Lopalong,

Would you mind posting how you made this happen on the Icy Themes website?
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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  0059  I like the medals! I want the medals! Why aren't they on the basic package?

Just let me show the error:

 error_medallas

It's supposed to be an error on the only lines to be included there:

Code: [Download] [Hide] [Select]
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;
}


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.
 



 
SarakinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a 
 
Chaotic wrote: [View Post]
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.  

Could you upload the functions.php only for me to test with it, please?
 



 
SarakinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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  
 



 
SarakinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a 
 
Lopalong wrote: [View Post]
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.

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 Ah, when I say a "clean" installment I mean an unpgrade from PHPbb2 (my case) too.
 



 
SarakinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a 
 
Sarakin wrote: [View Post]
Ah, when I say a "clean" installation I mean an upgrade from PHPbb2 (my case) too.


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.

Medal.zip
Description:  
Download
Filename: Medal.zip
Filesize: 92.97 KB
Downloaded: 155 Time(s)

 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a 
 
It worked fine, I had only two issues:

 cracker

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

button_doesnt_work

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.
 



 
SarakinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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?
 



 
SarakinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Medal System 0.4.6 For Icy Phoenix 1.2.0.27a 
 
Sarakin wrote: [View Post]
The files you've uploaded are from the "27c" version, isn't it?


  

I think so!

Yep!  
 
 
 
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 5
Goto page Previous  1, 2, 3, 4, 5  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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