PDA

View Full Version : change the "You just adopted a ..." code output


LilPixie
02-14-2009, 06:01 PM
I have already adjusted the code output on the "My Adoptables" code output, but I would also like to adjust the "You have just adopted a ..." coding output.

http://i93.photobucket.com/albums/l59/snitzerr/yes-1.png
that page

Also, is there a way to hide the names of the adoptables? I wanted to make what is in the eggs a secret.

BMR777
02-14-2009, 06:40 PM
In adopt.php find:

You have just adopted ".$name.".

$name there displays the name. If you want to hide it, then replace with:

You have just adopted a creature.

Also, to hide the names, you can try in adopt.php find all:

$name=@mysql_result($result,$i,"name");

and remove. That will replace the name with just nothing. :)

I haven't tested that though so if the script doesn't work right after doing that then it won't be an option.

Brandon

LilPixie
02-14-2009, 06:41 PM
xD thank you I will try it
*copypastas code before edit somewhere safe*