MyBB Community Forums

Full Version: Full title not being shown !?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The picture and red circle gives more info Below

[Image: f_Helpm_be7fe72.jpg]

Normally it would show the full title , or atleast more then it is now , any way i can fix this ?
It's like that so the layout doesn't stretch and look horid. I'll have to look in the code and see how to change it. I know it can be done.
Thanks for the Info

So if im not wrong , this theme does not have fluid width ?
Well it might have a fluid-width option available, I'm not sure.
ive checked official site
And they seem to removed the MyBB section , and no info about it at all

This is really annoying Sad even a short 3 words dont work
Is there a way where you delete something in a template like <br /> which is at the start ?

Sorry to bump , this is a really annoying feature
you need to change number 11 to 25 in functions_forumlist.php

around line 205 to 207


					if(my_strlen($lastpost_subject) > 25)
					{
						$lastpost_subject = my_substr($lastpost_subject, 0, 25)."...";


It is not required now since I ported my mod to plugin system.
Wow thanks man it worked