View Single Post
  #4  
Old 12-02-2009, 04:24 PM
Haylzee Haylzee is offline
Member
 
Join Date: Jun 2009
Posts: 34
Credits: 537
Haylzee
Default RE: Edit No Name ??

On your doadopt.php it should contain a section of code that says if the name is ' ' (blank) the name = type of adoptable, like this:

PHP Code:
// First we see if we have a custom name.
// If not, we use the default name

if($name == ""){
$name $type;

I think you could just change $type; to "egg"; and it would work?
Reply With Quote