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
Small Reply Message Box (1 viewing) (1) Guest
TOPIC: Small Reply Message Box
#18614
Small Reply Message Box 1 Year, 4 Months ago  
hey,

im my forums, i am using the dark_blue template and when you click on "reply" when you are viewing a topic, the message box is very small...

i searched the fourms and found the fix, but there was no joomla.css in the dark_Blue template folder, only in the default template folder, and when i use the default skin, everything works okay...

www.buffalotonight.com/index.php?option=...eboard&Itemid=37

there is a link to my forums...

thanks
tizom (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#18803
Re:Small Reply Message Box 1 Year, 4 Months ago  
I have the same problem. If I spot a fix I'll post it here, but I'm hoping a pro can jump in for us =)
Mordekhuul (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#18804
Re:Small Reply Message Box 1 Year, 4 Months ago  
I have the same problem. If I spot a fix I'll post it here, but I'm hoping a pro can jump in for us =)
Mordekhuul (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#18868
Re:Small Reply Message Box 1 Year, 4 Months ago  
Fixed.

I added the following code to the forum.css, under the POST PAGE section:

[code:1]
.fb_txtarea
{
height: 300px;
width: 95%;
}[/code:1]

Modify the height to suit yourself, obviously.
Mordekhuul (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#19311
Re:Small Reply Message Box 1 Year, 4 Months ago  
Hi

I also have the problem of a small textarea, both when creating a new message and when replying.
The above code is already in my forum.css, tweaking it to make the textarea larger has no effect.
Has anyone come across this before?
Regards

Spotta
spotta (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
I\'d love to be able to change one of my posts to solved!......
 
 
#21546
Re:Small Reply Message Box 1 Year, 4 Months ago  
Thanks, that fixed it for me too. I clicked on Edit CSS in the forum admin, and then added this about 80% the way down the file, after the identical bof.txtarea statement.

Mordekhuul wrote:
[quote]I added the following code to the forum.css, under the POST PAGE section:

[code:1]
.fb_txtarea
{
height: 300px;
width: 95%;
}[/code:1]

Modify the height to suit yourself, obviously.[/quote]
richm (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/10 04:54 By richm.
 
 
Go to top