Posted by hairyspuds on June 25, 2009 at 1:42pm
Jump to:
| Project: | phpBB Forum Integration |
| Version: | 6.x-2.0-beta5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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?
Comments
#1
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
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
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.
These are the things I've tried using.
Drupal 6.12 & 6.13
phpBB 3.0.5
phpbbforum 6.x-2.0-beta5
#4
subscribing
#5
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.
#6