Loading...
 
Features / Usability

Features / Usability


Re: Re: Posting code to forums

posts: 3665 United States

> Actually tags work. Had to enable wiki syntaxing from settings.
>
> Still some problems are caused by < < (without spaces). Like in cout < < "Hello World";
>
> When put together without spaces line is cut from there to end. Can this be avoided somehow?

You can simply use the entity number for any ascii character (are you looking for « or <<?). For example:

cout~171~ "Hellow World";

will produce:

cout« "Hellow World";

The reason your tags are being stripped is because (I believe), Tiki interprets anything that starts with a < as an HTML tag, which is prohibited in the forums as a security measure.

When I add code to a forum posting, I change all < tags to ~lt~.

HTH,

Rick

There are no comments at this time.