[Hide-Mod]Neues Feld wird angezeigt :(

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
o0Pascal0o
Mitglied
Beiträge: 819
Registriert: 24.10.2010 21:32

[Hide-Mod]Neues Feld wird angezeigt :(

Beitrag von o0Pascal0o »

phpBB: 3.0.8
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 -->
Also praktisch nah an meiner Fehlermeldung beim Posten.

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>
Wobei dieser Bereich wohl für das onmouseover-Text zuständig ist, wenn ich nur diesen weglsöche, bleibt das Kästchen nämlich noch stehen:

Code: Alles auswählen

<!-- IF custom_tags.BBCODE_HELPLINE !== '' -->
onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
Kann ich jetzt diese gesamte Codestelle einfach herauslöschen oder ist die noch woanders für zuständig?

Gruß

Pascal
Zuletzt geändert von o0Pascal0o am 12.12.2010 17:34, insgesamt 2-mal geändert.
phpBB: 3.3.3 De
php: 7.3
db: 5.7-MySQL
Benutzeravatar
Tetischere
Mitglied
Beiträge: 667
Registriert: 07.03.2010 13:20
Wohnort: Lünen (NRW)
Kontaktdaten:

Re: [Hide-Mod]Neues Feld wird angezeigt :(

Beitrag von Tetischere »

Hallo Pascal
wenn du mal genau hinschauen würdest, merkst du das da was fehlt!
o0Pascal0o hat geschrieben: <!-- IF custom_tags.BBCODE_HELPLINE !== '' -->
Dort fehlt Code!---> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
Gruß Michael ;-)
Phantasie ist wichtiger als Wissen, denn Wissen ist begrenzt.
Albert Einstein
Benutzeravatar
o0Pascal0o
Mitglied
Beiträge: 819
Registriert: 24.10.2010 21:32

Re: [Hide-Mod]Neues Feld wird angezeigt :(

Beitrag von o0Pascal0o »

Ich habe dort ja keine Code verändert. Die Hide-Mod, die ich ja soeben eingearbeitet habe, verändert an dieser Datei gar keinen Code!!
Welcher Code soll denn dort fehlen? Wie finde ich das heraus?
phpBB: 3.3.3 De
php: 7.3
db: 5.7-MySQL
Benutzeravatar
Metzle
Ehemaliges Teammitglied
Beiträge: 10435
Registriert: 08.03.2008 02:50
Wohnort: Waiblingen-Neustadt
Kontaktdaten:

Re: [Hide-Mod]Neues Feld wird angezeigt :(

Beitrag von Metzle »

Hallo,

einfach mal mit einer Originaldatei vergleichen.
Ich vermute ja, dass du bei deinen Einbauten noch mehr vermurkst hast und das teilweise gar nicht gemerkt hast.
Metzle
phpBB.de-Support-Team
Allround-phpBB.de
Benutzeravatar
o0Pascal0o
Mitglied
Beiträge: 819
Registriert: 24.10.2010 21:32

Re: [Hide-Mod]Neues Feld wird angezeigt :(

Beitrag von o0Pascal0o »

Also das sollte ich bei der BBCodeBox3( http://4seven.kilu.de/forum/phpbb3/view ... a95c5dbadb ) machen damals(danach hatte ja auch alles funktioniert):
Find
Tip: This may be a partial find and not the whole line.

Code: Alles auswählen

<div id="format-buttons">
	<input type="button" class="button2" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" />
	<input type="button" class="button2" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" />
	<input type="button" class="button2" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" />
	<!-- IF S_BBCODE_QUOTE -->
		<input type="button" class="button2" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" />
	<!-- ENDIF -->
	<input type="button" class="button2" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" />
	<input type="button" class="button2" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" />
	<input type="button" class="button2" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" />
	<input type="button" class="button2" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" />
	<!-- IF S_BBCODE_IMG -->
		<input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" />
	<!-- ENDIF -->
	<!-- IF S_LINKS_ALLOWED -->
		<input type="button" class="button2" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" />
	<!-- ENDIF -->
	<!-- IF S_BBCODE_FLASH -->
		<input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" />
	<!-- ENDIF -->
	<select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
		<option value="50">{L_FONT_TINY}</option>
		<option value="85">{L_FONT_SMALL}</option>
		<option value="100" selected="selected">{L_FONT_NORMAL}</option>
		<option value="150">{L_FONT_LARGE}</option>
		<option value="200">{L_FONT_HUGE}</option>
	</select>
	<input type="button" class="button2" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />
	<!-- BEGIN custom_tags -->
		<input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
	<!-- END custom_tags -->
</div>
<!-- ENDIF -->
Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Code: Alles auswählen

<div id="format-buttons">

<table class="posttablecolorprosilver" id="posttable" width="100%" border="0" style="border-collapse: collapse;" cellspacing="0" cellpadding="0">
<tr>
<td class="tdbgbox">

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<select class="fontbox" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 0;" onmouseover="helpline('f');" onmouseout="helpline('tip');">
	<option selected="selected" value="">{L_FONT_SIZE}</option>
	<option value="50">{L_FONT_TINY}</option>
	<option value="85">{L_FONT_SMALL}</option>
	<option value="100">{L_FONT_NORMAL}</option>
	<option value="150">{L_FONT_LARGE}</option>
	<option value="200">{L_FONT_HUGE}</option>
</select>
			
<select class="fontbox" name="addbbcode77" onchange="bbfontstyle('[font=' + this.form.addbbcode77.options[this.form.addbbcode77.selectedIndex].value + ']', '[/font]');this.form.addbbcode77.selectedIndex = 0;" onmouseover="helpline('ft');" onmouseout="helpline('tip');">
	<option selected="selected" value="">{L_FONT_TYPE}</option>
	<option style="font-family: Arial" value="Arial">Arial</option>
	<option style="font-family: Arial Black" value="Arial Black">Arial Black</option>
	<option style="font-family: Century Gothic" value="Century Gothic">Century Gothic</option>
	<option style="font-family: Comic Sans MS" value="Comic Sans MS">Comic Sans MS</option>
	<option style="font-family: Georgia" value="Georgia">Georgia</option>
	<option style="font-family: Verdana" value="Verdana">Verdana</option>
	<option style="font-family: Courier New" value="Courier New">Courier New</option>
	<option style="font-family: Times New Roman" value="Times New Roman">Times New Roman</option>
	<option style="font-family: Trebuchet MS" value="Trebuchet MS">Trebuchet MS</option>
	<option style="font-family: Impact" value="Impact">Impact</option>
</select>
			
<select class="fontbox" name="addbbcode79" onchange="bbfontstyle('[color=' + this.form.addbbcode79.options[this.form.addbbcode79.selectedIndex].value + ']', '[/color]');this.form.addbbcode79.selectedIndex = 0;" onmouseover="helpline('fc');" onmouseout="helpline('tip');">
	<option selected="selected" value="">{L_FONT_COLOR}</option>
	<option style="background-color:chocolate" value="chocolate">chocolate</option>
	<option style="background-color:sandybrown" value="sandybrown">sandybrown</option>
	<option style="background-color:darkorange" value="darkorange">darkorange</option>
	<option style="background-color:orange" value="orange">orange</option>
	<option style="background-color:darkgoldenrod" value="darkgoldenrod">darkgoldenrod</option>
	<option style="background-color:goldenrod" value="goldenrod">goldenrod</option>
	<option style="background-color:gold" value="gold">gold</option>
	<option style="background-color:olive" value="olive">olive</option>
	<option style="background-color:yellow" value="yellow">yellow</option>
	<option style="background-color:yellowgreen" value="yellowgreen">yellowgreen</option>
	<option style="background-color:greenyellow" value="greenyellow">greenyellow</option>
	<option style="background-color:chartreuse" value="chartreuse">chartreuse</option>
	<option style="background-color:green" value="green">green</option>
	<option style="background-color:lime" value="lime">lime</option>
	<option style="background-color:limegreen" value="limegreen">limegreen</option>
	<option style="background-color:springgreen" value="springgreen">springgreen</option>
	<option style="background-color:turquoise" value="turquoise">turquoise</option>
	<option style="background-color:lightseagreen" value="lightseagreen">lightseagreen</option>
	<option style="background-color:mediumturquoise" value="mediumturquoise">mediumturquoise</option>
	<option style="background-color:teal" value="teal">teal</option>
	<option style="background-color:darkcyan" value="darkcyan">darkcyan</option>
	<option style="background-color:cyan" value="cyan">cyan</option>
	<option style="background-color:darkturquoise" value="darkturquoise">darkturquoise</option>
	<option style="background-color:deepskyblue" value="deepskyblue">deepskyblue</option>
	<option style="background-color:dodgerblue" value="dodgerblue">dodgerblue</option>
	<option style="background-color:royalblue" value="royalblue">royalblue</option>
	<option style="background-color:navy" value="navy">navy</option>
	<option style="background-color:darkblue" value="darkblue">darkblue</option>
	<option style="background-color:mediumblue" value="mediumblue">mediumblue</option>
	<option style="background-color:blue" value="blue">blue</option>
	<option style="background-color:blueviolet" value="blueviolet">blueviolet</option>
	<option style="background-color:purple" value="purple">purple</option>
	<option style="background-color:darkmagenta" value="darkmagenta">darkmagenta</option>
	<option style="background-color:magenta" value="magenta">magenta</option>
	<option style="background-color:mediumvioletred" value="mediumvioletred">mediumvioletred</option>
	<option style="background-color:deeppink" value="deeppink">deeppink</option>
	<option style="background-color:hotpink" value="hotpink">hotpink</option>
	<option style="background-color:crimson" value="crimson">crimson</option>
	<option style="background-color:brown" value="brown">brown</option>
	<option style="background-color:indianred" value="indianred">indianred</option>
	<option style="background-color:rosybrown" value="rosybrown">rosybrown</option>
	<option style="background-color:lightcoral" value="lightcoral">lightcoral</option>
	<option style="background-color:lightsalmon" value="lightsalmon">lightsalmon</option>
	<option style="background-color:sienna" value="sienna">sienna</option>
	<option style="background-color:saddlebrown" value="saddlebrown">saddlebrown</option>
	<option style="background-color:peachpuff" value="peachpuff">peachpuff</option>
	<option style="background-color:peru" value="peru">peru</option>
	<option style="background-color:burlywood" value="burlywood">burlywood</option>
	<option style="background-color:tan" value="tan">tan</option>
	<option style="background-color:khaki" value="khaki">khaki</option>
	<option style="background-color:darkkhaki" value="darkkhaki">darkkhaki</option>
	<option style="background-color:olivedrab" value="olivedrab">olivedrab</option>
	<option style="background-color:darkolivegreen" value="darkolivegreen">darkolivegreen</option>
	<option style="background-color:darkseagreen" value="darkseagreen">darkseagreen</option>
	<option style="background-color:darkgreen" value="darkgreen">darkgreen</option>
	<option style="background-color:forestgreen" value="forestgreen">forestgreen</option>
	<option style="background-color:lightgreen" value="lightgreen">lightgreen</option>
	<option style="background-color:seagreen" value="seagreen">seagreen</option>
	<option style="background-color:mediumseagreen" value="mediumseagreen">mediumseagreen</option>
	<option style="background-color:mediumaquamarine" value="mediumaquamarine">mediumaquamarine</option>
	<option style="background-color:aquamarine" value="aquamarine">aquamarine</option>
	<option style="background-color:darkslategray" value="darkslategray">darkslategray</option>
	<option style="background-color:paleturquoise" value="paleturquoise">paleturquoise</option>
	<option style="background-color:cadetblue" value="cadetblue">cadetblue</option>
	<option style="background-color:lightblue" value="lightblue">lightblue</option>
	<option style="background-color:lightskyblue" value="lightskyblue">lightskyblue</option>
	<option style="background-color:steelblue" value="steelblue">steelblue</option>
	<option style="background-color:cornflowerblue" value="cornflowerblue">cornflowerblue</option>
	<option style="background-color:midnightblue" value="midnightblue">midnightblue</option>
	<option style="background-color:slateblue" value="slateblue">slateblue</option>
	<option style="background-color:darkslateblue" value="darkslateblue">darkslateblue</option>
	<option style="background-color:mediumslateblue" value="mediumslateblue">mediumslateblue</option>
	<option style="background-color:mediumpurple" value="mediumpurple">mediumpurple</option>
	<option style="background-color:indigo" value="indigo">indigo</option>
	<option style="background-color:mediumorchid" value="mediumorchid">mediumorchid</option>
	<option style="background-color:plum" value="plum">plum</option>
	<option style="background-color:violet" value="violet">violet</option>
	<option style="background-color:orchid" value="orchid">orchid</option>
	<option style="background-color:palevioletred" value="palevioletred">palevioletred</option>
	<option style="background-color:pink" value="pink">pink</option>
	<option style="background-color:black" value="black">black</option>
	<option style="background-color:dimgray" value="dimgray">dimgray</option>
	<option style="background-color:gray" value="gray">gray</option>
	<option style="background-color:darkgray" value="darkgray">darkgray</option>
	<option style="background-color:silver" value="silver">silver</option>
	<option style="background-color:lightgray" value="lightgray">lightgray</option>
	<option style="background-color:white" value="white">white</option>
</select>

<!-- /removed-by-BBCodeBox3/
<input type="button" class="button2" id="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />
/removed-by-BBCodeBox3/-->

</td>
</tr>
<tr>
<td class="tdbgbox">

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/center.gif" alt="{L_BBCODE_IMGALT_CENTER}" id="center" onclick="bbstyle(22)"
onmouseover="helpline('center')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/justify.gif" alt="{L_BBCODE_IMGALT_JUSTIFY}" id="justify" onclick="bbstyle(68)"
onmouseover="helpline('justify')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/right.gif" alt="{L_BBCODE_IMGALT_RIGHT}" id="right" onclick="bbstyle(24)"
onmouseover="helpline('right')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/collumn.gif" alt="{L_BBCODE_IMGALT_COLLUMN}" id="col" onclick="bbstyle(104)"
onmouseover="helpline('col')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/indent.gif" alt="{L_BBCODE_IMGALT_INDENT}" id="indent" onclick="bbstyle(106)"
onmouseover="helpline('indent')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/outdent.gif" alt="{L_BBCODE_IMGALT_OUTDENT}" id="outdent" onclick="bbstyle(108)"
onmouseover="helpline('outdent')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/hr.gif" alt="{L_BBCODE_IMGALT_HR}" id="hr" onclick="bbstyle(74)"
onmouseover="helpline('hr')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/bold.gif" alt="{L_BBCODE_IMGALT_B}" id="bold" onclick="bbstyle(0)"
onmouseover="helpline('b')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/italic.gif" alt="{L_BBCODE_IMGALT_I}" id="italic" onclick="bbstyle(2)"
onmouseover="helpline('i')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/under.gif" alt="{L_BBCODE_IMGALT_U}" id="under" onclick="bbstyle(4)"
onmouseover="helpline('u')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/strike.gif" alt="{L_BBCODE_IMGALT_STRIKE}" id="strike" onclick="bbstyle(66)"
onmouseover="helpline('strike')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/sup.gif" alt="{L_BBCODE_IMGALT_SUP}" id="sup" onclick="bbstyle(54)"
onmouseover="helpline('sup')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/sub.gif" alt="{L_BBCODE_IMGALT_SUB}" id="sub" onclick="bbstyle(56)"
onmouseover="helpline('sub')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/list.gif" alt="{L_BBCODE_IMGALT_LIST}" id="list" onclick="bbstyle(10)"
onmouseover="helpline('l')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/list_ord.gif" alt="{L_BBCODE_IMGALT_LISTORDER}" id="list_ord" onclick="bbstyle(12)"
onmouseover="helpline('o')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/list_point.gif" alt="{L_BBCODE_IMGALT_LISTPOINT}" id="list_point" onclick="bbstyle(-1)"
onmouseover="helpline('e')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/marqd.gif" alt="{L_BBCODE_IMGALT_MARQD}" id="marqd" onclick="bbstyle(58)"
onmouseover="helpline('marqd')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/marqu.gif" alt="{L_BBCODE_IMGALT_MARQU}" id="marqu" onclick="bbstyle(60)"
onmouseover="helpline('marqu')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/marql.gif" alt="{L_BBCODE_IMGALT_MARQL}" id="marql" onclick="bbstyle(62)"
onmouseover="helpline('marql')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/marqr.gif" alt="{L_BBCODE_IMGALT_MARQR}" id="marqr" onclick="bbstyle(64)"
onmouseover="helpline('marqr')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/table.gif" alt="{L_BBCODE_IMGALT_TABLE}" id="table"
 onclick="var kleinesfenster = window.open('tablemaker/tablemaker.php', '_blank', 'width=500,height=430, left=0,top=0, resizable=no,status=no,menubar=no, location=no,scrollbars=no,toolbar=no')"
onmouseover="helpline('table')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/spoil.gif" alt="{L_BBCODE_IMGALT_SPOILER}" id="spoil" onclick="bbstyle(26)"
onmouseover="helpline('spoil')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/ot.gif" alt="{L_BBCODE_IMGALT_OT}" id="ot" onclick="bbstyle(94)"
onmouseover="helpline('ot')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/warning.gif" alt="{L_BBCODE_IMGALT_WARNING}" id="warning" onclick="bbstyle(102)"
onmouseover="helpline('warning')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/copyright.gif" alt="{L_BBCODE_IMGALT_COPYRIGHT}" id="copyright" onclick="bbstyle(132)"
onmouseover="helpline('copyright')" onmouseout="helpline('tip')" /></a></div>

<!-- IF S_BBCODE_QUOTE -->
<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/quote.gif" alt="{L_BBCODE_IMGALT_QUOTE}" id="quote" onclick="bbstyle(6)"
onmouseover="helpline('q')" onmouseout="helpline('tip')" /></a></div>
<!-- ENDIF -->

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/code.gif" alt="{L_BBCODE_IMGALT_CODE}" id="code" onclick="bbstyle(8)"
onmouseover="helpline('c')" onmouseout="helpline('tip')" /></a></div>

</td>
</tr>

<tr>
<td class="tdbgbox">

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/search.gif" alt="{L_BBCODE_IMGALT_SEARCH}" id="searchlink" onclick="bbstyle(96)"
onmouseover="helpline('searchlink')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/userprofil.gif" alt="{L_BBCODE_IMGALT_USER}" id="user" onclick="bbstyle(128)"
onmouseover="helpline('user')" onmouseout="helpline('tip')" /></a></div>

<!-- IF S_LINKS_ALLOWED -->
<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/url.gif" alt="{L_BBCODE_IMGALT_URL}" id="url" onclick="bbstyle(16)"
onmouseover="helpline('w')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/ebay.gif" alt="{L_BBCODE_IMGALT_EBAYLINK}" id="ebaylink" onclick="bbstyle(92)"
onmouseover="helpline('ebaylink')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/wiki.gif" alt="{L_BBCODE_IMGALT_WIKI}" id="wiki" onclick="bbstyle(98)"
onmouseover="helpline('wiki')" onmouseout="helpline('tip')" /></a></div>
<!-- ENDIF -->

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/mail.gif" alt="{L_BBCODE_IMGALT_EMAIL}" id="mail" onclick="bbstyle(76)"
onmouseover="helpline('mail')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/web_thumb.gif" alt="{L_BBCODE_IMGALT_WEBTHUMB}" id="web_thumb" onclick="bbstyle(130)"
onmouseover="helpline('web_thumb')" onmouseout="helpline('tip')" /></a></div>

<!-- IF S_BBCODE_IMG -->
<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/img.gif" alt="{L_BBCODE_IMGALT_IMG}" id="img" onclick="bbstyle(14)"
onmouseover="helpline('p')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>
<!-- ENDIF -->

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/textflow_l.gif" alt="{L_BBCODE_IMGALT_TEXTFLOWL}" id="textl" onclick="bbstyle(30)"
onmouseover="helpline('textflow_l')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/textflow_r.gif" alt="{L_BBCODE_IMGALT_TEXTFLOWR}" id="textr" onclick="bbstyle(34)"
onmouseover="helpline('textflow_r')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/textflow_break.gif" alt="{L_BBCODE_IMGALT_TEXTFLOWBREAK}" id="textbr" onclick="bbstyle(36)"
onmouseover="helpline('textflow_break')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/slide.gif" alt="{L_BBCODE_IMGALT_SLIDE}" id="slide" onclick="bbstyle(120)"
onmouseover="helpline('slide')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/photobucket.gif" alt="{L_BBCODE_IMGALT_PBSLIDE}" id="pbslide" onclick="bbstyle(122)"
onmouseover="helpline('pbslide')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/flickr.gif" alt="{L_BBCODE_IMGALT_FLICKR}" id="flickr" onclick="bbstyle(124)"
onmouseover="helpline('flickr')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/picasa.gif" alt="{L_BBCODE_IMGALT_PICASA}" id="picasa" onclick="bbstyle(126)"
onmouseover="helpline('picasa')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/stream.gif" alt="{L_BBCODE_IMGALT_STREAM}" id="stream" onclick="bbstyle(50)"
onmouseover="helpline('stream')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/soundcloud.gif" alt="{L_BBCODE_IMGALT_SOUNDCLOUD}" id="soundcloud" onclick="bbstyle(118)"
onmouseover="helpline('soundcloud')" onmouseout="helpline('tip')" /></a></div>

</td>
</tr>

<tr>
<td class="tdbgbox">

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/flv.gif" alt="{L_BBCODE_IMGALT_FLV}" id="flv" onclick="bbstyle(48)"
onmouseover="helpline('flv')" onmouseout="helpline('tip')" /></a></div>

<!-- IF S_BBCODE_FLASH -->
<!-- <input type="button" class="btnbbcode" accesskey="d" id="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" /> -->
<!-- <img src="{T_IMAGESET_PATH}/buttons/flash.gif" alt="" accesskey="d" id="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')"> -->
<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/flash.gif" alt="{L_BBCODE_IMGALT_FLASH}" id="flash" onclick="bbstyle(32)"
onmouseover="helpline('flash_i')" onmouseout="helpline('tip')" /></a></div>
<!-- ENDIF -->

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/divx.gif" alt="{L_BBCODE_IMGALT_DIVX}" id="divx" onclick="bbstyle(100)"
onmouseover="helpline('divx')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/mov.gif" alt="{L_BBCODE_IMGALT_MOV}" id="mov" onclick="bbstyle(52)"
onmouseover="helpline('mov')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/rm.gif" alt="{L_BBCODE_IMGALT_RM}" id="rm" onclick="bbstyle(70)"
onmouseover="helpline('rm')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/wmv.gif" alt="{L_BBCODE_IMGALT_WMV}" id="wmv" onclick="bbstyle(72)"
onmouseover="helpline('wmv')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><img src="{T_IMAGESET_PATH}/buttons/dots.gif" alt="" width="3" height="19" /></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/youtube.gif" alt="{L_BBCODE_IMGALT_YOUTUBE}" id="youtube" onclick="bbstyle(38)"
onmouseover="helpline('youtube')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/googlevid.gif" alt="{L_BBCODE_IMGALT_GVIDEO}" id="googlevid" onclick="bbstyle(40)"
onmouseover="helpline('gvideo')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/myspace.gif" alt="{L_BBCODE_IMGALT_MYSPACE}" id="myspace" onclick="bbstyle(42)"
onmouseover="helpline('myspace')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/myvideo.gif" alt="{L_BBCODE_IMGALT_MYVIDEO}" id="myvideo" onclick="bbstyle(44)"
onmouseover="helpline('myvideo')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/clipfish.gif" alt="{L_BBCODE_IMGALT_CLIPFISH}" id="clipfish" onclick="bbstyle(46)"
onmouseover="helpline('clipfish')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/dailymotion.gif" alt="{L_BBCODE_IMGALT_DAILYMOTION}" id="dailymotion" onclick="bbstyle(78)"
onmouseover="helpline('dailymotion')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/megavideo.gif" alt="{L_BBCODE_IMGALT_MEGAVIDEO}" id="megavideo" onclick="bbstyle(110)"
onmouseover="helpline('megavideo')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/metacafe.gif" alt="{L_BBCODE_IMGALT_METACAFE}" id="metacafe" onclick="bbstyle(112)"
onmouseover="helpline('metacafe')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/veoh.gif" alt="{L_BBCODE_IMGALT_VEOH}" id="veoh" onclick="bbstyle(114)"
onmouseover="helpline('veoh')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/vimeo.gif" alt="{L_BBCODE_IMGALT_VIMEO}" id="vimeo" onclick="bbstyle(116)"
onmouseover="helpline('vimeo')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/streetfire.gif" alt="{L_BBCODE_IMGALT_STREETFIRE}" id="streetfire" onclick="bbstyle(88)"
onmouseover="helpline('streetfire')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/gamespot.gif" alt="{L_BBCODE_IMGALT_GAMESPOT}" id="gamespot" onclick="bbstyle(80)"
onmouseover="helpline('gamespot')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/gametrailers.gif" alt="{L_BBCODE_IMGALT_GAMETRAILERS}" id="gametrailers" onclick="bbstyle(82)"
onmouseover="helpline('gametrailers')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/gotgame.gif" alt="{L_BBCODE_IMGALT_GOTGAME}" id="gotgame" onclick="bbstyle(84)"
onmouseover="helpline('gotgame')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/gamevideos.gif" alt="{L_BBCODE_IMGALT_GAMEVIDEOS}" id="gamevideos" onclick="bbstyle(86)"
onmouseover="helpline('gamevideos')" onmouseout="helpline('tip')" /></a></div>

<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/xfire.gif" alt="{L_BBCODE_IMGALT_XFIRE}" id="xfire" onclick="bbstyle(90)"
onmouseover="helpline('xfire')" onmouseout="helpline('tip')" /></a></div>

</td>
</tr>

<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<tr>
<td class="tdcustombox">
<!-- BEGIN custom_tags -->
<img src="{T_IMAGESET_PATH}/buttons/spacer.gif" alt="" width="4" height="14" />
<input type="button" class="button2" id="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"
<!-- IF custom_tags.BBCODE_HELPLINE !== '' -->
onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- END custom_tags -->
</td>
</tr>
<!-- ENDIF -->

<tr>
<td class="tdbgtickerbox">
<input type="text" readonly="readonly" id="helpbox" class="tdbgticker helpline" value="{L_STYLES_TIP}" />
</td>
</tr>
</table>
</div>
<!-- ENDIF -->
Hier beim unterem Code(den, den man zum Überschreiben benutzen sollte) steht ja dieses onmouseover in der 15. Zeile von unten aus gesehen genau so drin, wie es bei mir immer noch drinsteht.
phpBB: 3.3.3 De
php: 7.3
db: 5.7-MySQL
Benutzeravatar
o0Pascal0o
Mitglied
Beiträge: 819
Registriert: 24.10.2010 21:32

Re: [Hide-Mod]Neues Feld wird angezeigt :(

Beitrag von o0Pascal0o »

So, ich habe mir dei Grunddatei von etechgray nochmal genommen & bei allen Mods geguckt, was für Änderungen daran gemacht wurden & diese nochmal gemacht. Es war nur 1 Mod(BBcodeBox3). Aber nach der BBcodeBox3 kamen noch die Styleänderungen von 3.0.7PL1 auf 3.0.8. Und dort besteht noch ein Problem:

Beim Styleupdate von 3.0.7PL1 auf 3.0.8 steht folgendes in der Anleitung:

Code: Alles auswählen

#-----[ FIND ]---------------------------------------------
# Around Line 43
		<input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />				

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		<input type="button" class="btnbbcode" accesskey="y" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />				
Aber ich kann diese Stelle nicht finden(weil ja durch BBCodeBox3 verändert):
hier mal per pastbin: https://www.phpbb.de/support/pastebin.p ... view&s=620

Wie soll ich die Änderung nun machen?
phpBB: 3.3.3 De
php: 7.3
db: 5.7-MySQL
Benutzeravatar
o0Pascal0o
Mitglied
Beiträge: 819
Registriert: 24.10.2010 21:32

Re: [Hide-Mod]Neues Feld wird angezeigt :(

Beitrag von o0Pascal0o »

Ich habs jetzt. Man muß es gar nicht verändern, weil er bei BBcodeBox3 ohnehin überschrieben wird. Würde man die Box3 also danach installieren wäre die Änerung ohnehin weg.

Wie kann ich den Hide-Button aber verschieben? Hier mal ein Bild dazu: http://img811.imageshack.us/img811/5256 ... hieben.jpg (34kb)
phpBB: 3.3.3 De
php: 7.3
db: 5.7-MySQL
Antworten

Zurück zu „[3.0.x] Mod Support“