Should that be a joke?
There's nothing to learn, English is more simple
than each other language.
Otherwise thanks.
// edit
@An den blutigen Anfänger, der mich mit seinen
txt-Dateien verarschen wollte:
Ich schreibe einen Mod für unbegrenzte Verschachtelungen
von Foren in Foren und dass die ...
Die Suche ergab 9 Treffer
- 25.05.2007 18:32
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: [patch] switch_has_topics
- Antworten: 8
- Zugriffe: 1799
- 25.05.2007 18:02
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: [patch] switch_has_topics
- Antworten: 8
- Zugriffe: 1799
- 25.05.2007 16:11
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: [patch] switch_has_topics
- Antworten: 8
- Zugriffe: 1799
- 24.05.2007 18:15
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: [patch] switch_has_topics
- Antworten: 8
- Zugriffe: 1799
- 22.05.2007 20:03
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: [patch] switch_has_topics
- Antworten: 8
- Zugriffe: 1799
[patch] switch_has_topics
Hallo.
<!-- BEGIN switch_no_topics -->
<tr>
<td colspan="6">
<span class="genmed">{L_NO_TOPICS}</span>
</td>
</tr>
<!-- END switch_no_topics -->
<!-- BEGIN switch_has_topics -->
<tr>
<td class="b" width="32px">
<span class="genmed"> </span>
</td>
<td class="b">
<span class="genmed">{L ...
<!-- BEGIN switch_no_topics -->
<tr>
<td colspan="6">
<span class="genmed">{L_NO_TOPICS}</span>
</td>
</tr>
<!-- END switch_no_topics -->
<!-- BEGIN switch_has_topics -->
<tr>
<td class="b" width="32px">
<span class="genmed"> </span>
</td>
<td class="b">
<span class="genmed">{L ...
- 21.05.2007 18:07
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Template-Objekt - block_vars in block_vars?
- Antworten: 2
- Zugriffe: 634
- 21.05.2007 03:53
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: Template-Objekt - block_vars in block_vars?
- Antworten: 2
- Zugriffe: 634
Template-Objekt - block_vars in block_vars?
Hallo.
Wie müsste ich das Template-Objet aufbauen,
um folgendes durchzusetzen?
<table border="0" cellpadding="0" cellspacing="0">
<!-- BEGIN imagelines -->
<tr>
<td>
<!-- BEGIN imagelines.images -->
<img src="{imagelines.images.src}" alt="{imagelines.images.alt}" />
<!-- END imagelines.images ...
Wie müsste ich das Template-Objet aufbauen,
um folgendes durchzusetzen?
<table border="0" cellpadding="0" cellspacing="0">
<!-- BEGIN imagelines -->
<tr>
<td>
<!-- BEGIN imagelines.images -->
<img src="{imagelines.images.src}" alt="{imagelines.images.alt}" />
<!-- END imagelines.images ...
- 20.05.2007 18:39
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: BEGIN itemRow - template-Objekt
- Antworten: 2
- Zugriffe: 643
- 20.05.2007 14:30
- Forum: phpBB 2.0: Mods in Entwicklung
- Thema: BEGIN itemRow - template-Objekt
- Antworten: 2
- Zugriffe: 643
BEGIN itemRow - template-Objekt
Hallo.
Ich habe zu meinem phpbb 2.0.22 auch eine PREFIX_items-Tabelle.
user_id (INT)
pos (INT)
item (TEXT)
user_id sagt aus, welchem User das Item gehört,
item ist der Name des Items und pos ist die
position für ein ORDER BY pos ASC
Ich habe jetzt eine ./zzzap.php angelegt
<?php
define('IN ...
Ich habe zu meinem phpbb 2.0.22 auch eine PREFIX_items-Tabelle.
user_id (INT)
pos (INT)
item (TEXT)
user_id sagt aus, welchem User das Item gehört,
item ist der Name des Items und pos ist die
position für ein ORDER BY pos ASC
Ich habe jetzt eine ./zzzap.php angelegt
<?php
define('IN ...