I'm using revcms isit still possible for it to work ?It looks like you haven't linked to the right resources.
You must be registered for see linksdoesn't exist as well asYou must be registered for see links
They are indeed existent, however they are located in the VALUES folder, and not the ROOT (/) folder, where the rest of the site belongs.I'm using revcms isit still possible for it to work ?
Also they do exist I have them in the folder?
This is what your index.php looks like right now:Yeah I've found them in the values folder but how comes it's not using them?
<html>
<head>
<meta charset="utf-8">
<title>BoonValues - Official Rare Values!</title>
<link rel="stylesheet" href="http://fabbo.pw/resources/styles/bootstrap.min.css">
<link rel="stylesheet" href="http://fabbo.pw/resources/styles/homepage.css">
<!--[if lt IE 9]>
<script src="http://fabbo.pw/resources/scripts/html5shiv.js"></script>
<script src="http://fabbo.pw/resources/scripts/respond.min.js"></script>
<![endif]-->
<meta name="google" content="notranslate">
</head>
<html>
<head>
<meta charset="utf-8">
<title>BoonValues - Official Rare Values!</title>
<link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/bootstrap.min.css">
<link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/homepage.css">
<!--[if lt IE 9]>
<script src="http://fabbo.pw/values/resources/scripts/html5shiv.js"></script>
<script src="http://fabbo.pw/values/resources/scripts/respond.min.js"></script>
<![endif]-->
<meta name="google" content="notranslate">
</head>
That has fixed the broken looking values page but I still can't seem to log in?This is what your index.php looks like right now:
HTML:<html> <head> <meta charset="utf-8"> <title>BoonValues - Official Rare Values!</title> <link rel="stylesheet" href="http://fabbo.pw/resources/styles/bootstrap.min.css"> <link rel="stylesheet" href="http://fabbo.pw/resources/styles/homepage.css"> <!--[if lt IE 9]> <script src="http://fabbo.pw/resources/scripts/html5shiv.js"></script> <script src="http://fabbo.pw/resources/scripts/respond.min.js"></script> <![endif]--> <meta name="google" content="notranslate"> </head>
This is what is supposed to be:
HTML:<html> <head> <meta charset="utf-8"> <title>BoonValues - Official Rare Values!</title> <link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/bootstrap.min.css"> <link rel="stylesheet" href="http://fabbo.pw/values/resources/styles/homepage.css"> <!--[if lt IE 9]> <script src="http://fabbo.pw/values/resources/scripts/html5shiv.js"></script> <script src="http://fabbo.pw/values/resources/scripts/respond.min.js"></script> <![endif]--> <meta name="google" content="notranslate"> </head>
I have never used BoonValues before, but you should just research how the entire system works and see what triggers what such as how does the login work.Also already got it in my root folder I'll have a go at changing links.
Thanks
I'll give that a try now thanks
That has fixed the broken looking values page but I still can't seem to log in?