Icy Phoenix
Old Customizations - Level Mod on Viewtopic for Icy Phoenix
toledo [ Wed 04 Jul, 2007 10:41 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
are these hp , mp and exp changeable to something else???
Hazard [ Fri 06 Jul, 2007 18:03 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
Very thx muratti!
I'm using in my site
www.agressor.cl =)
orshid [ Sat 14 Jul, 2007 23:28 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
he puesto muchois customs pero este no me funciona :cry:
ronalito [ Fri 20 Jul, 2007 06:45 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
Thanks!! man good MOD 8)
JHOSMAN [ Fri 28 Sep, 2007 17:10 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
The file "templates/YOUR_TEMPLATE_NAME/viewtopic_body.php" are found in IP new beta 1?
Are not found :(
novice programmer [ Sun 30 Sep, 2007 00:32 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
The file "templates/YOUR_TEMPLATE_NAME/viewtopic_body.php" are found in IP new beta 1?
Are not found :(
Jhosman, the file is /templates/mg_themes/viewtopic_body.tpl
JHOSMAN [ Sun 30 Sep, 2007 00:45 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
Is this check:
The file are not found

JHOSMAN [ Sun 30 Sep, 2007 16:43 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
The file are :arrow: templates/YOUR_TEMPLATE_NAME/viewtopic_body.tpl and not templates/YOUR_TEMPLATE_NAME/viewtopic_body.php the manual are erroned xD
Thanks ;)
JHOSMAN [ Sun 30 Sep, 2007 23:16 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
A question that is perhaps a problem of this MOD.
All the normal users the MP calculates but to all the STAFF not this to them in zeros to my admin and all those well that have special ranks…

Fade05 [ Mon 22 Oct, 2007 20:08 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
En El post se ven las barras desarmadas
Como las arreglo?
Localhost
Icy Phoenix 1.1.5.20 Beta 1
Free
Zuker [ Tue 23 Oct, 2007 22:36 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
En El post se ven las barras desarmadas
Como las arreglo?
Localhost
Icy Phoenix 1.1.5.20 Beta 1
Free
Please speak in english here
For spanish support visit phpbb-es.com
JHOSMAN [ Sat 29 Dec, 2007 17:49 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
I have a bug for this mod for the actual version RC2 of IcyPhoenix:
Check this image:
The problem is in the view a topic, the marge right has been run.
The problem is in the file "templates/YOUR_TEMPLATE_NAME/viewtopic_body.tpl"
the code of modificate is:
#
#-----[ OPEN ]------------------------------------------
#
templates/YOUR_TEMPLATE_NAME/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
{postrow.POSTER_FROM}<br />
#
#-----[ AFTER, ADD ]------------------------------------------
# Again, 15 instances of YOUR_TEMPLATE_NAME to change ! Otherwise, NO IMAGES !
<!-- [BEGIN LEVEL MOD] -->
<span class="postdetails">
Level : <b>{postrow.POSTER_LEVEL}</b>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails">HP:</span></td>
<td align="right"><span class="postdetails"><b>{postrow.POSTER_HP}</b></span></td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/hp_bar_left.gif" width="2" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/hp_bar_fil.gif" width="{postrow.POSTER_HP_WIDTH}" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/hp_bar_fil_end.gif" width="1" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/level_bar_emp.gif" width="{postrow.POSTER_HP_EMPTY}" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/level_bar_right.gif" width="1" height="12" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gen"> {postrow.POSTER_HP_WIDTH}%</span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails">MP:</span></td>
<td align="right"><span class="postdetails"><b>{postrow.POSTER_MP}</b></span></td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/mp_bar_left.gif" width="2" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/mp_bar_fil.gif" width="{postrow.POSTER_MP_WIDTH}" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/mp_bar_fil_end.gif" width="1" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/level_bar_emp.gif" width="{postrow.POSTER_MP_EMPTY}" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/level_bar_right.gif" width="1" height="12" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gen"> {postrow.POSTER_MP_WIDTH}%</span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails">EXP:</span></td>
<td align="right"><span class="postdetails"><b>{postrow.POSTER_EXP}</b></span></td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/exp_bar_left.gif" width="2" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/exp_bar_fil.gif" width="{postrow.POSTER_EXP_WIDTH}" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/exp_bar_fil_end.gif" width="1" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/level_bar_emp.gif" width="{postrow.POSTER_EXP_EMPTY}" height="12" /></td>
<td><img src="templates/YOUR_TEMPLATE_NAME/images/levelmod/level_bar_right.gif" width="1" height="12" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gen"> {postrow.POSTER_EXP_WIDTH}%</span></td>
</tr>
</table>
</span>
<!-- [END LEVEL MOD] -->
Please chek the MOD for this version of IcyPhienix :loveit:
Limun [ Sat 19 Jan, 2008 13:23 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
Thanks muratti Grazie :)
seor_vlc [ Thu 19 Feb, 2009 16:42 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
Very thx muratti! works great!!! :mricy: :mrgreen: :mrblue: :mrorange: :mrviolet: :mryellow:
Seskin [ Thu 19 Feb, 2009 22:23 ]
Post subject: Re: Level Mod On Viewtopic For Icy Phoenix
is this mod still runs in beta forums? or versions x.xx.27c?
Chaotic [ Thu 19 Feb, 2009 22:35 ]
Post subject: Re: Level Mod on Viewtopic for Icy Phoenix
I'm pretty sure it's only going to work with .27.
EDIT - I take that back. It will work, but the install instructions need to be updated. I'll update it for you guys. :)