MyBB Community Forums

Full Version: show full 'last post/thread subject' at main page forum lists ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to show the 'Last Post' at the main page forum listings to show the entire 'Thread Subject', instead of the abbreviated form, eg 'this is the subject...' ?
Is forumbit_depth2_forum_lastpost the place to do it.?

<!-- added class="float_left" after href=  for align 'Last Post' to left at main page post display,  per class at acp 
Home » Themes » DefaultEditing - global.css - float_left  4/30/2013 akm --> 

<span class="smalltext">
<a href="{$lastpost_link}" class="float_left" title="{$full_lastpost_subject}">
<strong> {$lastpost_subject}</strong>
</a>
<br />{$lastpost_date} {$lastpost_time}
<br />{$lang->by} {$lastpost_profilelink}</span>
.
Thanks for the info/links.
So, just to confirm... I cant change a template, it must be done with php at inc/functions_forumlist.php ?

(2013-05-10, 06:41 PM).m. Wrote: [ -> ]check below threads for some guidance
http://community.mybb.com/thread-121018.html
http://community.mybb.com/thread-41729.html
Yes, can't change it in template unfortunately - maybe only with PHP in Templates plugin. You need to change the 2 lines (or more if you want to delete it completely) with 25 value in that file. If you're worried about losing the changes while update, you can use Patches plugin.