Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post Re: [SOLVED] Change Warnings Images To Text. 
 
OPEN

VIEWTOPIC.PHP

FIND

Code: [Download] [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: [Download] [Hide] [Select]
$card_img = sprintf($lang['Warnings'], $user_warnings);

 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
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: [SOLVED] Change Warnings Images To Text. 
 
Thanks Zuker but i cant find that anywhere!

I have this somewhere near that:

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

 



 
toledoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [SOLVED] Change Warnings Images To Text. 
 
Arround line 2065 on viewtopic.php of last version of icy
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!!
 



 
toledoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [SOLVED] Change Warnings Images To Text. 
 
You will have to upgrade to last version. I'm sorry
There are lots of things fixed
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
toledoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [SOLVED] Change Warnings Images To Text. 
 
There is no support for previous versions of release. Only for upgrading
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 2 of 2
Goto page Previous  1, 2


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