- Posts: 7
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Please read
Before you ask for help with template issues ...
Question How can i change table width and a lot more
16 years 1 month ago - 16 years 1 month ago #42063
by Pete Rich
How can i change table width and a lot more was created by Pete Rich
Hi there,
sorry for my English, I'm from Germany.
I have Joomla 1.5.x something and Kunena 1.5.9. running.
How can I change the width of the table in a list of posts? Know, what i mean? I made a screenshot.
Under the "Topics" cell is no more room, so that the text below is shown in 4 lines. On the right side is a lot more space left, so i would like to broad it a little bit.
I've been searching for hours, but i didn't find a solution.
Then, I would like to disable the Quickpost text fields under every post. (not the buttons!) These ones take a lot of place and that looks not that nice. Can You help me?
And there's also a third question. I want to change the font size of the proper posttext. In my view, the sizes are all the same, that looks a litte unclear.
Thanks for your help
Greetinx
sorry for my English, I'm from Germany.
I have Joomla 1.5.x something and Kunena 1.5.9. running.
How can I change the width of the table in a list of posts? Know, what i mean? I made a screenshot.
Under the "Topics" cell is no more room, so that the text below is shown in 4 lines. On the right side is a lot more space left, so i would like to broad it a little bit.
I've been searching for hours, but i didn't find a solution.
Then, I would like to disable the Quickpost text fields under every post. (not the buttons!) These ones take a lot of place and that looks not that nice. Can You help me?
And there's also a third question. I want to change the font size of the proper posttext. In my view, the sizes are all the same, that looks a litte unclear.
Thanks for your help
Greetinx
Last edit: 16 years 1 month ago by Pete Rich.
Please Log in or Create an account to join the conversation.
16 years 1 month ago #42089
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:How can i change table width and a lot more
You have asked a number of questions but most of these you can actually solve yourself! :woohoo: Please read
Before you ask for help with template issues ...
. A little bit of knowledge of HTML and CSS and you can do almost anything! 
Your problems are unique to you and almost certainly caused by the Joomla template that you are using. Therefore, we would be unable to duplicate the conditions that you have on your website in order to advise you specifically about what changes you are seeking to make.
Your problems are unique to you and almost certainly caused by the Joomla template that you are using. Therefore, we would be unable to duplicate the conditions that you have on your website in order to advise you specifically about what changes you are seeking to make.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 1 month ago #42094
by Pete Rich
Replied by Pete Rich on topic Re:How can i change table width and a lot more
Yeah, ok, i found most of these things in the forum, and many things are self-explaining. thanks for that.
But one thing is left.
The fu****** font-size of the actual text. I can't find it. I searched the in every css and php file and didn't find it. In the forum here i found sizes of headers, signatures and so on, but nothing about the postmessage. The source code in Firefox says (by marking the section) that the class is named msgtxt or somethin like that. But there's no possibility to change fonts or sizes in the css file there.
maybe you can help me
But one thing is left.
The fu****** font-size of the actual text. I can't find it. I searched the in every css and php file and didn't find it. In the forum here i found sizes of headers, signatures and so on, but nothing about the postmessage. The source code in Firefox says (by marking the section) that the class is named msgtxt or somethin like that. But there's no possibility to change fonts or sizes in the css file there.
maybe you can help me
Please Log in or Create an account to join the conversation.
16 years 1 month ago #42095
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:How can i change table width and a lot more
What's wrong with this:
#Kunena div.msgtext {
border-top:1px solid #DDDDDD;
margin-top:5px;
overflow:hidden;
padding:10px 0 0;
width:100%;
word-wrap:break-word;
font-size: 15pt;
}
Just because a CSS attribute doesn't exist in the CSS file you're using, doesn't mean you can't add other ones. OK?
#Kunena div.msgtext {
border-top:1px solid #DDDDDD;
margin-top:5px;
overflow:hidden;
padding:10px 0 0;
width:100%;
word-wrap:break-word;
font-size: 15pt;
}
Just because a CSS attribute doesn't exist in the CSS file you're using, doesn't mean you can't add other ones. OK?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 1 month ago #42097
by Pete Rich
Replied by Pete Rich on topic Re:How can i change table width and a lot more
That was also my idea, but this shows no effect.
i also tried with "px" instead of "pt" and with sizes like small and x-small, but nothing happened.
i also tried with "px" instead of "pt" and with sizes like small and x-small, but nothing happened.
Please Log in or Create an account to join the conversation.
16 years 1 month ago #42102
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:How can i change table width and a lot more
We may be able to help if we can actually see the situation demonstrated. What is the URL of your website? Can we access it without having to login? If we need to login to view your website, can you provide us with a test account and password? What size font would you like your messages rendered in?
Are the font size issues browser-related, perhaps? Maybe it is a Firefox browser add-on that is playing tricks? :dry:
These questions are mentioned in Before you ask for help with template issues ... .
Are the font size issues browser-related, perhaps? Maybe it is a Firefox browser add-on that is playing tricks? :dry:
These questions are mentioned in Before you ask for help with template issues ... .
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Time to create page: 0.300 seconds