Hello! Im back again with my problem :P
My site looks totaly weird. I don't know whats wrong. I can try take some pictures of my config & what it looks like.
![[Image: 6gx1jiQ.png]](https://camo.mybb.com/dfeb727e58bd578dca06aa70e9ba9c602cea214d/687474703a2f2f692e696d6775722e636f6d2f366778316a69512e706e67)
Your board url should not end with a slash.
(2014-07-30, 10:01 PM)dragonexpert Wrote: [ -> ]Your board url should not end with a slash.
Hello! I just removed the / at the end and it's still not working now it looks like this
![[Image: MFlw4qN.png]](https://camo.mybb.com/5774c11fe008329b22a0c65302940f781b74b746/687474703a2f2f692e696d6775722e636f6d2f4d466c7734714e2e706e67)
Try re importing your theme. You may have accidentally broken something.
The last thing i did, i changed the background, which didn't work and then this white screen happend.
body {
color: #7C7C7C;
{background: url("http://i.imgur.com/h4XWJXi.jpg") repeat scroll 0 0 #FFFFFF;
text-align: center;
line-height: 1.4;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
I don't know what i did wrong
Try to change the url in inc ==> settings.php
URL Board to the website with out /
also the cookie domain suppose to be dot.yourdomain .yourdomain
(2014-07-30, 10:45 PM)MuhammedSuleiman Wrote: [ -> ]Try to change the url in inc ==> settings.php
URL Board to the website with out /
also the cookie domain suppose to be dot.yourdomain .yourdomain
Not working :/
lol why're you using imgur to host your image.....
(2014-07-30, 10:37 PM)AstroPer Wrote: [ -> ]The last thing i did, i changed the background, which didn't work and then this white screen happend.
body {
color: #7C7C7C;
{background: url("http://i.imgur.com/h4XWJXi.jpg") repeat scroll 0 0 #FFFFFF;
text-align: center;
line-height: 1.4;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
I don't know what i did wrong
Check that CSS over. Notice the extra { at the start of the background line? Remove it, its probably breaking everything.
Also, as lumi mentioned, you shouldn't be using imgur to host images used in places like that:
http://imgur.com/tos
Quote:don't use Imgur as a content delivery network.