A php button above the edit area would be nice.
There are a few phpbb mods that do this and it makes everything way more readable, plus a lot of people don’t realise you can do [code=php]
syntax bbcode buttons
Moderators: egami, macek, gesf
Last edited by betterphp on Wed Mar 30, 2011 10:52 am, edited 1 time in total.
Code: Select all
<?php
$var = 5;
function multiply($var) {
if (is_numeric($var)) {
for ($i = 1; $i <= $var; $i++) {
$value[$i] = $i * $val;
}
} else {
$value = 0;
}
return $value;
}
$array = multiply($var);
foreach($array as $key => $value) {
echo "$key X's $val = $value<br/>";
}
?>
yup its a nice feature. But you see the problem that not many people know about itegami wrote:cool.
Another forum that I am a member of has buttons for the popular code types.
There are mods that add better highlighting, it seems that there are no admins here ? 

Automatically adds an easy access button toolbar above the post textarea to allow quick tags in BBcode. This is an enhanced replacement for the Comment Quicktags plugin. No template editing required.
Requires the BBcode-Lite plugin (or some other kind of BBcode support).
Some buttons will only appear if the tag is supported (ie. img, center)
Smilie support coming eventually.
Thanks...
Minifreelance
Requires the BBcode-Lite plugin (or some other kind of BBcode support).
Some buttons will only appear if the tag is supported (ie. img, center)
Smilie support coming eventually.
Thanks...
Minifreelance