Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:How to have a fullscreen fb ? (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Re:How to have a fullscreen fb ?
#39204
Re:How to have a fullscreen fb ? 10 Months, 1 Week 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
 
The administrator has disabled public write access.  
#49801
Re:How to have a fullscreen fb ? 6 Months, 3 Weeks 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
 
 
The administrator has disabled public write access.  
Go to top