Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: [code] padidinimas?

Parašė Tomcis· 2009 Rugp. 22 23:08:56
#2

Maincore.php faile, eilutė 355:
   $qcount = substr_count($text, "[quote]"); $ccount = substr_count($text, "[code]");
   for ($i=0;$i < $qcount;$i++) $text = preg_replace('#\[quote\](.*?)\[/quote\]#si', '<div class=\'quote\'>\1</div>', $text);
   for ($i=0;$i < $ccount;$i++) $text = preg_replace('#\[code\](.*?)\[/code\]#si', '<div class=\'quote\' style=\'width:400px;white-space:nowrap;overflow:auto\'><code style=\'white-space:nowrap\'>\1<br><br><br></code></div>', $text);



Redagavo Tomcis· 2009 Rugp. 22 23:08:03