Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question [code] elements put all code on one line

More
15 years 11 months ago - 15 years 11 months ago #48858 by mingler
Hi,

I put my code inside code elements, and view the thread. When the thread shows up, it displays the code on separate lines (as it needs to for example:
Code:
void main(String[] args) { std::cout<<"hello world!"<<endl; }

but displays them all on the one line when it is output. Can someone help me here?
Last edit: 15 years 11 months ago by mingler.

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago - 15 years 11 months ago #48865 by sozzled
You want your output to appear (when you post a message to the forum) like it does below?

void main(String[] args)
{
std::cout<<"hello world!"<<endl;
}

I'm sorry, I just copied and pasted your code (without the code tags), but I don't understand the issue. :S
Last edit: 15 years 11 months ago by sozzled.

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #48866 by mingler
The code comes out like this on the front-end:
Code:
void main(String[] args){ std::cout<<"hello world!"<<endl;}

Instead of:
Code:
void main(String[] args) { std::cout<<"hello world!"<<endl; }

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #48867 by sozzled
Are you typing that "code" within the code tags on the one line? :S

I'm sorry, I still don't understand the issue. I can type code, on multiple lines, and it appears on multiple lines. I copied your example, that was displayed on multiple lines, and it appears on multiple lines. I think we need more information about how you're creating your own problem.

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #48868 by mingler
I went through just the standard install, and put the code elements in using the button on the editor toolbar. If you would like to have a look, the forum is located at www.hazda.com

I don't understand where I went wrong.

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #48869 by mingler
sorry - misread what you said.

On my forum I was typing the code on multiple lines, but would only come up on one line.

Please Log in or Create an account to join the conversation.

Time to create page: 0.258 seconds