Style: etechgray -> http://demo.phpbb3styles.net/eTech+Gray
BBCodeBox3: BBCodeBox3 Expanded Version' Version 1.0.9
Hide-Mod: [phpBB3] Simple Hide BBcode MOD' version 0.4.0 -> http://phpbb3.pytalhost.com/downloads.p ... l&df_id=35
_______________________________________________________________
Hallo,
wenn ich die Hide-Mod installiere wird ein neues Feld angezeigt, wie hier auf dem Bild zu sehen: http://img339.imageshack.us/img339/6673/hidek.jpg (52kb) Hinter diesem Feld steht auch noch: onmouseover="helpline('cb_136')" onmouseout="helpline('tip')" />
Die Hide-Funktion klappt zwar, aber dieser neue Button [*] gehört ja nicht dorthin. Wie bekomme ich diesen dort weg?
In der posting_buttons.html steht folgendes:
Code: Alles auswählen
<!-- IF custom_tags.BBCODE_HELPLINE !== '' -->
onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
Wenn ich folgendes lösche aus der posting_buttons.html, dann ist sowohl das [*]-Kästchen weg als auch der diese onmouseover-Text:
Code: Alles auswählen
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">
<td colspan="2">
<!-- BEGIN custom_tags -->
<input type="button" class="btnbbcode" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
<!-- IF custom_tags.BBCODE_HELPLINE !== '' -->
onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- END custom_tags -->
</td>
</tr>
Code: Alles auswählen
<!-- IF custom_tags.BBCODE_HELPLINE !== '' -->
onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
Gruß
Pascal