Die Suche ergab 8 Treffer

von stevil
16.03.2005 12:03
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

asche auf mein haupt!

habe den tip jetzt nochmal durchgespielt, ne "frische" viewtopic.php eingespielt und nochmal die stelle im HowTo durchgearbeitet.

wo war mein fehler? genau wie Jan500 es geschrieben hatte, eine Zeile doppelt. dabei bin ich über diese zeile im HowTo gestolpert:


# The Line ...
von stevil
16.03.2005 11:39
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

danke für deine mühe markus67!

link zur viewtopic:
http://community.funplayerz.de/viewtopic.txt
von stevil
16.03.2005 11:21
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

nein, das Attachment in einer PN wird nur einmalig angezeigt, wie es sein sollte... *seufz*
von stevil
16.03.2005 10:23
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

naja...in der functions.php kann ich nich viel falsch machen...


include_attach_lang();
//
// Set up style


und in der postings.php


$attach_sig = ( $submit || $refresh ) ? ( ( !empty($HTTP_POST_VARS['attach_sig']) ) ? TRUE : 0 ) : ( ( $userdata['user_id'] == ANONYMOUS ) ? 0 : $userdata ...
von stevil
15.03.2005 16:41
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

hallo markus67!

nein, ich habe den attachment mod ohne easy mod "per hand" eingebunden.
doppelt ist korrekt, fragt sich nur wo.

die viewtopic_body.tpl is so ziemlich die einzige dateie (meine ich zumindest) wo dieses doppelte entstehen könnte... :(
von stevil
15.03.2005 16:25
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

die zeile(n) sehen so bei mir aus:


<td colspan="2"><span class="postbody">{postrow.MESSAGE}</span>{postrow.ATTACHMENTS}<span class="postbody">{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td


sprich das neue wurde vor signature eingefügt....
von stevil
15.03.2005 10:37
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

hallo [BTK] Tobi !

chmod für files ist 777

deinen anderen tip probier ich direkt ma aus! ;)


EDIT
genau das war der fehler, danke dir! :D :D :D



aber nen neuer fehler:
die attachments werden doppelt angezeigt!
was da passiert?
von stevil
15.03.2005 02:30
Forum: phpBB 2.0: Mod Support
Thema: Attachment MOD will noch nicht richtig
Antworten: 15
Zugriffe: 946

Attachment MOD will noch nicht richtig

Hallo Forum!

Hier Infos zur Umgebung:
PHP 4.3.10
Apache 2.0.53
MySQL 4.0.15
phpBB 2.0.13 deutsch
Attachment MOD von opentools.de V. 2.3.11


habe mich dran gewagt per hand alle dateien zu editieren, hochzuladen usw...
bin soweit auch denk ich ganz gut durchgekommen.

sämtliche einstellungen im ...

Zur erweiterten Suche