Striketrough/BBCode Line-Through
Geplaatst: 07 dec 2004, 11:55
Ik ben nog niet heel ervaren met phpbb, maar heb verschillende mods succesvol uitgevoerd op ons forum. Ik loop helaas op het laatste stukje van deze mod vast in de posting_body.tpl Dit is de mod: http://www.phpbbhacks.com/download/517
Onderstaande regel "find" wijkt bij mij af van het orgineel.
#-----[ FIND ]--------------------------------------------------
#
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
Bij mij ziet deze regel er als volgt uit:
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')">
#
#-----[ REPLACE WITH ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
<select name="addbbcode20" onChange="bbfontstyle('[color=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
------------------------------------------------------------------------------------
Ook bij het laatste stukje begrijp ik nog niet naar welke waarde ik de coldspan moet verhogen.
#-----[ FIND und increase colspan value ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
</span></td>
</tr>
<tr>
<td colspan="9">
#
#-----[ FIND und increase colspan value ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
</tr>
<tr>
<td colspan="9"> <span class="gensmall">
#
#-----[ FIND und increase colspan value ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
</tr>
<tr>
<td colspan="9"><span class="gen">
-------------------------------------------------------------------------------------
Ik begrijp dat het alles te maken heeft met onderstaand stukje tekst van de mod. Helaas valt het kwartje bij mij nog niet.
Note:
## First always make a back-up from the files that you're going to edit.
##
## If you have additional bbcodes installed you will need to increase the
## addbbcodeXX (part in posting_body.tpl) accordingly and be sure that you don“t use
## same letters and digits for two different bbcode hacks.
## The colspan value in posting_body.tpl (3x after bbcodes) should be changed too
## (it depends on how many bbcodes you have installed).
-------------------------------------------------------------------------------------
Ik zou erg blij zijn als iemand mij wil helpen met deze mod.
-edit-
Even mijn halve mod getest en werkt trouwens verder prima. Ik mis nu alleen nog een button.
Onderstaande regel "find" wijkt bij mij af van het orgineel.
#-----[ FIND ]--------------------------------------------------
#
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
Bij mij ziet deze regel er als volgt uit:
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')">
#
#-----[ REPLACE WITH ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
<select name="addbbcode20" onChange="bbfontstyle('[color=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
------------------------------------------------------------------------------------
Ook bij het laatste stukje begrijp ik nog niet naar welke waarde ik de coldspan moet verhogen.
#-----[ FIND und increase colspan value ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
</span></td>
</tr>
<tr>
<td colspan="9">
#
#-----[ FIND und increase colspan value ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
</tr>
<tr>
<td colspan="9"> <span class="gensmall">
#
#-----[ FIND und increase colspan value ]--------------------------------------------------
#
# see "Note" at the beginning of this guide
</tr>
<tr>
<td colspan="9"><span class="gen">
-------------------------------------------------------------------------------------
Ik begrijp dat het alles te maken heeft met onderstaand stukje tekst van de mod. Helaas valt het kwartje bij mij nog niet.
Note:
## First always make a back-up from the files that you're going to edit.
##
## If you have additional bbcodes installed you will need to increase the
## addbbcodeXX (part in posting_body.tpl) accordingly and be sure that you don“t use
## same letters and digits for two different bbcode hacks.
## The colspan value in posting_body.tpl (3x after bbcodes) should be changed too
## (it depends on how many bbcodes you have installed).
-------------------------------------------------------------------------------------
Ik zou erg blij zijn als iemand mij wil helpen met deze mod.
-edit-
Even mijn halve mod getest en werkt trouwens verder prima. Ik mis nu alleen nog een button.