These two Linux commands/workaround helped to input more than 60 characters into the post title:It is about replacing by in posting_body.html and by in functions_content.php
Code:
cd styles/style-name-here && sed -i "s|60<\!-- ELSE -->64|90<\!-- ELSE -->94|g" template/posting_body.htmlcd includes/ && sed -i "s|$max_length = 60|$max_length = 90|g" functions_content.phpCode:
60<!-- ELSE -->64Code:
90<!-- ELSE -->94Code:
$max_length = 60Code:
$max_length = 90Statistics: Posted by postcd — Sun Apr 27, 2025 7:42 am