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

Parašė Reamis· 2009 Rugp. 22 23:08:35
#1

kaip galėčiau paplatinti [code] langą?

ačiū.

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

Parašė Reamis· 2009 Rugp. 22 23:08:58
#3

ačiū.
ar įmanoma padaryti, kad jei img didelis, jį auto talpintų į [code]?

Redagavo Reamis· 2009 Rugp. 22 23:08:20

Parašė Kelmas· 2009 Rugp. 23 00:08:06
#4

Reamis parašė:
ačiū.
ar įmanoma padaryti, kad jei img didelis, jį auto talpintų į [code]?


Viskas galima. Berods PHP-Fusion 7v tai yra jau padaryta. :)