New Style Message Icon

Started by M-DVD, October 07, 2008, 07:31:41 PM

Previous topic - Next topic

aelmiger

Me tooo please upgrade to 2.0

Sabre™

Since you said "Please" and M-DVD has never had an issue with me updating before, try the attached.
Alter the css file for your personal preference if you like.
Enjoy :)
Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


aelmiger


jaisi

plz tell me this mod is working or not in 2.0 ???

TheListener

Quote from: jaisi on August 11, 2011, 12:48:44 PM
plz tell me this mod is working or not in 2.0 ???

What do you think the attached file is for 2 posts above yours?

It works perfect on 2.0

Claine

Quote from: Sabre™ on August 05, 2011, 11:00:33 PM
Since you said "Please" and M-DVD has never had an issue with me updating before, try the attached.
Alter the css file for your personal preference if you like.
Enjoy :)

Thank you VERY much for this.

jaisi

please tell me this mod is working or not in 2.2 i really need this mod for 2.0.2.

Thanks in advance..

Biology Forums

Quote from: jaisi on January 02, 2012, 12:59:21 PM
please tell me this mod is working or not in 2.2 i really need this mod for 2.0.2.

Thanks in advance..

It will still work for your version.

Chalky

It does indeed work on 2.0.2!  Thank you  :D

Dhayzon

you may upgrade to version 2.0.4?

TheListener

Quote from: Geroku on May 17, 2013, 12:24:13 AM
you may upgrade to version 2.0.4?

The mod works on 2.0.4 already.

Have a read of the Mod Emulate link in my signature.

Wutzmann

Dont work in 2.0.7.

is an update planned?

Aaron10

Works fine, just installed on 2.0.8, all you need to do is post.template.php:

Find:
<dd>
<select name="icon" id="icon" onchange="showimage()">';

// Loop through each message icon allowed, adding it to the drop down list.
foreach ($context['icons'] as $icon)
echo '
<option value="', $icon['value'], '"', $icon['value'] == $context['icon'] ? ' selected="selected"' : '', '>', $icon['name'], '</option>';

echo '
</select>
<img src="', $context['icon_url'], '" name="icons" hspace="15" alt="" />
</dd>


Replace:

<dd>
<div>';

// Loop through each message icon allowed, adding it to the drop down list.
foreach ($context['icons'] as $icon)
echo '
<input type="radio" name="icon" value="', $icon['value'], '"', $icon['value'] == $context['icon'] ? ' checked="checked"' : '', ' /><img src="', $icon['url'], '" alt="', $icon['name'], '" style="vertical-align: top;" title="', $icon['name'], '" />';

echo '
</div>
</dd>

Advertisement: