Category «Community Docs»

Avatars

By Kyttias Managed to get avatars working with the help of Nemesis on the Discord (thank you!) In template.php put this: PHP: $profile = $mysidia->db->select(“users_profile”, array(“uid”, “avatar”), “uid = ‘{$mysidia->user->getID()}'”)->fetchObject();if ($profile == NULL) $img = “”;else $img = “<img src=’../../”.$profile->avatar.”‘ class=’avatar’>”;$this->assign->(“avatar”,$img); That assigns the avatar image if the user has a profile and if they …

Adding Pages Guide

By Kyttias Hello! I have been doing some playing with the 1.3.6 script and I was struggling to get these working with it, but after some messing about I got it lol. So here is how I did it, in case anyone wants to use them. Also I’m not the best so if anyone way …

Getting Started Guide

By Dinocanid Getting Started So you’ve just installed Mysidia Adoptables 1.3.6, now what? Already at your disposal you’ll find some built-in features and very basic starter themes.  The first thing you’ll want to do is access the Admin Control Panel (Admin CP or ACP) to take a quick look at everything the script has to …

Introduction to Basics

by Kesstryl Here are some basic ideas so you can at least get the gist of what is going on.  There are three main folders you will work with while modding Mysidia.  The other ones you really shouldn’t need to work in unless there is something really specific you need to add to them. The …