ich nutzt Phpbb Plus 1.53.
Und als Skin fiappleblue.
Nun wollte ich das BBCode Addons 1.1.1 für das RPG installieren...
Leider bin ich über was gestolpert... Komm da net weiter...
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
f_help = "{L_BBCODE_F_HELP}";
#
#-----[ AFTER, ADD ]------------------------------------------
#
r_help = "{L_BBCODE_RPG1_HELP}";
h_help = "{L_BBCODE_RPG2_HELP}";
m_help = "{L_BBCODE_RPG3_HELP}";
#
#-----[ FIND ]------------------------------------------
#
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','- ','
- ','
#
#-----[ IN-LINE FIND ]------------------------------------------
#
);
#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#
,'[speak]','[/speak]','[hint]','[/hint]','[milestone]','[/milestone]'
#
#-----[ FIND ]------------------------------------------
#
<tr align="center" valign="middle">
<td><span class="genmed">
<input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
</span></td>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<tr align="center" valign="middle" class="catBottom">
<td colspan="3"><span class="genmed">
<input type="button" class="button" accesskey="r" name="addbbcode18" value="Speak" onClick="bbstyle(18)" onMouseOver="helpline('r')" style="font-weight:bold; color:#0000FF; background-color:#FFFF66;" />
</span></td>
<td colspan="3"><span class="genmed">
<input type="button" class="button" accesskey="h" name="addbbcode20" value="Hint" onClick="bbstyle(20)" onMouseOver="helpline('h')" style="font-weight:bold; color:#0000FF; background-color:#FFFF66;" />
</span></td>
<td colspan="3"><span class="genmed">
<input type="button" class="button" accesskey="m" name="addbbcode22" value="Milestone" onClick="bbstyle(22)" onMouseOver="helpline('m')" style="font-weight:bold; color:#0000FF; background-color:#FFFF66;" />
</span></td>
</tr>
#
#-----[ FIND ]------------------------------------------
#
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')">
#
#-----[ REPLACE WITH ]------------------------------------------
#
<select name="addbbcode24" onChange="bbfontstyle('[color=' + this.form.addbbcode24.options[this.form.addbbcode24.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')">
#
#-----[ FIND ]------------------------------------------
#
</select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
#
#-----[ REPLACE WITH ]------------------------------------------
#
</select> {L_FONT_SIZE}:<select name="addbbcode26" onChange="bbfontstyle('[size=' + this.form.addbbcode26.options[this.form.addbbcode26.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
[/code]
in dem Skin scheinen die BBCodes wo anders eingetragen zu werden. Habe leider nur keine Ahnung wo...
Kann mir das wer helfen???
danke
Germanboy4u