change the "You just adopted a ..." code output

Forum
Last Post
Threads / Messages

LilPixie

Member
Member
Joined
Jan 5, 2009
Messages
75
Points
0
Mysidian Dollar
6,489
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.
 
In adopt.php find:

PHP:
You have just adopted ".$name.".

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

PHP:
You have just adopted a creature.

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

PHP:
$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
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,130
Members
1,603
Latest member
Monako
BETA

Latest Threads

Latest Posts

Top