Seite 3 von 7

Verfasst: 10.06.2004 17:11
von Matze_1
hab jetzt mal die eine file hochgeladen..

etz kommt das Template->make_filename(): Error - file does not exist

edit:
es funzt - musste nur noch ein paar files hochladen
nun noch einmal ne frage an den fachmann:
wie, kann ich das feld kleiner machen? - das ist mir zu groß :roll:

edit: 2 es waer cool wenn der punkt optionen nicht da wär :roll:

Verfasst: 10.06.2004 17:27
von oxpus
Du hast vermutlich vergessen, die Datei quick_reply.tpl in das Verzeichnis template/subSilver/ (und alle anderen Theme-Ordner) hochzuladen.

Verfasst: 10.06.2004 17:35
von Crack02
Matze_1 hat geschrieben:hab jetzt mal die eine file hochgeladen..

etz kommt das Template->make_filename(): Error - file does not exist

edit:
es funzt - musste nur noch ein paar files hochladen
nun noch einmal ne frage an den fachmann:
wie, kann ich das feld kleiner machen? - das ist mir zu groß :roll:

edit: 2 es waer cool wenn der punkt optionen nicht da wär :roll:

schau mal in die quick_reply.tpl. da is irgendwo ne table die den kasten zum tippen darstellt. einfach nach belieben ändern.

2. was fürn teil?

Verfasst: 10.06.2004 17:56
von Matze_1
ich schau mir erstmal die file an...
dann meld ich mich nochmal

@crack02: du bist echt profi, thx! !

Verfasst: 10.06.2004 18:00
von Crack02
wenn ich profi wäre wäre ich hier moderator.

Verfasst: 10.06.2004 18:05
von Matze_1
Jaja :lol:

²Topic: Also... hier mal 2 Bilder wie ich es gern haette.. Ned gleich sagen "n geht nicht" oder "machs doch selber"

1
2

ich braüchte nur das poste feld und absende, und vorschau button mehr nicht.

Verfasst: 10.06.2004 18:45
von Crack02
ich kann dir nur mal meine quick_reply.tpl geben. da sind wenigsten die 2 buttons weg. die 3 hakenteile und die 24 smilies sind halt noch drin.......ma sehen, vielleicht komm i a dahinter^^


edit: so.

es is zwar so wie du gewollt hast aber es schaut scheiße aus mit dem schwarzen streifen da noch drin und die laberbox is leider nicht ausgemittelt. ka wie dsa geht.

Code: Alles auswählen

</script></center>
<form action='{quick_reply.POST_ACTION}' method='post' name='post' onsubmit='return checkForm(this)'>
        <input type="hidden" name="sid" value="{quick_reply.SID}">
        <table border='0' cellpadding='10' cellspacing='1' width='100%' class='forumline'>
                <tr>
                        <th class='thHead' colspan='2' height='25'><b>{L_QUICK_REPLY}</b></th>
                </tr>
                <!-- BEGIN user_logged_out -->
                <tr>
                        <td class='row2' align='left'><span class='gen'><b>{L_USERNAME}:</b></span></td>
                        <td class='row2' width='100%'><span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span></td>
                </tr>
                <!-- END user_logged_out -->
                <tr>
                        <td class='row1'>
                        </td>
                        <td class='row1' valign='top'>
                                <textarea name='message' rows='10' cols='80' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea><br>
                                <!-- BEGIN smilies -->
                                <img src="{quick_reply.smilies.URL}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon(' {quick_reply.smilies.CODE} ');" alt="{quick_reply.smilies.DESC}" title="{quick_reply.smilies.DESC}" />
                                <!-- END smilies -->
                </tr>
                <tr>

             <tr>
                        <td class='catBottom' align='center' height='28' colspan='2'>
                                <input type='hidden' name='mode' value='reply'>
                                <input type='hidden' name='t' value='{quick_reply.TOPIC_ID}'>
                                <input type='hidden' name='last_msg' value='{quick_reply.LAST_MESSAGE}'>
                                <!--input type='hidden' name='message' value=''-->
                                <input type='submit' name='preview' class='liteoption' value='{L_PREVIEW}'>&nbsp;
                                <input type='submit' name='post' class='mainoption' value='{L_SUBMIT}'>
                        </td>
 </tr>
        </table>
</form>               
<!-- END quick_reply -->

ganz am anfang in der datei noch ein <center>


btw. an nen modder: welche werte muss ich ändern in der quickreply.tpl und der posting_body.tpl verändern damit das postfest größer wird? (bitte nachschaun und genau den wert sagen, weil i hab selber schon geschaut aber nix passendes gefunden)

Verfasst: 10.06.2004 21:31
von rabbit
text-größe (box) ändern:

###finde in quick_reply.tpl###

Code: Alles auswählen

<textarea name='message' rows='10' cols='80' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea>
###inline finde###

Code: Alles auswählen

cols='80'
###ersetze mit###

Code: Alles auswählen

cols='120'
man sollte keinen zu hohen wert nehmen, da es immer noch leute mit 800x600 auflösung gibt, und die bekommen dann einen häßlichen quer-scrollbalken... ;)

btw, crack:
der smilie-button funzt sehr wohl, man muss den mod nur exakt einbauen. :)

edit:
## Author Note:
## If you want to have different number of smilies displayed find a line
## $max_smilies = 30;
## in a file quick_reply.php and replace 30 with whatever you want. Setting this variable to zero
## will disable smilies row.
auszug aus der install.txt


edit #2:
@matze:
###finde in quick_reply.tpl###

Code: Alles auswählen

<tr>
                        <td class='row1'>
                        </td>
                        <td class='row1' valign='top'>
                                <textarea name='message' rows='10' cols='80' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea><br>
                                <!-- BEGIN smilies -->
                                <img src="{quick_reply.smilies.URL}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon(' {quick_reply.smilies.CODE} ');" alt="{quick_reply.smilies.DESC}" title="{quick_reply.smilies.DESC}" />
                                <!-- END smilies -->
                                <INPUT TYPE=button CLASS=BUTTON NAME="SmilesButt" VALUE="{L_ALL_SMILIES}" ONCLICK="openAllSmiles();">
                                <br />
                                <input type='button' name='quoteselected' class='liteoption' value='{L_QUOTE_SELECTED}' onclick='javascript:quoteSelection()'></td>
                </tr>
                <tr>
                        <td class='row2'>
                        </td>
                        <td class='row2' valign='top'><span class='gen'>
                                <b>{L_OPTIONS}</b><br />
                                <input type='checkbox' name='quick_quote'>{L_QUOTE_LAST_MESSAGE}<br>
                                <!-- BEGIN user_logged_in -->
                                <input type='checkbox' name='attach_sig' {quick_reply.user_logged_in.ATTACH_SIGNATURE}>{L_ATTACH_SIGNATURE}<br>
                                <input type='checkbox' name='notify' {quick_reply.user_logged_in.NOTIFY_ON_REPLY}>{L_NOTIFY_ON_REPLY}</td>
                                <!-- END user_logged_in -->
                </tr>
                <tr>
                        <td class='catBottom' align='center' height='25' colspan='2'>
                                <input type='hidden' name='mode' value='reply'>
                                <input type='hidden' name='t' value='{quick_reply.TOPIC_ID}'>
                                <input type='hidden' name='last_msg' value='{quick_reply.LAST_MESSAGE}'>
                                <!--input type='hidden' name='message' value=''-->
                                <input type='submit' name='preview' class='liteoption' value='{L_PREVIEW}'>&nbsp;
                                <input type='submit' name='post' class='mainoption' value='{L_SUBMIT}'>
                        </td>
                </tr>
        </table>
</form>
<!-- END quick_reply -->
###ersetze mit###

Code: Alles auswählen

                <tr>
                        <td class='row1'>
                        </td>
                        <td class='row1' valign='top'>
                                <center><textarea name='message' rows='10' cols='120' wrap='virtual' tabindex='3' class='post' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'></textarea></center><br>
                                </td>
                </tr>
                
                <tr>
                        <td class='catBottom' align='center' height='20' colspan='2'>
                                <input type='hidden' name='mode' value='reply'>
                                <input type='hidden' name='t' value='{quick_reply.TOPIC_ID}'>
                                <input type='hidden' name='last_msg' value='{quick_reply.LAST_MESSAGE}'>
                                <!--input type='hidden' name='message' value=''-->
                                <input type='submit' name='preview' class='liteoption' value='{L_PREVIEW}'>&nbsp;
                                <input type='submit' name='post' class='mainoption' value='{L_SUBMIT}'>
                        </td>
                </tr>
        </table>
</form>
<!-- END quick_reply -->

Verfasst: 10.06.2004 22:26
von Crack02
hm komscih dann sind die vögel von phpbb plus anscheinend auch nicht in der lage nen mod richtig einzubaun :D



wofür stehtn das "cols"?


btw.

is des bei dem code unten dann auch schön gecenterd alles? will das jketzt nimmer testen. geh pennen gn8 ;)

Verfasst: 10.06.2004 22:33
von rabbit
col steht für spalte (column)

yep, ist alles ge-centered, kannst du aber auch leicht sehen, wenn du den code mal näher betrachtest... ;)
Crack02 hat geschrieben:dann sind die vögel von phpbb plus anscheinend auch nicht in der lage nen mod richtig einzubaun
mag sein, bei mir läuft es jedenfalls ohne probleme... :)