MyBB Community Forums

Full Version: Change This topic Limit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Change This Limit? this is mybb advnce portal page.you see underline topic limit?

[Image: 11950014.jpg]

know?

know? Huh
Find and change the limit here, in your portal.php file
if(my_strlen($thread['subject']) > 25)
{
	$thread['subject'] = my_substr($thread['subject'], 0, 25) . "...";
}
@Mei Chan thankyou sir now done ! you know how to change this subject font size?
(2013-01-13, 04:43 PM)sujmybb Wrote: [ -> ]you know how to change this subject font size?

Edit your portal_latestthreads_thread template. You can add or additional style for the thread subject there.
@Mei Chan how to add or additional style for the thread subject? im new mybb..pleace..
You can wrap the {$thread['subject']} there with a span, and add a class to the span (or an additional style to the span).
@Mei Chan Now Done Thank You Very Mutch...
Please Help Me..You Know-( how to Add Avatar Online Users portal page? you see this image...now see online user name only.How to add avatar online user list.)
See- http://community.mybb.com/thread-132713.html