MyBB Community Forums

Full Version: Edit the new thread page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, is there any way on how to add for example a link to the new thread page? Or a simple text like "don't forget to include the link" under the post title?

Thanks!
AdminCP > Templates > Your theme's templates > New Thread Templates > newthread > find the following;
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
and Change it into;
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /><div class="smalltext">Do not forget to include the link!</div></td>
Thanks a lot!
(2012-06-25, 03:30 PM)Yaldaram Wrote: [ -> ]AdminCP > Templates > Your theme's templates > New Thread Templates > newthread > find the following;
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
and Change it into;
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /><div class="smalltext">Do not forget to include the link!</div></td>

Hi Yaldaram,
Can you explain the usage of Class and its valid value, i see in many template they are using "Thead" ,how to view those classes or create one if needed?
These are defined in global.css of your theme.