Seite 1 von 1

phpspell_106o_phpbb_de vs mod-bbcode_box_reloaded_122a

Verfasst: 17.03.2007 12:36
von marcus-gizmo
Hallo

habe versucht den phpspell_106o_phpbb_de einzubauen

da ich den mod mod-bbcode_box_reloaded_122a

gibt es in der posting_body.tpl

die zu suchenden zeilen nicht


kann mir einer helfen

http://www.turach.com/marcus/test/install.txt.tpl

Verfasst: 17.03.2007 16:21
von John Doe
Das

Code: Alles auswählen

<script language='javascript' src='spelling/spellmessage.js'></script>
als erste Zeile in der posting_body.tpl.

und das

Code: Alles auswählen

		  <tr>
			<td colspan="9" align="right">
			  <input type="button" class="mainoption" value="Rechtschreibprüfung" name="button" onclick="openspell();">
			</td>
		  </tr>
müsste laut mod anleitung dann unter

Code: Alles auswählen

	  <td class="row2" valign="top"><table cellspacing="0" cellpadding="2" border="0">
		{BBC_DISPLAY_BOX}
		<tr>
			<td><textarea name="message" rows="15" cols="76" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea></td>
		</tr>
	 
das.

Verfasst: 17.03.2007 17:42
von marcus-gizmo
wow

genau richtig danke dir

bin gerade dabei den einzustellen funktioniert nicht so wie ich möchte

liegt an den grammtik ressourcen

aber nochmals danke