Best of joomla gives you news, joomla templates, extensions, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Dear FireBoard users,
In order to further develope the need of Joomla for a robust forum, FireBoard component has been moved to its own new home and new name. You can find more information regarding the Kunena, the successor of FireBoard, at kunena.com. The current forum here will stay for some time more for referencing needs. You can find the FireBoard files under joomlacode.org.
Upgrading to Kunena is highly recommended!

Kunena! - To Speak!

A revolution is coming... Kunena - Swahili for: To Speak! THE Next generation of native Joomla based Forum ultra component. Forget what you know about Joomla based forums...
Amazingly Simple Lean and Clean Easier Customization
Kunena is about to redefine the world of Joomla! with the most simplistic ultra component out there. For ultimate performance based on state of the art development techniques, Kunena! is about to bring you... With an integrated plugin system that will allow you to extend Kunena beyond your wildest imaginations...
Welcome, Guest
Please Login or Register.    Lost Password?
Re:message box with use joomla style enabled (1 viewing) (1) Guest
TOPIC: Re:message box with use joomla style enabled
#12935
message box with use joomla style enabled 2 Years ago  
Hello, since the other thread seemed to have died, lets try to continue the new issue. We have resolved that the "small message box" is linked to use joomla style, and that you can indeed change it when you are not using joomla style. But what about those of us that do use joomla's style? I have looked in the css file for my joomla template and added the class for fb_txtarea but still nothing... anyone else have any ideas?
twizt3d (User)
Junior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: PA - USA Birthdate: 1987-02-15
Logged Logged
 
 
#12964
Re:message box with use joomla style enabled 2 Years ago  
Im currently thumbing through the php files to find a way to force the size of the box. Thats a better solution than none I suppose... Can anyone confirm which file has the html codes for replying or starting threads? The source of any page viewing a forum witht he message box shows [code:1]textarea class = "fb_txtarea" name = "message" id = "message">write.html.php (most likely in my opinion)
message.php (this had a string in it but showed no change when altered)
post.php (didnt view source yet)

does anyone have any idea what im talking about, does anyone have any other thoughts about this.... is anybody even reading this....

~twizt3d [/code:1]
twizt3d (User)
Junior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: PA - USA Birthdate: 1987-02-15
Logged Logged
 
Last Edit: 2007/06/26 17:52 By twizt3d.
 
 
#13022
Re:message box with use joomla style enabled 2 Years ago  
i'm trieing to find the solution for this too, and encountred the same problem.

when i find i solution, i'll post it here
dhgamers (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male erikmasa5@hotmail.com Location: Tilburg Birthdate: 1989-01-03
Logged Logged
 
 
#13067
Re:message box with use joomla style enabled 2 Years ago  
any updates on this dhgamers?
twizt3d (User)
Junior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: PA - USA Birthdate: 1987-02-15
Logged Logged
 
 
#13108
Re:message box with use joomla style enabled 2 Years ago  
no, i'm sorry,
but i had do do a lot of homework this week.
i have a lot of time next week. hope to find a solution then.

greets, dhgamers
dhgamers (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male erikmasa5@hotmail.com Location: Tilburg Birthdate: 1989-01-03
Logged Logged
 
 
#13127
Re:message box with use joomla style enabled 2 Years ago  
just finished homework, so this is my vacation
dhgamers (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male erikmasa5@hotmail.com Location: Tilburg Birthdate: 1989-01-03
Logged Logged
 
Last Edit: 2007/06/28 14:09 By dhgamers.
 
 
#13138
Re:message box with use joomla style enabled 2 Years ago  
GOT it


just paste this:
[code:1]

/* -------------------------------- fireboard stuff ------------------------------ */

table#fb_postmessage .fb_txtarea
{
width: 95%;
overflow: auto;
height: 300px;
border: 1px solid #ccc;
}

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

in your joomla css file
dhgamers (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male erikmasa5@hotmail.com Location: Tilburg Birthdate: 1989-01-03
Logged Logged
 
 
#13992
Re:message box with use joomla style enabled 1 Year, 12 Months ago  
Hi All,

How to use a TextBox as a InputBox for receiving a input from the User and stored to the database,and get a data from the database....????


Thanking you.

Navanethan.M.M
navanethanmca (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#14021
Re:message box with use joomla style enabled 1 Year, 12 Months ago  
Im not sure exactly what you are asking, but I am pretty sure it deserves its own thread since this thread was started about a specific problem, and that problem has been resolved.
twizt3d (User)
Junior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: PA - USA Birthdate: 1987-02-15
Logged Logged
 
 
#14817
Re:message box with use joomla style enabled 1 Year, 11 Months ago  
@dhgamers: Thank you very much, it is easy to solve and it works great!
I have been searching the web and I found a thread in another forum which still discusses the same difficulty. I decided to link it with your solution in this thread.

forum.joomla.org/index.php/topic,178635....04738.html#msg904738

Greetings,

Niibla
niibla (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top