- Posts: 8
- 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
Question How to enable code highlighting
14 years 11 months ago #96360
by goodwin
How to enable code highlighting was created by goodwin
sorry, I bad speaking English. I'll be brief.
How to make the for tag [code] syntax programming languages, such as JavaScript or VisualBasic.
On forum for programmers, it is not convenient to read code.
How to make the for tag [code] syntax programming languages, such as JavaScript or VisualBasic.
On forum for programmers, it is not convenient to read code.
Please Log in or Create an account to join the conversation.
14 years 11 months ago #96493
by goodwin
Replied by goodwin on topic Re: Syntax the for tag code
I'm found an option that include the syntax, but he knows very little commands.
Help me please. Not convenient providing a forum for programmers
Help me please. Not convenient providing a forum for programmers
Please Log in or Create an account to join the conversation.
14 years 11 months ago - 14 years 11 months ago #96495
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Syntax the for tag code
I'm sorry, I don't quite understand your question. Are you asking if it's possible to include snippets of Javascript code in your forum, like this:
<script type=text/javascript>
alert ('Hello world');
</script>
Is that your question?
<script type=text/javascript>
alert ('Hello world');
</script>
Is that your question?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 11 months ago by sozzled.
Please Log in or Create an account to join the conversation.
14 years 11 months ago - 14 years 11 months ago #96499
by goodwin
Replied by goodwin on topic Re: Syntax the for tag code
No
. I want to tag [ code ] with syntax in message. For example:[ code=JavaScript . In the tag [ code ], very few commands.
Code:
var a = {
p1: 1,
p2: 2
}
for(var p in a) {
alert(p)
a[p] = a[p] + 1
}
Last edit: 14 years 11 months ago by goodwin.
Please Log in or Create an account to join the conversation.
14 years 11 months ago - 14 years 11 months ago #96501
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Syntax the for tag code
Well, you just demonstrated that you could post code in a Kunena forum. What is the specific problem?
How would you like to see the output of a [code type=javascript] rendered differently?
How would you like to see the output of a [code type=javascript] rendered differently?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 11 months ago by sozzled.
Please Log in or Create an account to join the conversation.
14 years 11 months ago #96503
by goodwin
Replied by goodwin on topic Re: Syntax the for tag code
Sorry, I didn’t know about the attribute - type :blush:
Please Log in or Create an account to join the conversation.
Time to create page: 0.249 seconds