Topic: Increase characters of post
This is very easy
just go to your sharetronix folder then system/controllers/admin_general.php
edit file " admin_general.php " on the line 47
Before editing code on line 47
$D->menu_postlength = array(140, 150, 160, 170, 180, 190, 200);After Editing code
$D->menu_postlength = array(140, 150, 160, 170, 180, 190, 200, 300, 400);just replace the code or edit your desired figure of characters like 200, 300, 400 etc in the code
Now save this file.
After Saving file go to your site and login as administration
now go to your administration panel then general setting and change the post max length.
After this save your changing. Now You have done your job.

