Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: aw06 on March 29, 2010, 09:58:59 PM

Title: Disable image toggle
Post by: aw06 on March 29, 2010, 09:58:59 PM
I set smf to resize pics ... but it's messing with my highslide, how can i disable the smf image togle...
Title: Re: Disable image toggle
Post by: nikan on April 06, 2010, 04:25:10 PM
To disable image toggle edit the subs.php

Find:
'content' => '<img src="$1" alt="{alt}"{width}{height} class="bbc_img resized" />',
Replace:
'content' => '<img src="$1" alt="{alt}"{width}{height} class="bbc_img"/>',
Title: Re: Disable image toggle
Post by: aw06 on April 06, 2010, 05:20:19 PM
thanks ... worked
Title: Re: Disable image toggle
Post by: nikan on April 07, 2010, 01:39:07 AM
No problem  ;)
I also make a package mod for rookies.