Author archives

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 …

Mysidia Installation Tutorial

STEP 1: Download the following programs/scripts: Latest Mysidia Adoptable Script, Latest MyBB Forum Script and FileZilla FTP Program. STEP 2: Find a host, Gemnode is recommended. Sign up and log in once the account is ready. STEP 3: Go to your control panel and find your section with MySQL Databases. Create one database, and one user – then, if needed, assign the …

Installing Mysidia Adoptables 1.3.5

Mysidia v1.3.5 introduces the following new features: 1. Multi-Alternate Adoptables Form:This is a much demanded feature that our users have been requesting for a long time, and it is happening in the new release. In Mys v1.3.5, it will be possible for admins to create multiple alternate forms/images for the adoptables. These alternate forms may …

Installing Mysidia Adoptables 1.3.6

Here is how to do a fresh install of Mysidia Adoptables version 1.3.6. There is also a guide to upgrade from version 1.3.5. If you would like a web forum with your site follow the bottom guide. Installing Guide: 1. Use ftp to Upload the entire folder Mysidia Adoptables v1.3.6 to your preferred directory, and …