How to increase character limit for latest thread in forums

davespanzer

Active member
I tried to search for the answer, but everything kept coming up with people trying to make thread titles longer.

I would just like to increase character limit for latest thread in the forums.

Thanks


Example: Untitled-1.webp
 
In the node_forum_level_2

Search for this line, and change the number in red to the desired number of characters:

Rich (BB code):
{xen:phrase latest}: <a href="{xen:link posts, $forum.lastPost}" title="{$forum.lastPost.title}">{xen:helper wordTrim, $forum.lastPost.title, 30}</a>
 
Works for me...

This is it set at 5:
DBR2V.png


You may also need to do the same in this template: node_category_level_2
 
Probably this.

It may replace that part of the template with another, therefore your changes not taking effect.

Let me just check that out...

EDIT: Yep. Make the same change in this template: waindigo_node_category_avatar_last_post_avatar

and

waindigo_node_forum_avatar_last_post_avatar


That sorted it, thanks that's great! Cheers
 
Top Bottom