Wow it looks great!!  
  
 
But like you said the buttons don't works jejejeje 
 
What I have to do for do the buttons works ?  
 
I atach here if you need my includes/bbcode.php file or tell me which file do u want to take a look.  :wink: 
Added after 10 hours 47 minutes: Hello my friend Amigalink 

 , well I inserted this code (I found it in the postin_body.tpl file) in the top of the profile_add_boddy.tpl files: 
 
- Code: Alles auswählen
 <script language="JavaScript" src="bbcode_box/add_bbcode.js" type="text/javascript"></script>
And wwooww 

  jejeje now almost all the BBcode Buttons 

  works but not all  

 , like all the Font type, color and size aren't working and almost all the buttons of the last line, so I think some code that is in the posting_body.tpl is missing in the profile_add_boddy.tpl but I don't find which one.  

And also don't appears the messages that should appears down the BBCode buttons when you put the mouse in any BBCode button, like when I put the mouse in the 
B button, this message appears: "Bold text: 
text  (alt+b)"
I think too... that missing thing is part of the problem.  
 I found that the BBCode Mod that is in my board is this:
- Code: Alles auswählen
 ################################################################# 
## Mod Title:   bbcode_box for phpBB2 
## Mod Version:   v 4.5.0 
## Author:   AL Tnen <al_tnen@hotmail.com> - http://www.tnen.zzn.com 
## Description: This will cahnge bbcode buttons in postung_body 
##      with images like in MS-Word and add a lot of new&useful bbcode 
##      this mod make adding smiles very easy&you can add smile in the 
##      center of text 
##      Now it's easly to add bbcode(Just select the text and press on 
##      the bbcode to add it to the selected text) 
## 
## BBcodes : Align(left,right,center,justify) 
##          Bold, Italic, Under line, Code, Quote, URL, Email 
##          Font(color,type,size) 
##          FontColor(Fade, gradient) 
##          MessageBox(Right to Left, Left to Right) 
##          MarqueText(up,down,left,right) 
##          add Web Page in the post 
##          add(image, flash, video, stream, Real media, H-line) 
##          remove bbcodes from the selected text 
##          
## 
## Installation Level:   Easy 
## Installation Time:   10 Minutes 
## 
## Files To Edit: 3 
##   includes/bbcode.php 
##   templates/subSilver/bbcode.tpl 
##   templates/subSilver/posting_body.tpl 
## 
## Included Files: 43 
##   bbcode_box/add_bbcode.js 
##   bbcode_box/grad.htm 
##   bbcode_box/images/bold1.gif 
##   bbcode_box/images/bold.gif 
##   bbcode_box/images/center1.gif 
##   bbcode_box/images/center.gif 
##   bbcode_box/images/code1.gif 
##   bbcode_box/images/code.gif 
##   bbcode_box/images/email.gif 
##   bbcode_box/images/fade1.gif 
##   bbcode_box/images/fade.gif 
##   bbcode_box/images/flash.gif 
##   bbcode_box/images/grad.gif 
##   bbcode_box/images/hr.gif 
##   bbcode_box/images/img.gif 
##   bbcode_box/images/italic1.gif 
##   bbcode_box/images/italic.gif 
##   bbcode_box/images/justify1.gif 
##   bbcode_box/images/justify.gif 
##   bbcode_box/images/left1.gif 
##   bbcode_box/images/left.gif 
##   bbcode_box/images/ltr.gif 
##   bbcode_box/images/marqd1.gif 
##   bbcode_box/images/marqd.gif 
##   bbcode_box/images/marql1.gif 
##   bbcode_box/images/marql.gif 
##   bbcode_box/images/marqr1.gif 
##   bbcode_box/images/marqr.gif 
##   bbcode_box/images/marqu1.gif 
##   bbcode_box/images/marqu.gif 
##   bbcode_box/images/plain.gif 
##   bbcode_box/images/quote1.gif 
##   bbcode_box/images/quote.gif 
##   bbcode_box/images/ram.gif 
##   bbcode_box/images/right1.gif 
##   bbcode_box/images/right.gif 
##   bbcode_box/images/rtl.gif 
##   bbcode_box/images/sound.gif 
##   bbcode_box/images/under1.gif 
##   bbcode_box/images/under.gif 
##   bbcode_box/images/url.gif 
##   bbcode_box/images/video.gif 
##   bbcode_box/images/web.gif 
## 
## 
################################################################# 
## 
## Author Notes: 
## 
##   This mod only tested on phpbb 2.0.3 
##   This mod developed on smartor_bbcode_editor script 
## 
##   ^_^ Have fun!!! ^_^ 
## 
################################################################# 
## 
## Installation Notes: 
## 
## You should change all your templates and language packs 
## 
## If you haven't added any new bbcode to your forum or any hacks on posting_body 
## You can obsolete the second step and copy these files to your forum 
##   contrib/bbcode.php ---> includes/bbcode.php 
##   contrib/bbcode.tpl ---> templates/subSilver/bbcode.tpl 
##   contrib/posting_body.tpl ---> templates/subSilver/posting_body.tpl 
## 
## The most important thing to keep in mind is, take your time, make 
## sure you are finding the correct lines to modify, then take care to paste the new code. 
## Please also keep in mind, if you are using more than one language file or theme at your 
## site, you will need to edit the corrosponding files for each occurrence.  Good Luck! 
## 
################################################################# 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
################################################################# 
## Demo/Tech-Support:     http://tnen.host.sk/forums 
#################################################################
And I also attached these two files if u need it:  bbcode.tpl and bbcode.js (bbcode.zip)[/code]