nur keine eile

ich hab das programm seit 3 jahren, und es ging auch so

ups
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/acp/acp_displaymails.php on line 46: Undefined variable: result
[phpBB Debug] PHP Notice: in file /includes/acp/acp_displaymails.php on line 63: Undefined variable: result
[phpBB Debug] PHP Notice: in file /includes/acp/acp_displaymails.php on line 99: Undefined variable: allmails
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
Hallo,Helmut hat geschrieben:Hallo djchrisnet,
Du könntest vielleicht bei der nächsten Version oben die Gruppen in zwei Spalten darstellen, das wäre übersichtlicher.
Code: Alles auswählen
<form id="list" method="post" action="{U_ACTION}">
<!-- BEGIN sysgrouplist -->
{sysgrouplist.NAME} <input type="checkbox" class="radio" name="mark[]" value="{sysgrouplist.ID}" />
<!-- END sysgrouplist -->
<!-- BEGIN grouplist -->
{grouplist.NAME} <input type="checkbox" class="radio" name="mark[]" value="{grouplist.ID}" />
<!-- END grouplist -->
Code: Alles auswählen
<form id="list" method="post" action="{U_ACTION}">
<table>
<td>
<!-- BEGIN sysgrouplist -->
{sysgrouplist.NAME} <input type="checkbox" class="radio" name="mark[]" value="{sysgrouplist.ID}" />
<!-- END sysgrouplist -->
</td>
<td>
<!-- BEGIN grouplist -->
{grouplist.NAME} <input type="checkbox" class="radio" name="mark[]" value="{grouplist.ID}" />
<!-- END grouplist -->
</td>
</table>
Das wäre eine super Erweiterung *geduldig drauf wart* .... Danke dafür!djchrisnet hat geschrieben:ich werde den mod in ein paar tagen um eine export funktion erweitern, sodass der versand via MS Outlook und ähnlichen mailclients möglich ist. diese clienten sollten in der lage sein, mehrere tausend mails zu versenden. getestet habe ich es nicht, aber dies habe ich durch eine kleine rescherche herrausgefunden.