I want to be able to write longer titles that the limit which I understand is 80

Started by crozDOTca, March 15, 2016, 05:34:54 PM

Previous topic - Next topic

crozDOTca

See? Why can't I write longer titles for my posts? Can I fid the code to allow this? WHy is this an issue. Seems a trivial thing but maybe it is not.

Kindred

you have to change it inthe post template, in the post source and in the database....
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

nend

The database limit I believe is 255, may just have to change the form on the template.

Pipke

Replace in code from Post.template.php below the 80 by whatever you want.


// Now show the subject box for this post.
echo '
<dt>
<span', isset($context['post_error']['no_subject']) ? ' class="error"' : '', ' id="caption_subject">', $txt['subject'], ':</span>
</dt>
<dd>
<input type="text" name="subject"', $context['subject'] == '' ? '' : ' value="' . $context['subject'] . '"', ' tabindex="', $context['tabindex']++, '" size="80" maxlength="80" class="input_text" />
</dd>
<dt class="clear_left">
', $txt['message_icon'], ':
</dt>
<dd>
<select name="icon" id="icon" onchange="showimage()">';


think you need to edit it for poll post also etc just look in that file and seach for 80
"If something is wrong, fix it if you can. But train yourself not to worry: Worry never fixes anything."

Click here to view my mods for SMF

Hey 👋 Did i helped... you like what i do. You can now buy me a coffee! ☕


crozDOTca

Thank you , so it is in the forums folder and then Themes > default

Pipke

Quote from: crozDOTca on March 15, 2016, 06:58:04 PM
Thank you , so it is in the forums folder and then Themes > default

yep, if you using the default theme ortherwise the file is in the theme youre using atm.
"If something is wrong, fix it if you can. But train yourself not to worry: Worry never fixes anything."

Click here to view my mods for SMF

Hey 👋 Did i helped... you like what i do. You can now buy me a coffee! ☕

Steve

Marking solved then. If you have further questions on this issue mark this thread unsolved and ask away. :)
My pet rock is not feeling well. I think it's stoned.

Advertisement: