Quote:
Originally Posted by Michelle
The hack ADDS a button, it doesn't manipulate an existing one.
You understood what the hack does, but you didn't understand how it does it. 
|
Thank you for the explanation. This is a very valuable hack and will save my mods ALOT of time! Thank you!!
Quote:
Originally Posted by Alfa1
Find:
PHP Code:
<if condition="$show['inlinemod']">
$spacer_close
</form>
$spacer_open
</if>
Place the code below.
|
That worked perfect...That and the additional code edit below should be added to the 1st post. It will make it easier for users to get it working ; )
Quote:
Originally Posted by Michelle
Sure, just change this:
HTML Code:
<input type="hidden" name="title" value="[solved] $threadinfo[title]" />
with this:
HTML Code:
<input type="hidden" name="title" value="[solved by $bbuserinfo[username]] $threadinfo[title]" />
|
This is a great idea and addition too. Working great on my board!