Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question [Gelöst] Buttons: Absenden Vorschau Abbrechen umstellen

More
15 years 1 month ago - 15 years 1 month ago #1 by hoefti
Hallo zusammen

Wo finde ich den Code im Template für die Buttons Absenden Vorschau Abbrechen
Ich möchte die Vorschaumöglichkeit entfernen und Absenden mit Abbrechen vertauschen, da man geneigt ist rechts auf Abbrechen zu klicken, wie es in anderen Foren normal ist
Last edit: 15 years 1 month ago by Lintzy. Reason: [Gelöst] ins Topic eingefügt

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #2 by Lintzy
im templateordner (template, welches du benutzt) in der message.php

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #3 by hoefti
Hallo Lintzy
Danke sehr, aber damit bin ich nicht weiter gekommen.
Zum einen fehlt bei mir ein Button Code für die Vorschau und selbst nach dem umstellen der beiden Submits bleibt die Reihenfolge wie vorher.
Kannst du mir die zu editierende Codestelle benennen?
Code:
<input type = "button" class = "fb_button fb_qm_cncl_btn" id = "cancel__<?php echo $msg_id; ?>" name = "cancel" value = "<?php echo _KUNENA_CANCEL;?>"/> <input type = "submit" class = "fb_button fb_qr_fire" name = "submit" value = "<?php echo _GEN_CONTINUE;?>"/>

Gruß hoefti

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #4 by Lintzy
Oh, ja. Sorry. Ist in der /components/com_kunena/template/default/
Datei fb_write.html.php


<input type="submit" name="submit" class="fb_button" value="<?php echo ' '._GEN_CONTINUE.' ';?>" onclick="return submitForm()" onmouseover = "helpline('submit')" />

<input type="button" name="preview" class="fb_button" value="<?php echo ' '._PREVIEW.' ';?>" onClick="fbGetPreview(document.postform.message.value,<?php echo KUNENA_COMPONENT_ITEMID?>);" onmouseover = "helpline('preview');" />

<input type="button" name="cancel" class="fb_button" value="<?php echo ' '._GEN_CANCEL.' ';?>" onclick="javascript:window.history.back();" onmouseover = "helpline('cancel')" />

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #5 by hoefti
Du bist ein Schatz, darf man das so sagen?
Vielen lieben Dank!
Gruß hoefti

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #6 by Lintzy
Klar :laugh: :blush:

Please Log in or Create an account to join the conversation.

Time to create page: 0.351 seconds