Place to discuss various topics regarding public domain svg, community.
You are not logged in.
I am sure this is one we can live without as it's not really essential, but it there any plugins for the forum that will allow text formatting options like Bold / strikethrough / Bulletpoints / centre, like what you get with tinyMCE richtext I think it's called. I just went to do astrike through onsomething in the forum, as I wanted it to be visable but ignored, but couldn't do it.
Offline
Added two options in forum
- text formating
- private messaging for users
Offline
Wow, that was fast Gents, cheers!
Offline
Vedran, just an observation not sure about code button I assume it's harmless and just there as a way of demonstration how code markup should be formatted, and is not vulnerable to code injection exploits.
[== PHP ==]
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
[== HTML ==]
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
Wasn't until I submitted post I answered my own question and seen it is just a way to demonstrate formatting, false alarm. Cheers
Offline