Flumps
08-11-2009, 09:39 AM
basically was using an install of drupal at http://x.x.x.x/~user until the domain proprigated. now its done the content and things are not being displayed properly any ideas? its displaying fine on .x.x.x.x/~user but not the domain.
been to site maintenance and its shoing domain.com which is should do.
it shows up but for some reason the style sheets are being applied properly as it just looks totally different and banner is missing.
can anyone help with me listing the links?
Flumps
08-12-2009, 06:07 PM
for those that have the same issue its a problem with base path in the page.tpl file. remove it and ur be fine.
took me ages to sovle this one. no help in drupal site what so ever.
Jay August
08-13-2009, 05:53 AM
LOL, if you remove your page.tpl.php file, you basically destroying part of your template. Drupal will fall back to more general template files when you remove that one, but it would be best to dive into settings.php and set the proper URL for your website. Also check if you have a base href in your page.tpl.php and remove that, not the entire file!
Flumps
08-14-2009, 08:21 AM
I didnt remove the entire file just the base_path php parts. since I did that the custom template is working fine and other members of the site.
Hosting-ASAP
08-14-2009, 08:35 AM
Try clearing the cache, it's also under performance. (last option)
Jay August
08-15-2009, 06:25 AM
I didnt remove the entire file just the base_path php parts. since I did that the custom template is working fine and other members of the site.Ok, then you did great. If you indeed clean your themecache after that in (admin/settings/performance#edit-submit) you'll be fine!