PDA

View Full Version : How do I change the look of my site?


tahbikat
02-11-2014, 04:13 PM
Hey! Please bare with me. I have no knowledge of PHP or anything. I do know how to design websites with HTML and CSS though. I've just recently learned how to work with file managers and upload sites to the internet.

I'll probably have many more questions as I make my site, so here goes! :P

So basically I want to customize the look of my site and make it pretty. I know how to work with CSS and HTML and I can make the graphics. Where do I go to do this? What files do I edit?

Also this keeps popping up a lot:
Warning: getimagesize(http://garden.x10.mx/picuploads/m.png): failed to open stream: HTTP request failed! in /home/gardenx1/public_html/classes/class_image.php on line 114

IntoRain
02-11-2014, 04:32 PM
Hello! Good luck with your site and don't be afraid to ask questions even if you think they are silly xD

Mysidia has its way of doing the html and the css of the site. The templates are in public_html/templates/. Main contains the main theme (the first you see). Inside there's a header.tpl that has the <head> tag for the whole site and template.tpl has the <body>. Media folder contains the css (right click > view source on the site to check which .css file is being used or modify the include in the header.tpl to your own) and images

You can delete that warning by going to that file (class_image.php) and stopping it from showing by putting a @ in front of the function getimagesize()

tahbikat
02-11-2014, 06:22 PM
Oh thanks! So I put the @ right in front of the getimagesize() or in front of that line?

Also another thing:
For some reason the site is removing "rn" from every word. So for example if I type "learned" or "warned" it'll remove it and show up as "leaed" and "waed" instead. How do I fix that? :P

Hall of Famer
02-11-2014, 11:53 PM
Tbh I have no idea how to fix this. The reason to filter 'rn' in Mys v1.3.x is that it sometimes messes up with site url(since some urls use your username rather than user id to identify the user information). It will not be a problem in Mys v1.4.0 since only the integer field id will be used to identify contents in url.

tahbikat
02-12-2014, 03:03 PM
Ohh well that's okay! I'll just use different words haha. :P

Hall of Famer
02-12-2014, 04:43 PM
Yeah for now it will work, you can always change the words back once Mys v1.4.0 is released without the 'rn' filtering issue. XD