Icy Phoenix

     
 

What About A Medal MOD For Icy 2.0?

What About A Medal MOD For Icy 2.0?

Article
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
have it somewhere on my harddrive

moment

here it is

Medal_MOD-IPv1-3.zip
Description:  
Download
Filename: Medal_MOD-IPv1-3.zip
Filesize: 224.28 KB
Downloaded: 183 Time(s)




 
spydie - View user's profile Send private message  
spydie [ Wed 21 Nov, 2012 14:13 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


What About A Medal MOD For Icy 2.0?

Comments
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
Mmm - Spydie already jumped in while I was writing this.

But the whole package of the original Abandoned mods are here.

http://www.icyphoenix.com/viewtopic.php?f=28&t=6738&p=46376

So the choice is yours my friend.  

I did have it to the functioning stage for IP 2* with little effort and time, but the Moderator panel threw me up a challenge with the "new" permission system and a few other things.

And because I had absolutely no use for it, I asked myself "Why am I doing this?  and scrapped the lot of it. It's a pity really, because if anyone had shown any interest in wanting to update it at the time and not sit on the fence and wait for others to do it, they could have had what I did before they even started.



 
mort - View user's profile Send private message  
mort [ Wed 21 Nov, 2012 14:38 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
mort wrote: [View Post]


And because I had absolutely no use for it, I asked myself "Why am I doing this?  and scrapped the lot of it. It's a pity really, because if anyone had shown any interest in wanting to update it at the time and not sit on the fence and wait for others to do it, they could have had what I did before they even started.


Actualy, i´m tweaking around with it localy, to adapt it to 2.0, but lack of time got me stuck.

But there´s some other Mods of mine, that have preference at the moment, because some users of mine want me to personalize them for them.



 
spydie - View user's profile Send private message  
spydie [ Wed 21 Nov, 2012 14:46 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
I think I got it working :).

Could you try this out please ?

Medal_MOD-IPv1-3.zip
Description: Mod 
Download
Filename: Medal_MOD-IPv1-3.zip
Filesize: 226.24 KB
Downloaded: 176 Time(s)




 
Informpro - View user's profile Send private message  
Informpro [ Wed 21 Nov, 2012 20:16 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
What took you so long?  



 
mort - View user's profile Send private message  
mort [ Fri 23 Nov, 2012 05:55 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
Just that I started around 20h, after eating



 
Informpro - View user's profile Send private message  
Informpro [ Fri 23 Nov, 2012 11:36 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
Informpro wrote: [View Post]
After eating


HAhaha!

Eating - What's that?  

A situation I know all too well - - - "I'll just finish this easy bit and then get something to eat" -> -> -> 10 hrs later - - -  

And why is it that it's always late, your eyeballs are hanging out,  and you're just about ready to call it quits for the day - And then a problem shows up that HAS to be fixed straight away. Another -> -> -> 2 hrs later

 



 
mort - View user's profile Send private message  
mort [ Fri 23 Nov, 2012 12:12 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
I just quit when I start to get bored



 
Informpro - View user's profile Send private message  
Informpro [ Fri 23 Nov, 2012 13:17 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
Informpro wrote: [View Post]
I think I got it working :).

Could you try this out please ?


What do you mean, that already works in icy 2.0? Thanks!!!



 
portalpez - View user's profile Send private message  
portalpez [ Fri 23 Nov, 2012 13:55 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
portalpez wrote: [View Post]
What do you mean, that already works in icy 2.0? Thanks!!!


It couldn't work, the instructions are wrong in parts.

@informpro

I went through the original and made some changes too - not that I intend to test it. But in what you have posted - In mods/tpl/profile_view_body.tpl the script now breaks into <tr's in the default profile_view_body.tpl. and not AFTER a </table like it used to

So the html in mods/tpl/profile_view_body.tpl will probably have to start with
<tr>
<td>


<table existing blah!
Blah! Blah! Blah!
</table
</div>

</td>
</tr>




 
mort - View user's profile Send private message  
mort [ Fri 23 Nov, 2012 15:21 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
I don't remember OTTOMHH, but I think I added it after the table anyway and it rendered OK. Tell me if it's wrong, I'll fix it.

EDIT : this is what it gives when edited :
Code: [Download] [Hide]
  1.                         <td class="row2" valign="top"><b><span class="genmed">{L_REGISTERED_HOSTNAME}</span></b></td> 
  2.                         <td class="row1 post-buttons"><span class="genmed">{USER_REGISTERED_HOSTNAME}</span></td> 
  3.                     </tr> 
  4.                     <!-- ENDIF --> 
  5.                 </table> 
  6. <!-- Medal Mod START --> 
  7.     <!-- INCLUDE ../../mods/medal_mod/tpl/profile_view_body.tpl --> 
  8. <!-- Medal Mod END --> 
  9.             </td> 
  10.             <td width="2"><img src="{SPACER}" width="7" height="1" alt="" /></td> 


portalpez wrote: [View Post]
Informpro wrote: [View Post]
I think I got it working :).

Could you try this out please ?


What do you mean, that already works in icy 2.0? Thanks!!!
It was broken with IP2.0, I posted a fixed version



 
Last edited by Informpro on Fri 23 Nov, 2012 15:40; edited 1 time in total 
Informpro - View user's profile Send private message  
Informpro [ Fri 23 Nov, 2012 15:26 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
Informpro wrote: [View Post]
Tell me if it's wrong, I'll fix it.


It's 1am here - 1-03am   to be exact - - G'night!

Edit:

Just glad you're on the ball and noticed that.

As for the positioning of it - I suspect that there will be those who will always want it to be different, no matter where you put it.  



 
mort - View user's profile Send private message  
mort [ Fri 23 Nov, 2012 15:31 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 


It really shows how the enthusiasm here has waned - Five months ago people wanted/must have a Medal Mod for version 2 - And where is it at today?

Not one ounce of feedback for Informpro's effort in upgrading it for testing and nothing at all back from the people who stated that they "couldn't live without it" ?

 



 
mort - View user's profile Send private message  
mort [ Wed 10 Apr, 2013 16:21 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
I am sorry I am very interested but i have had bad months with a lot of work. I am going to update and I am test it as soon as posible.

Thansk you a lot to all of you.



 
portalpez - View user's profile Send private message  
portalpez [ Wed 10 Apr, 2013 16:58 ]
Reply with quote    Download Post  
Post Re: What About A Medal MOD For Icy 2.0? 
 
Bumping a bit here, as I have time to think of everything right now (that's what happens when I don't have my comp   ).

From the list mort has posted :
Quote:
Sudoku
Credits
Album
Downloads
Bookmarks
Chat
Links
(too lazy to use [* ] stuff, sorry)
1) let's remove sudoku
2) I think credits should be available as a standalone page (for support forums :p)
3) Album is very tied to the core as said before, and as the download part, it's a pretty underestimated feature but I've seen it be used a lot for many purposes.
4) Downloads are admittedly a bit less useful than album, but it still fits a lot of times, even when you wouldn't really expect it to, you start uploading stuff in a topic, and then you think, I won't ever find that again and you move it to your downloads  
5) Bookmarks are really useful
6) I think chat mods were the most used MODs. It fits any kind of community
7) Links is not really useful for me, I agree, never ever used it.


Now, what I really wanted to talk about in this message is Plugin System.
It's really great to have the plugin system, but we have several problems here, that prevent us from a drag'n'drop install, in a batch :

- We're using "file.php", instead of (for example) "index.php?page=XYZ" (I think IPB and others are doing that already). It'd really be more flexible, and would allow us to leave "root files" from mods in their directory. Same goes for ACP stuff.

- We don't really have hooks yet. We'd need to add them on a one-case basis in the code, in the templates ... I don't know. Maybe we should add divs and people would hook it through JS or something ? We've discussed this before, and I don't have any real answer yet, maybe we'd need something really complicated like a block system which we could override, etc.


I actually thought about this and said "i'm gonna try to implement medal mod as a plugin only", as a crash-test. I don't have it on my comp so I can't really try ATM, but I'll try to see how we can manage with MG (MG -- we need to get on skype or something, GTalk is totally broken and MSN is down).

Another problem with that is that he's always really busy, but I'm not a real grown-up yet so I don't have these kind of problems (understand : I'm still in school), but I can't usually start working on something big because MG does big commits once in a while, so I have no idea if I'll have to change everything i've done or even if he's doing the same as I am .

I also told Yros I'd look into adapting ADR 0.4.5 (or was it ..6 ? Can't remember !), so maybe I'll try to see if we can provide better support to phpBB2 mods too ?
There's a lot we can do, I'll be able to open the french community board soon (thanks MathieuM, BTW) and I'll see what I want to focus on by then.

On that (big) note ...



 
Informpro - View user's profile Send private message  
Informpro [ Fri 16 Aug, 2013 15:48 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 3 of 4
Goto page Previous  1, 2, 3, 4  Next
 




 


 

  cron