davespanzer Active member Dec 20, 2012 #1 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:
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:
Chris D XenForo developer Staff member Dec 20, 2012 #2 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> Upvote 0 Downvote
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>
davespanzer Active member Dec 20, 2012 #4 Got a problem, changing that number doesn't affect anything, I tried 50 and I tried 10 and nothing changed, any ideas. Thanks, Upvote 0 Downvote
Got a problem, changing that number doesn't affect anything, I tried 50 and I tried 10 and nothing changed, any ideas. Thanks,
Chris D XenForo developer Staff member Dec 20, 2012 #5 Works for me... This is it set at 5: You may also need to do the same in this template: node_category_level_2 Upvote 0 Downvote
Works for me... This is it set at 5: You may also need to do the same in this template: node_category_level_2
davespanzer Active member Dec 20, 2012 #6 I have no idea why this is not working for me. I've got a theme from baisik, and Add User Avatar to Last Post by Waindigo. I tried the category also, and no change. Upvote 0 Downvote
I have no idea why this is not working for me. I've got a theme from baisik, and Add User Avatar to Last Post by Waindigo. I tried the category also, and no change.
Chris D XenForo developer Staff member Dec 20, 2012 #7 davespanzer said: Add User Avatar to Last Post by Waindigo. Click to expand... 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 Upvote 0 Downvote
davespanzer said: Add User Avatar to Last Post by Waindigo. Click to expand... 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
davespanzer Active member Dec 20, 2012 #8 Chris Deeming said: 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 Click to expand... That sorted it, thanks that's great! Cheers Upvote 0 Downvote
Chris Deeming said: 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 Click to expand... That sorted it, thanks that's great! Cheers