[SOLVED] Change Warnings Images To Text.


Subject: 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);

Subject: 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;';
}

Profile PM  
Subject: Re: [SOLVED] Change Warnings Images To Text.
Arround line 2065 on viewtopic.php of last version of icy

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!!

Profile PM  
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

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.

Profile PM  
Subject: Re: [SOLVED] Change Warnings Images To Text.
There is no support for previous versions of release. Only for upgrading


Page 2 of 2


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0641s (PHP: 27% SQL: 73%)
SQL queries: 10 - Debug Off - GZIP Enabled