Quote:
Originally posted by Xelation
how would I change the submit button to an image?
|
After you installed the hack go to
showthread template
and look for:
Code:
<td nowrap><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a>
<input type="submit" value="Quote Selected" class="bginput"></td>
</tr>
</table>
<!-- /time zone and post buttons -->
</td>
</tr>
</table>
</td></tr></table>
and change it to:
Code:
<td ><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a>
<input type="image" class="bginput" src="https://vborg.vbsupport.ru/vbimages/quoteselected.gif" border="0"
alt="Quote Selected"></td>
</tr>
</table>
<!-- /time zone and post buttons -->
</td>
</tr>
</table>
</td></tr></table>
were : quoteselected.gif is your image
Mone'
btw : the image path as been change it automatically by this forum ?!?!?!
very strange.........