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?
Go to bottom Post Reply Favoured: 3
TOPIC:
#40334
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
redbaron wrote:


Should make clear to dumbmos like me who never read anything properly that the template to patch is the one at .../components/com_fireboard/template/default/joomla.css NOT the Joomla site template css or the one you can reach via Fireboard so it's joomlaXplorer or ftp time folks but quick and painless.

Thanks. Now lets hope this gets included in the next release

Baron



So this is wrong?

And I have done all that. I have put that in every joomla.css I could find. Both the one in the com_fireboard and the default css for my template...I'll say it again! "IT'S DOES NOT WORK" Maby it's just me..or perhaps somehow I've done something wrong.....
oniell (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#40340
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
Probably done something wrong.

This code can go in EITHER the CSS file of your Joomla template OR your forum.css of your FireBoard template. I don't think there is any file actually called joomla.css anywhere so I don't know what you're modifying. The Joomla template CSS file is usually called template_css.css.

Restore your clean versions of all the CSS files you have altered and try adding it FIRST to the active Fireboard template (forum.css) you are using.

What version of FireBoard is this anyway?
grumblemarc (User)
Platinum Boarder
Posts: 3555
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Last Edit: 2008/01/22 03:15 By grumblemarc.
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#40349
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
This is 1.0.4 fireboard.

I have clean css files now. I added that code to forum.css in components/com_fireboard/template/default and nothing happened.


Now, there is a joomla.css file in the same directory
components/com_fireboard/template/default

should I try that now?
oniell (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#40357
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
Are you using the default template right now?
grumblemarc (User)
Platinum Boarder
Posts: 3555
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#40359
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
yes, with joomla style enabled

P.S. I have to have joomla style enabled..or find some way to make one of the templates match exactly my template.
oniell (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#40363
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
Log out, clean your browser cache or open the site up in another browser to see if there is actually a change or not.
grumblemarc (User)
Platinum Boarder
Posts: 3555
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#40364
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
Nope, nothing happened. Shall I try the joomla.css now? or what?
oniell (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#40367
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
The only other thing I can tell you is to install the web developer plugin for Firefox and use it to identify that area. FORGET that the joomla.css file even exists. It does NOTHING. Once identified add it to your forum.css file and make it any size you want.

Using Joomla style is not really recommended as it does not take full advantage of the template. My suggestion is to check the stickies and learn how to modify your templates so you don't have to use that option. Using the add-on I mentioned will help you do that.

Your Joomla template is obviously over riding SOMEthing in your FireBoard CSS file. That fix should have worked.
grumblemarc (User)
Platinum Boarder
Posts: 3555
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#40370
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
the funny thing is that I do have the web-dev plugin.....hmm...I'll go look again.
oniell (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#40371
Re:message box with use joomla style enabled 5 Months, 2 Weeks ago  
Apparently the text field is called:

thats what it identifies as in the html through put anyway.

In forum.css I found this

Code:


POST PAGE
-------------------------------------------------------------------- */
#fb_postmessage{border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;}
table#fb_postmessage .fb_button{border: 1px solid #999;color: #000;padding: 1px;}
table#fb_postmessage .fb_slcbox{border: 1px solid #999;color: #000;}
#fb_post_message .postinput{width: 94%;border: 1px solid #ccc;padding: 3px 5px;}
#fb_postmessage tr.fb_sectiontableentry2 td.fb-topicicons td{border-bottom: 0px solid #CCCCCC;}
#fb_postmessage tr.fb_sectiontableentry1 .fb-postbuttonset td.fb_posthint{background: #FFFFCC;border: 1px solid #CFC1A9;padding: 2px 5px;}
table#fb_postmessage .fb_posthint .fb_inputbox{background: #FFFFCC;border: 0px solid #FFFFCC;width: 100%;}
.fb-postbuttonset{width: 95%;}
.fb-postbuttons { }
table#fb_postmessage .fb_txtarea{ width:95%;overflow: auto;height:800px;border:1px solid #ccc;}
.fb_txtarea{height: 800px;width: 95%;}
#fb_postmessage tr.fb_sectiontableentry1 .fb-postbuttonset td,
#fb_postmessage tr.fb_sectiontableentry2 .fb-postbuttonset td{border-bottom: 0px solid #CCCCCC;}
table#fb_postmessage .button{border: 1px solid #999;color: #333;font-weight: bold;padding: 3px 10px;margin: 3px;}
.fb_leftcolumn{width:160px;text-align: right;}




I changed it to 800px but nothing happened.


Do you think I could find someone that would help me mod one of the FB templates to match my joomla one?
oniell (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
 
Last Edit: 2008/01/22 04:53 By oniell.
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop