By digitalhead on
I got Drupal 6.2 installed on my test server for a client and got his phpBB forums integrated with the phpBBforum integration module. Now there's an unnecessary scroll bar on the frame no matter what I do with the scroll settings in the phpbbforum module settings. Is there any way to do away with it and just make the main page scroll as much as needed for phpBB, or at least only be there when really needed?
Comments
Re
It's been several days since I posted my question and my deadline for this to go live is this weekend. Any suggestions?
Topic:http://drupal.org/node
Topic:
http://drupal.org/node/217369
The post by:
metaphysics - April 4, 2008 - 06:48
Post title: CSS Frame Fix
So yeah it looks like it might be an Iframe problem. I don't know the module, but you will have to tweak the settings. I don't know how to set variable height in Iframes (never use them), but I do know you can set a fixed height, but don't know if it will be the solution for a forum with variable height. Hope this helps you on your way a bit.
Re:
Thanks, I got it taken care of by altering the phpbbforum.module by changing the scrollbar settings all to no.
side note: The frame created by phpbbforum automatically resized in my case, which my client has 150 topics listed per page, so yeah, it's a rather long page. It shows up nearly perfectly.
~DH
I've been looking at
I've been looking at removing my scroll bars from my site too, http://cordiafreaks.com/cms/?q=phpbbforum/gallery/hot.php?start=0
As you can see, when it loads up, there are scroll bars within the frame until the frame has completely loaded, and then they dissappear... I think is unnecessary and quite unattractive...
I've looked in the 'phpbbforum.module' code but can't seem to edit it to stop these scrollbars from appearing...
Here's a section of the code that I believe is creating the bars, if someone can edit them for me or even suggest an alternative way, I'd be extremely thankful!