Chris D XenForo developer Staff member May 14, 2013 #2 It's not a configurable option but it is a simple template edit. In the template node_forum_level_2 replace the number in red with the desired character limit. 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> Upvote 0 Downvote
It's not a configurable option but it is a simple template edit. In the template node_forum_level_2 replace the number in red with the desired character limit. 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>
Alpha1 Well-known member May 14, 2013 #3 Interesting. I have set the titles to 50. Now the titles are cut off by the div. How do I widen the div? Edit: I found it. I changed the width in nodeLastPost Thanks Chris! Upvote 0 Downvote
Interesting. I have set the titles to 50. Now the titles are cut off by the div. How do I widen the div? Edit: I found it. I changed the width in nodeLastPost Thanks Chris!
Chris D XenForo developer Staff member May 14, 2013 #4 In EXTRA.css: Code: .forumNodeInfo .nodeLastPost { width: 360px; } But then you might need to also change the nodeControls CSS (the RSS icon): Code: .forumNodeInfo .node .nodeControls { right: 400px; } Adjust those values to suit. Upvote 0 Downvote
In EXTRA.css: Code: .forumNodeInfo .nodeLastPost { width: 360px; } But then you might need to also change the nodeControls CSS (the RSS icon): Code: .forumNodeInfo .node .nodeControls { right: 400px; } Adjust those values to suit.
russoroni Active member Feb 21, 2014 #5 is this something that can be changed in the cp in xen 1.2? I looked in node_forum_level_2 but dont see that code in there Upvote 0 Downvote
is this something that can be changed in the cp in xen 1.2? I looked in node_forum_level_2 but dont see that code in there