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
[SOLVED] Help with template (1 viewing) (1) Guest
TOPIC: [SOLVED] Help with template
#16494
[SOLVED] Help with template 1 Year, 5 Months ago  
i have something messed up, when i goto my forum it all works fine except the top bar where it says "- FireBoard Forum My Profile Show Latest Posts Rules Help" the bar is touching the top not centered in the middle

SilentKillzr (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/03 06:36 By greatpixels.
 
 
#16497
Re:Help with template 1 Year, 5 Months ago  
Is it fireboard 1.0.2 RC1?
greatpixels (Admin)
BoJ Team
Moderator
Posts: 461
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
 
#16499
Re:Help with template 1 Year, 5 Months ago  
yes but it did it on 1.01 too
SilentKillzr (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#16501
Re:Help with template 1 Year, 5 Months ago  
I think your joomla main template effect fb template. If you give me link i can look at it.
greatpixels (Admin)
BoJ Team
Moderator
Posts: 461
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
 
#16502
Re:Help with template 1 Year, 5 Months ago  
you will have to register, but its very quick:
epic-gaming.com

EDIT: did u take a look?
SilentKillzr (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/02 05:13 By SilentKillzr.
 
 
#16551
Re:Help with template 1 Year, 5 Months ago  
Hi,

i think this is a general problem with templates from rockettheme...

take a look at your template_css.css on line 328, there is a defined padding of 0

@greatpixels: Looks like the html of the fireboard templates uses the wrong css, is there a way to fix it?

[code:1]
table.outer td, table.nopad td {
padding:0pt;
}
[/code:1]

Thanks!
Nic
Nic (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#16555
Re:Help with template 1 Year, 5 Months ago  
how do i fix this?
SilentKillzr (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#16676
Re:Help with template 1 Year, 5 Months ago  
Add this code in your forum.css


[code:1]td.fb_header_td_1,
td.fb_header_td_2,
td.fb_header_td_3,
td.fb_header_td_4
{
vertical-align:middle;
}[/code:1]
greatpixels (Admin)
BoJ Team
Moderator
Posts: 461
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
 
#16686
Re:Help with template 1 Year, 5 Months ago  
thank you very much, solved my problem.
SilentKillzr (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top