They will normally appear twice - once for the sender and one for the recipient.JasonWade wrote:Installed it on my testforum, doesn't have a lot of PM's, but it seems to be working fine, except for some reason all the PMs are shown twice
They will normally appear twice - once for the sender and one for the recipient.JasonWade wrote:Installed it on my testforum, doesn't have a lot of PM's, but it seems to be working fine, except for some reason all the PMs are shown twice
Yoy MUST run the install as it installs the permissions as well as the modules.ibelphegor wrote:you not must run install, if you know you can add the mod manual in acp
Unfortunatly it is not quite that simple - you need to make changes in acp_pm_spy.php as well as the .html fileibelphegor wrote:If you can tell me the line in "acp_pm_spy.html" that manage the row of "NO BOX" please it will be great.
Code: Select all
<?php
/**
*
* acp [German]
*
* @package disclaimer
* @version 1.0.0
* @copyright (c) 2008 david63
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'ACP_PM_SPY' => 'PM Spy',
'AUTHOR_IP' => 'Autor-IP',
'DATE' => 'Datum',
'DELETE_PMS' => 'PN löschen',
'NO_PM_SELECTED' => 'Keine PN ausgewählt',
'PM_BOX' => 'PM Box',
'PM_SPY_READ' => 'Liste privater Nachrichten',
'PM_SPY_READ_EXPLAIN' => 'Dies ist eine Liste aller privaten Nachrichten in Ihrem Forum.',
'TO' => 'An',
'TOTAL_USERS' => 'Nutzer insgesamt',
'PM_COUNT' => 'Nachrichtenzähler',
'INSTALL_NOT_DELETED' => 'Die Installationsdatei für diese Mod wurde nicht gelöscht.',
'PM_HOLDBOX' => 'Zurückgehalten',
'PM_INBOX' => 'Posteingang',
'PM_NOBOX' => 'kein Ordner',
'PM_OUTBOX' => 'Postausgang',
'PM_SAVED' => 'Gespeichert',
'PM_SENTBOX' => 'Gesendet',
'SORT_FROM' => 'Von',
'SORT_TO' => 'An',
'SORT_BCC' => 'BCC',
'SORT_PM_BOX' => 'PN-Ordner',
'LOG_PM_SPY' => '<strong>PN gelöscht durch PM Spy</strong><br />',
));
// Install
$lang = array_merge($lang, array(
'NO_FOUNDER' => 'Sie sind nicht befugt, dieses Modul zu nutzen - Sie benötigen den Gründerstatus.',
'INSTALL_PM_SPY' => 'Installiere PM Spy Mod',
'COMPLETE' => 'Installation abgeschlossen ...',
));
?>
By default anyone who is a Full admin will have permission but you can change the permission on the Misc tab > Can view user's PM'smej284 wrote:Is it set up for all admins to view the pm's or only the founders.
Thank youibelphegor wrote:you not must run install, if you know you can add the mod manual in acpchicochaleur29 wrote:it's my error :david63 wrote:What error are you getting?chicochaleur29 wrote:hello, i have an error when i execute install_pm_spy.php
@Insomniac' & ttuu - thanks for the translations.
@ ttuu - what is the two letter language code for the Hebrew translation?
[img=http://img244.imageshack.us/img244/4416 ... fj2.th.jpg]
If you can tell me the line in "acp_pm_spy.html" that manage the row of "NO BOX" please it will be great.david63 wrote:looking at that I can quite easily make it so that the whole row that has the recipient has a white background (which will be different from the other rows) but I do not see why you would want the message from the sender highlighting as well.
Sunka wrote:How much is stable this v0.0.1?
I have had this running on my sites for several months now without any problems and I consider it to be stable (but I am sure someone will prove me wrong before long)Jaga wrote:When you get to a semi-stable release, I'd be glad to install this and test. It looks promising.
Yes there will be update instructions but in all probability any update will only mean copying the new files over.Sunka wrote:Would you write instructions for update from v0.0.1 to 0.0.2 etc...?