Schau in die Installationsanleitung:
styles/prosilver/template/posting_buttons.html
Code: Alles auswählen
var bbtags = new Array(
//0
'[b]','[/b]'
//2
,'[i]','[/i]'
//4
,'[u]','[/u]'
//6
,'[quote]','[/quote]'
//8
,'[code]','
'
//10
,'
'
//12
,'
'
//14 Listenpunkt [*]
,'[img]','[/img]'
//16
,'
',''
//18 Flash phpbb3-intern
,'[flash=]','[/flash]'
//20 Font - Size - phpbb3-intern
,'[size=]','[/size]'
//22
,'[align=center]','[/align]'
//24
,'[align=right]','[/align]'
//26
,'[spoil]','[/spoil]'
//28
,'[spoil=]','[/spoil]'
//30
,'[img_l]','[/img_l]'
//32
,'[flash_i]','[/flash_i]'
//34
,'[img_r]','[/img_r]'
//36
,'[br]','[/br]'
//38
,'[youtube]','[/youtube]'
//40
,'[gvideo]','[/gvideo]'
//42
,'[myspace]','[/myspace]'
//44
,'[myvideo]','[/myvideo]'
//46
,'[clipfish]','[/clipfish]'
//48
,'[flv]','[/flv]'
//50
,'[stream]','[/stream]'
//52
,'[mov]','[/mov]'
//54
,'[sup]','[/sup]'
//56
,'[sub]','[/sub]'
//58
,'[marq=down]','[/marq]'
//60
,'[marq=up]','[/marq]'
//62
,'[marq=left]','[/marq]'
//64
,'[marq=right]','[/marq]'
//66
,'[strike]','[/strike]'
//68
,'[align=justify]','[/align]'
//70
,'[rm]','[/rm]'
//72
,'[wmv]','[/wmv]'
//74
,'[hr]','[/hr]'
//76
,'[mail=]','[/mail]'
//77 Font - Type
//79 Font - Color
//78
,'[dailymotion]','[/dailymotion]'
//80
,'[gamespot]','[/gamespot]'
//82
,'[gametrailers]','[/gametrailers]'
//84
,'[gotgame]','[/gotgame]'
//86
,'[gamevideos]','[/gamevideos]'
//88
,'[streetfire]','[/streetfire]'
//90
,'[xfire]','[/xfire]'
//92
,'[ebay=]','[/ebay]'
//94
,'[ot]','[/ot]'
//96
,'[search=]','[/search]'
//98
,'[wiki=]','[/wiki]'
//100
,'[divx]','[/divx]'
//102
,'[warning]','[/warning]'
//104
,'[col]','[/col]'
//106
,'[indent]','[/indent]'
//108
,'[outdent]','[/outdent]'
//110
,'[megavideo]','[/megavideo]'
//112
,'[metacafe]','[/metacafe]'
//114
,'[veoh]','[/veoh]'
//116
,'[vimeo]','[/vimeo]'
//118
,'[soundcloud]','[/soundcloud]'
//120
,'[slide]','[/slide]'
//122
,'[pbslide]','[/pbslide]'
//124
,'[flickr]','[/flickr]'
//126
,'[picasa]','[/picasa]'
//128
,'[user]','[/user]'
//130
,'[web_thumb]','[/web_thumb]'
//132
,'[copyright]','[/copyright]'
//134
,'[copyright=]','[/copyright]'
//136 Begin Custom: ,'[bbcode]','[/bbcode]'
<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);[/code]
usw.
ich würde dort anfangen zu suchen.
Da steht der gesamte Code drin, mit ein wenig Nachdenken solltest Du die Stellen finden die Du entfernen musst damit die entsprechenden Buttons nicht mehr angezeigt werden.