бб код радужный текст
Файл бб не даю так как очень сильно он изменен
В head.рhр добавить код
<script>
<!--
massive_length=3;/*сколько будет цветов*/
colors_= new Array(massive_length);
colors_[0] = "#FF0000";
colors_[1] = "#00FF00";
colors_[2] = "#0000FF";
var next_ = 0;
function Styletxt(){
headcolor= colors_[next_];
document.getElementById("txt").style.color=headcolor;
next_++;
if(next_>massive_length-1) next_=0;
window.setTimeout("Styletxt()",500);
}
//-->
</script>В клас ббкодов добавить следующие коды в соответствующие масивы;
//масив $replace
'[raduga]' => '',
'[/raduga]' => '',
//масив $search
'#\[raduga](.+?)\[/raduga]#is', // радужный текст
//масив $replace
'<span id="txt">$1</span><script>Styletxt()</script>', // радужный текс