SMF Support > SMF 2.0.x Support
clearly remove image
satinof:
How to clearly remove image?
--- Code: ---<span style="color:red;">', $txt['banned'], '!</span> <img src="', $settings['theme_url'], '/images/pinkdead.gif" />';
--- End code ---
i need remove pinkhead.gif, if i delete /images/pinkhead.gif its on image place only error or if i remove from code '/images/pinkhead.gif"
Shambles:
Change
--- Code: ---<span style="color:red;">', $txt['banned'], '!</span> <img src="', $settings['theme_url'], '/images/pinkdead.gif" />';
--- End code ---
to
--- Code: ---<span style="color:red">', $txt['banned'], '!</span>';
--- End code ---
satinof:
in forum post okay, but in profile something wrong, now dissapear "banned"
whats wrong?
--- Code: --- <b><big><span style="color:red;">', $txt['banned'], '!</b></big></span> <img src="', $settings['theme_url'], '/images/pinkdead.gif" />';
--- End code ---
changed to:
--- Code: --- <b><big><span style="color:red;">', $txt['banned'], '!</b></big></span>';
--- End code ---
Shambles:
Change
--- Code: --- <b><big><span style="color:red;">', $txt['banned'], '!</b></big></span>';
--- End code ---
to
--- Code: --- <big><b><span style="color:red">', $txt['banned'], '!</b></big></span>';
--- End code ---
satinof:
--- Quote from: Shambles™ on June 30, 2012, 10:09:49 AM ---Change
--- Code: --- <b><big><span style="color:red;">', $txt['banned'], '!</b></big></span>';
--- End code ---
to
--- Code: --- <big><b><span style="color:red">', $txt['banned'], '!</b></big></span>';
--- End code ---
--- End quote ---
Still not showing :-\
Navigation
[0] Message Index
[#] Next page
Go to full version