Thread: My Adopts Page
View Single Post
  #3  
Old 12-20-2014, 04:12 PM
parayna's Avatar
parayna parayna is offline
Member
 
Join Date: May 2013
Location: Devon, UK
Posts: 342
Gender: Female
Credits: 17,835
parayna is on a distinguished road
Default

Thank you. I guess it just get's frustrating not having anyone physically being here to teach me and so I get a bit frustrated when I don't get something XD Do you know how to change the line:

PHP Code:
$cell->add(new Comment("<a href='/levelup/click/{$adopt->getAdoptID()}'><img src='{$adopt->getImage()}'></a>")); 
to something like:

PHP Code:
$cell->add(new Comment("<a href='/myadopts/manage/{$aid}'><img src='{$adopt->getImage()}'></a>")); 
because that up there ^ doesn't work XD I kind of want it to still link to the stats page as then people can still access the codes and trading options and stuff...
Reply With Quote