|
Re:message box with use joomla style enabled 11 Months, 3 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: 21
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 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?
|
|
|
Logged
|
|
|
Last Edit: 2008/01/22 03:15 By grumblemarc.
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 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: 21
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 Weeks ago
|
|
|
Are you using the default template right now?
|
|
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 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: 21
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 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.
|
|
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 Weeks ago
|
|
|
Nope, nothing happened. Shall I try the joomla.css now? or what?
|
|
oniell (User)
Junior Boarder
Posts: 21
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 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.
|
|
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 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: 21
|
Logged
|
|
|
|
|
|
Re:message box with use joomla style enabled 11 Months, 3 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:1]
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;}
[/code:1]
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: 21
|
Logged
|
|
|
Last Edit: 2008/01/22 04:53 By oniell.
|
|
|
|
|
|