no css!!

hairyspuds - June 25, 2009 - 13:42
Project:phpBBforum Integration module
Version:6.x-2.0-beta5
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi

I have installed the module in a brand new install of Drupal and PHPBB3 - followed everything from install.txt - however when i set it to display in a drupal page it does not show any CSS (with default theme) - it works fine if go to the forum direct (ie not through drupal) - i did see an issue on here where it was due to the "path to folder" but they never explained what they meant plus they seemed to be on a Windows box i am using a Linux loccal host server - any clues guys?

#1

hairyspuds - June 25, 2009 - 13:53

Apologies update for this - i did not have the embeded theme installed (my bad) however now when i install this - it still doesnt work and now it doesnt seem to work going direct to the forum as well as in the drupal page - no CSS is loading

#2

jase951 - June 25, 2009 - 15:04

Check the css file location in your browser. Check that it's correct first.

Accessing the forum outside of the module/drupal, should work no problem unless you have mod it to fit within the drupal framework.

#3

andreasg - July 2, 2009 - 09:56

I'm having the same issues, I've tried all the "hotfixes" I can find about styles and/or css for phpbbforum module, but no luck.

When viewing what css-files are being loaded it's all drupal files.
I've tried to follow the instructions that come with the module but the phpbb css just won't load.

  • Is there anything I could be missing when installing the module?
  • Where should the css-files be placed and what css files should be placed there?

These are the things I've tried using.
Drupal 6.12 & 6.13
phpBB 3.0.5
phpbbforum 6.x-2.0-beta5

#4

nickbits - September 11, 2009 - 17:43

subscribing

#5

vb - September 12, 2009 - 10:38

1) take the beta7 or next version
2) Set default phpbb style original prosilver not prosilver-embed
3) Set and force!!! phpBB > Server URL settings

Go to phpBB Administration Control Panel > General > Server URL settings

Server URL settings
Domain name:

In drupal settings.php variable $base_url and Domain name must be both with or without www.
Domain name: www.example.com
$base_url = 'http://www.example.com';
or
Domain name: example.com
$base_url = 'http://example.com';

Script path: /phpBB3
The path where phpBB is located relative to the domain
name, e.g. /phpBB3.

If you are testing drupal installation in subdirectory /my_drupal_installation set

Script path: /my_drupal_installation/phpBB3

Server URL settings must be forced.

Force server URL settings.

Force server URL settings: (*) Yes () No.

 
 

Drupal is a registered trademark of Dries Buytaert.