thank you very muchRMcGirr83 wrote:Github updated. You can now choose how many characters to display for the first post. Thanks to nickvergessen for use of his classes from his nv news page mod.

Nice work
thank you very muchRMcGirr83 wrote:Github updated. You can now choose how many characters to display for the first post. Thanks to nickvergessen for use of his classes from his nv news page mod.
Code: Select all
UPDATE phpbb_forums SET sfpo_guest_enable = 1, sfpo_characters = 150 WHERE forum_type = 1
phpbb_
to the actual extension of the database tables and you can change the 150 to however many characters you want to display too. Always do a backup of the database prior to running this or any other SQL query directly on a database.