MyBB Community Forums

Full Version: Why Full Site not display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Dear, im create new site im add past site sql information config.php after my site not full showing..please vsit -
http://goo.gl/5NWwTO

i have a past site sql backup and sql database on host...please tell me how to add sql my site..i have a past site sql database..

i want get old full site to new site..please tell me how to get
It can't access the css files. Make sure you have cache folder and check if you have this file: /cache/themes/theme5/global.css"
@marcus123 wow you are great.. Dear sir but im Activate advance side box after same... Please tell me why..? normal site all works but advance side box Activate after same..
Please help
please vsit -
http://goo.gl/5NWwTO
It can't access it because it's showing different domain

Please make sure you change "http://youroldsite.com" to "http://yournewsite.com" in your settings.php

Inside your settings.php change these lines
$settings['cookiedomain'] =
$settings['bburl'] =
@marcus123 thank you sir... please tell me this all

1.my settings.php is empty also im add your code..
2.please tell me /public_html Permission and other Permission
3.whare add this code ?
open this file "inc/settings.php" find:
$settings['cookiedomain'] = and add "http://yournewsite.com"
$settings['bburl'] = and add "http://yournewsite.com"

Ok good luck I am off to sleep!
@marcus123 Thankz But settings.php is empty...
Go to ACP>>Configuration>>General Configuration>>Board URL
@marcus123 wow you are great...! Thank You ... Dear sir i have another small problem.. Dear im change advance side box width but it not changing... why?
Replace this:

<a style="margin-left: 1em; margin-right: 1em;" imageanchor="1" href="YOURSITE.COM">
<img border="0" src="YOUR-IMAGE-URL">
</a>

with this:

<div class="mybanner">
<a href="YOURSITE.COM">
<img border="0" src="YOUR-IMAGE-URL">
</a>
</div>

Add this code to your global.css

.mybanner img {
    width: 700px;
}
Pages: 1 2