1 xushi Sep 10, 2006 13:01
3 xushi Sep 10, 2006 16:59
I mean 'nothing happens'. The 'code' i know of is similar to [ code ] in, say, phpBB, where it indents the text inwards a bit, sticks it in a box, and sometimes gives different colors to functions, vars, etc...
But in the b2 i have, when i stick any text or code between <code>...</code> it's just displayed normally, as if i didn't specify anything.
Or am i completely mistaking a point here?
Ta.
4 blueyed Sep 10, 2006 17:19
<code>
in b2evo is just a normal tag.
You would have to change the CSS of your skin to e.g. indent it or put a block around it. There's no highlighting etc though.
You are probably looking for something like this: [url=http://b2evo.astonishme.co.uk/index.php?title=display_code_plugin]Display Code Plugin[/url]
5 xushi Sep 10, 2006 17:44
Thanks. That's exactly what i need.
So the <code> issue is just a theme issue? Because <code></code> is included as a button in the post creation part of the blog, and it would be a shame if it didn't really have a default function as the rest of the buttons do. (just a suggestion).
Good luck with the development.
6 blueyed Sep 10, 2006 18:18
CODE gets handled special somewhere, e.g. the smilies plugin does not replace smilies therein, but nothing really more.
I also think that a CODE special tag (in []) like with phpbb would be nice to have in the core, but it's also just fine if there's a plugin for it.
What do you mean with "work"?