Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   change the "You just adopted a ..." code output (http://www.mysidiaadoptables.com/forum/showthread.php?t=385)

LilPixie 02-14-2009 06:01 PM

change the "You just adopted a ..." code output
 
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

RE: change the "You just adopted a ..." code output
 
In adopt.php find:

PHP Code:

You have just adopted ".$name."

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

PHP Code:

You have just adopted a creature

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

PHP Code:

$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

RE: change the "You just adopted a ..." code output
 
xD thank you I will try it
*copypastas code before edit somewhere safe*


All times are GMT -5. The time now is 05:30 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.