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)
-   -   Is it possible not to display the species name of the adoptable in adopt center? (http://www.mysidiaadoptables.com/forum/showthread.php?t=1332)

Hall of Famer 03-06-2010 02:50 AM

Is it possible not to display the species name of the adoptable in adopt center?
 
I created a few adoptables from egg stage to final evolution form. The part is that I dont want members to know what adoptables are in those eggs, so that they will actually get a completely random adoptables. A possible way is to hide the species name of adoptables. I know this is possible, so can anyone of you tell me how to do it? Thanks. ^^

Arianna 03-06-2010 07:01 AM

RE: Is it possible not to display the species name of the adoptable in adopt center?
 
Just remove the occurrences of the name. :D I don't know if you can actually make it random, but I'd try editing the template for it (I think it's in lang.php). :D Good luck!

Magnie 03-06-2010 09:32 AM

RE: Is it possible not to display the species name of the adoptable in adopt center?
 
One line 115 in 'adopt.php' it should say:

PHP Code:

$article_content $article_content."<p><b><u><a href='adopt.php?id=".$aid."'>".$type.":</a></u></b></p> 

Change ".$type." to what you want the 'type' of adoptable to be. :) Like:

PHP Code:

$article_content $article_content."<p><b><u><a href='adopt.php?id=".$aid."'>Adopt this Egg?</a></u></b></p> 

Hope that helps!

Hall of Famer 03-07-2010 06:54 PM

RE: Is it possible not to display the species name of the adoptable in adopt center?
 
Thanks everyone, I will give a try. ^^


All times are GMT -5. The time now is 02:04 AM.

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