Buttons/BBcode

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
sjefie
Berichten: 68
Lid geworden op: 10 jan 2007, 22:18

Buttons/BBcode

Bericht door sjefie » 23 jan 2007, 13:02

Wat is het probleem? bbcode buttons doen het niet
Wanneer ontstond het probleem? Net
Adres van je forum: http://
Geïnstalleerde mods: Hide
Huidige template: subSilver
phpBB versie: De nieuwste
Host: hosting2go
Heb je onlangs een mod of stijl geïnstalleerd? meerdere
Heb je gezocht naar een antwoord? Ja,

Opmerkingen:
code's werken wel alleen debuttons doen het niet meer,
Iemand een oplossing?
Mod die ik heb gebruikt

sjefie
Berichten: 68
Lid geworden op: 10 jan 2007, 22:18

Bericht door sjefie » 25 jan 2007, 00:00

niemand?

Gebruikersavatar
brandsrus
Berichten: 1966
Lid geworden op: 01 jul 2005, 19:38
Locatie: r. Лeувapдeн
Contacteer:

Bericht door brandsrus » 25 jan 2007, 08:38

Heb je hem wel goed gemod? Weet je zeker dat je alles goed hebt gedaan volgens de handleiding?

Zo ja, wat is het exacte probleem zodat ik als ik tijd heb hem ook eens gaat testen of hij wel goed functioneert.

Boris
Berichten: 66
Lid geworden op: 29 nov 2006, 16:58

Bericht door Boris » 25 jan 2007, 13:15

Welke mod heb je als laatste - dus toen je probleem ontstond - ingebracht?

sjefie
Berichten: 68
Lid geworden op: 10 jan 2007, 22:18

Bericht door sjefie » 25 jan 2007, 14:52

Ik heb als laatst de mode Hide geinstalleerd,
Daarvoor werkte de bb-buttons gewoons.

Sind sik dus de Hid heeb geinstalleerd krijg ik dit probleem.
Ik denk zelf neit dat het ligt aan de : templates/subsilver/bbcode.tpl

Misschien de posting_reply.php maar heb echt geen idee.
Ik heb namelijk ook een shoutbox en daarin doen de code's het wel gewoon en de buttons ook als ik op een button klik, alleen staat er geen hide optie, dat is ook geen probleem.

Echter in het forum zelf wel, ikmoest bij het installeren van de Hide mod, alle bbvode(namen) van 2 naar 4 dus alles 2 hoger zetten,
Als ik de oude bbcode.tpl terugzet werkt hij nog steeds niet, vandaar dat ik een vermoeden heb dat het niet aan dit bestand ligt,
AUb iemand?

Probleem is dus nogmaals:
AALs ik een bericht wil plaatsen in het forum, doen de buttons het niet,

Boris
Berichten: 66
Lid geworden op: 29 nov 2006, 16:58

Bericht door Boris » 26 jan 2007, 14:33

Volgens mij zit je dicht bij de oplossing.

Ik heb ook weleens problemen gehad daarmee, en toen was het terug te voeren op de posting_body.tpl.
Na het toevoegen van de hide button moeten de navolgende addbbcodes opgehoogd worden.

Zo ziet het er bij mij incl de hide codes uit (phpbb2.0.22). Ik hoop dat je er wat mee kunt:

Code: Selecteer alles

 	  <td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span> 
		<table width="450" border="0" cellspacing="0" cellpadding="2">
		  <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>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px"  onClick="bbstyle(14)" onMouseOver="helpline('p')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
			  </span></td>
			<td><span class="genmed"> 
			  <input type="button" class="button" accesskey="h" name="addbbcode18" value="Hide" style="width: 40px" onClick="bbstyle(18)" onMouseOver="helpline('h')" />
			  </span></td>
		  </tr>
		  <tr> 
			<td colspan="9"> 
			  <table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr> 
				  <td><span class="genmed"> &nbsp;{L_FONT_COLOR}: 
					<select name="addbbcode20" onChange="bbfontstyle('[color=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')">
					  <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option>
					  <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option>
					  <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option>
					  <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option>
					  <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option>
					  <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option>
					  <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option>
					  <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option>
					  <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option>
					  <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option>
					  <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option>
					  <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option>
					  <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option>
					  <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option>
					  <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option>
					</select> &nbsp;{L_FONT_SIZE}:<select name="addbbcode22" onChange="bbfontstyle('[size=' + this.form.addbbcode22.options[this.form.addbbcode22.selectedIndex].value + ']', '[/size]');this.selectedIndex=0;" onMouseOver="helpline('f')">
					  <option value="0" class="genmed">{L_FONT_SIZE}</option>
					  <option value="7" class="genmed">{L_FONT_TINY}</option>
					  <option value="9" class="genmed">{L_FONT_SMALL}</option>
					  <option value="12" selected class="genmed">{L_FONT_NORMAL}</option>
					  <option value="18" class="genmed">{L_FONT_LARGE}</option>
					  <option  value="24" class="genmed">{L_FONT_HUGE}</option>
					</select>
					</span></td>
				  <td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td>
				</tr>
			  </table>
			</td>
		  </tr>
		  <tr> 
			<td colspan="9"> <span class="gensmall"> 
			  <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" />
			  </span></td>
		  </tr>
		  <tr> 
			<td colspan="9"><span class="gen"> 
			  <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
			  </span></td>
		  </tr>
		</table>
		</span></td>
	</tr>

dadbenik
Berichten: 2
Lid geworden op: 28 mei 2008, 12:38

Re: Buttons/BBcode

Bericht door dadbenik » 28 mei 2008, 13:33

Ik heb hetzelfde probleem en kan het zelf niet oplossen, snap er helemaal niets van.

Kan iemand mijn misschien helpen AUB?

dadbenik
Berichten: 2
Lid geworden op: 28 mei 2008, 12:38

Re: Buttons/BBcode

Bericht door dadbenik » 28 mei 2008, 18:12

Probleem is opgelost :) pff. heb nu vierkante oogjes :shock:

Gesloten