Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
DipNOT MyCode
#1
Eine neue Erweiterung wurde veröffentlicht: DipNOT MyCode

Zitat:Create a new Custom MyCode inside Admin CP.

Regular Expression:
Code:
\[dipnot\](.*?)\[/dipnot\]



Replacement:
Code:
<fieldset style="margin: 2px auto; padding: 2px; width: 90%;"><legend><font color="#CC3300">DipNOT</font></legend>$1</fieldset></div>


Code:
Code:
[dipnot]TextHere[/dipnot]


EXTRA
Add Button:
Upload to images/codebuttons , this image: [Bild: http://www.avrupayakasi-fan.com/forum/im...dipnot.gif]

Then, open jcripts/editor.js, Find:
Code:
this.insertStandardButton(elements, "php", "images/codebuttons/php.gif", "php", "", this.options.lang.title_php);

Add to On:
Code:
this.insertStandardButton(elements, "dipnot", "images/codebuttons/dipnot.gif", "dipnot", "", this.options.lang.title_dipnot);


Okey all...

Vorschau:
http://img243.imageshack.us/img243/9821/159yy2.jpg
Zitieren