How can I assign id to subject input box in simple machines forum?
Posted
by
Mahesh Bhat
on Pro Webmasters
See other posts from Pro Webmasters
or by Mahesh Bhat
Published on 2012-06-20T04:50:07Z
Indexed on
2012/06/20
9:25 UTC
Read the original article
Hit count: 304
forum
I have installed the simple machines forum. For my requirement I need to change the subject input box.
Presently the subject input box has the following code
<input type="text" class="input_text" maxlength="80" size="80" tabindex="1" name="subject">
I want this to be changed like
<input type="text" id="subject" class="input_text" maxlength="80" size="80" tabindex="1" name="subject">
How can I do this? I browsed through many files in simple machines forum and couldn't find out. Anyone one simple machines forum please help me
© Pro Webmasters or respective owner