View Single Post
  #3  
Old 01-12-2016, 10:07 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 133,017
Kyttias is on a distinguished road
Default

I've noticed this will happen on pets without names. (I've since made it since pets will be by default named 'Unnamed' when created, to prevent this.) Another workaround is to change the title in levelupview.php to:

PHP Code:
$document->setTitle("{$adopt->getName()} "); 
Including   will insert in a blank space in addition to the title (which is just the adoptable's name).

There may be more to it than this, but... that's one issue I've had in the past.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote