View Single Post
  #4  
Old 04-26-2017, 09:02 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 152,157
Abronsyth is on a distinguished road
Default

Sorry, internet shorted out again before I could finish @_@

Okay, here are the rest of the instructions:

In the same 5 files I mentioned, find the insert line again, and right above it add this line;
PHP Code:
$adoptablepersonality $mysidia->db->select("personalities", array("pers"), "1 ORDER BY RAND() DESC LIMIT 1")->fetchColumn(); 
To display a pet's personality on, say, the manage page (via myadoptsview.php) you can use this:
PHP Code:
{$adopt->personality
In some files you'll just need to change that to this;
PHP Code:
{$this->adopt->personality
Then you can access the add page at http://YOURSITE.com/personality (don't worry, only admins can access it!)

And that should be it!
__________________
My Mods Site (1.3.4, 2020 Mods)

Last edited by Abronsyth; 04-26-2017 at 10:13 AM.
Reply With Quote