We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Bug in Mobile 1.7 - Long Album Names not truncated | Forum

Omari
Omari Jul 13 '14


On mobile 1.7, if someone enters an album name of more than a few words. the text spills out of the title box to the top. A minor bug so far. Any ideas on how we can fix this?


I think we prob need to add a php condition to truncate the length of characters but i dont know php. Any suggestions?

The Forum post is edited by Omari Jul 13 '14
Omari
Omari Jul 16 '14
thanks but what file and what line to apply to?
ross Team
ross Jul 16 '14
File mobile_application.php the method is called onBeforeDocumentRender
Omari
Omari Jul 20 '14
is this the line?


$document->setTitle($language->text('mobile', 'page_default_title',));
can anyone tell me how it applies?