[SOLVED] Change Warnings Images To Text. »  Show posts from    to     

Icy Phoenix


Old Support Topics - [SOLVED] Change Warnings Images To Text.



Zuker [ Fri 25 May, 2007 15:01 ]
Post subject: Re: [SOLVED] Change Warnings Images To Text.
OPEN

VIEWTOPIC.PHP

FIND

Code: [Hide] [Select]
$card_img .= '<img src="' . $images['icon_y_cards'] . '" alt="' . sprintf($lang['Warnings'], $user_warnings) . '" title="' . sprintf($lang['Warnings'], $user_warnings) . '" />&nbsp;';


REPLACE WITH
Code: [Hide] [Select]
$card_img = sprintf($lang['Warnings'], $user_warnings);


toledo [ Fri 25 May, 2007 19:27 ]
Post subject: Re: [SOLVED] Change Warnings Images To Text.
Thanks Zuker but i cant find that anywhere!

I have this somewhere near that:

Code: [Hide] [Select]
$card_img = ($user_warnings >= $board_config['max_user_bancard']) ? '<img src="'.$images['icon_r_cards'] . '" alt="'. $lang['Banned'] .'" title="'. $lang['Banned'] .'">' : '';
for ($n=0 ; $n<$user_warnings && $user_warnings < $board_config['max_user_bancard'];$n++)
{
$card_img .= ($user_warnings) ? '<img src="'.(( $user_warnings < $board_config['max_user_bancard']) ?
$images['icon_y_cards'] . '" alt="'. sprintf($lang['Warnings'], $user_warnings) .'" title="'. sprintf($lang['Warnings'], $user_warnings) .'" />' :
$images['icon_r_cards'] . '" alt="'. $lang['Banned'] .'" title="'. $lang['Banned'] .'" />') : '';
$card_img .= '&nbsp;';
}


Zuker [ Fri 25 May, 2007 19:33 ]
Post subject: Re: [SOLVED] Change Warnings Images To Text.
Arround line 2065 on viewtopic.php of last version of icy


toledo [ Fri 25 May, 2007 22:41 ]
Post subject: Re: [SOLVED] Change Warnings Images To Text.
Zuker wrote: [View Post]
Arround line 2065 on viewtopic.php of last version of icy


Er..sorry Zuker but im using ICY 1.0.11.11....i didnt upgrade because i modified this one so much that i dont have time to do it all over again. But i will upgrade later during my holidays next month.

So what to do for IP 1.0.11.11 ?


PS: You guys are the best in giving support here! I love ICY PHOENIX!!


Zuker [ Fri 25 May, 2007 23:26 ]
Post subject: Re: [SOLVED] Change Warnings Images To Text.
You will have to upgrade to last version. I'm sorry
There are lots of things fixed


toledo [ Sat 26 May, 2007 18:53 ]
Post subject: Re: [SOLVED] Change Warnings Images To Text.
Zuker wrote: [View Post]
You will have to upgrade to last version. I'm sorry
There are lots of things fixed


Thanx anyways Zuker. But if you have free time please tell me how to do this 1.0.11.11

It will be a month for me to upgrade to latest IP.


Zuker [ Sat 26 May, 2007 19:05 ]
Post subject: Re: [SOLVED] Change Warnings Images To Text.
There is no support for previous versions of release. Only for upgrading




Powered by Icy Phoenix