Thread: Mys 1.3.4 Encyclopedia
View Single Post
  #15  
Old 04-06-2018, 02:02 PM
goofyunicorn's Avatar
goofyunicorn goofyunicorn is offline
Kelpie
 
Join Date: Feb 2018
Location: Unicorn Land
Posts: 101
Gender: Female
Credits: 12,671
goofyunicorn is on a distinguished road
Default

Quote:
Originally Posted by Dinocanid View Post
Well the view file looks fine. Did you make sure to add functions to encyclopedia.php too?
Sorry what does that mean?! I am rubbish at all this coding stuff. This is what is inside the encyclopedia.php file:
  Spoiler: Code 
PHP Code:
<?php

class EncyclopediaController extends AppController{

    public function 
__construct(){
        
parent::__construct("member");    
    }
    
    public function 
index(){
        
$mysidia Registry::get("mysidia");
    }
    
    public function 
species_name_here(){
                
$mysidia Registry::get("mysidia");   
        }
}
?>


Also, the font I chose isn't showing up on the theme :(
__________________

Check out my Adoptable's Site! Art by the wonderful Eyesauce.

Last edited by goofyunicorn; 04-06-2018 at 02:04 PM.
Reply With Quote