Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Re:How to have a fullscreen fb ? (1 viewing) (1) Guest
TOPIC: Re:How to have a fullscreen fb ?
#39204
Re:How to have a fullscreen fb ? 12 Months ago  
I'm not sure if this'll be of use to anyone, but to create a full width fb forum I simply added some css for #left in the fb template css. This could be done for any other positions you wanted to clear for the forum to display as you want:

[code:1]#left {
visibility:hidden;
width:0px;
height:0px;
position:absolute;
top:-1000;
left:-1000;
}[/code:1]
Flossy (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#49801
Re:How to have a fullscreen fb ? 8 Months, 1 Week ago  
Hi

I am using FB 1.0.4 with Dorona Brown 1.0.1.

This morning I moved the site from Joomla 1.0.13 to 1.5.3.

The forum works well after the migration but not all the pages are full width. For example the main forum page is fine, but click on a category and you get a narrower FB template. Choose a thread and it pings back to 100% width.

Link

Any help gratefully appreciated.
Mr Livered (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
 
Go to top