View Single Post
  #3  
Old 05-26-2017, 11:43 AM
kristhasirah's Avatar
kristhasirah kristhasirah is offline
Member
 
Join Date: Jan 2010
Location: In middle of the nothingness
Posts: 196
Gender: Female
Credits: 28,419
kristhasirah
Default

thanks for posting changes needed to make it work in the stats page, i totally forgot about that XD as i completely removed that code form the manage adopts =p because with the profile i made for my adopts the stats page was no longer needed.

also for those that want to have the info of the needed point for the next stage, beside of the current stage just:
Delete:
PHP Code:
        $document->add(new Comment("{$stages}"); 
and replace:
PHP Code:
{$levels
with:
PHP Code:
{$stages
__________________

Last edited by kristhasirah; 05-30-2017 at 01:04 PM.
Reply With Quote