How can I alter the text length of the extended text preview that appears under the headline in the forums page? The current preview text of each post is cut off after around 150 charachters and I want it to be longer.
Thanks!
Alex
How can I alter the text length of the extended text preview that appears under the headline in the forums page? The current preview text of each post is cut off after around 150 charachters and I want it to be longer. Thanks! Alex |
It is in modules/boonex/forum/inc/header.inc.php file: $gConf['topics_desc_len'] = 128; Rules → http://www.boonex.com/terms |
Perfect it works! Thanks so much! |