dpack-info¦FFVIMan¦FFVIMan DPack - BBCode: Citations [quote] ¤forum.php¦after¦$m = smileys($m);¦ $m = preg_replace("/\[quote\](.+)\[\/quote\]/Ui","
\\1
",$m); $m = preg_replace("/\[quote=\](.+)\[\/quote\]/Ui","
\\1
",$m); $m = preg_replace("/\[quote=(.+)\](.+)/Ui","
\\1 :
\\2",$m); $m = str_replace("[/quote]","
",$m);¤forum.php¦after¦$m = unsmileys($m);¦ $m = str_replace("
","[quote]",$m); $m = ereg_replace("
(|\[b\])([^\"]+) :(|\[/b\])
","[quote=\\2]",$m); $m = str_replace("
","[/quote]",$m);¤forum.php¦before¦[smileys] ¦[quote] ¤forum.js¦after¦zfm.smiley_nb.value = img_nb;}¦ function quoteme(){ // FFDP1 - Select = auto Quote if (document.getSelection) sel = document.getSelection(); else if (document.selection) sel = document.selection.createRange().text; if(sel) sml('[quote]'+sel+'[/quote]',0) bbc('quote');}¤forum.js¦after¦switch(tag) {¦ case 'quote': bbct = "

Pour faire une citation

[quote]texte[/quote]

Pour faire une citation nominative

[quote=nom]texte[/quote]

"; break;¤forum_b.css¦after¦.inside {background-color:#393C39}¦ .quote {background: #676767; border:1px solid #000;padding:3px; padding-left:5px;margin-top: 10px; margin-left: 20px; margin-right:20px; margin-bottom:10px; line-height:14px;}¤forum_b.css¦after¦A.tlink:hover {font-size:11;text-decoration:underline;color:#FFF} .quote #2, .quote #1 {background-color : #7C7C7C;}¦ A.s9{text-decoration:none;font-size:9;color:#ADADAD;} A.s9:hover{text-decoration:none;font-size:9;color:#ADADAD;}¤forum_w.css¦after¦.inside {background-color:#F8FDFF}¦ .quote {background: #F5F5F5; border:1px solid #BBB;padding:3px; padding-left:5px;margin-top: 10px; margin-left: 20px; margin-right:20px; margin-bottom:10px; line-height:14px;}¤forum_w.css¦after¦A.tlink:hover {font-size:11;text-decoration:underline;color:#575757} .quote #2, .quote #1 {background-color : #fff;}¦ A.s9{text-decoration:none;font-size:9;color:#808080;} A.s9:hover{text-decoration:none;font-size:9;color:#808080;}