Page 15 of 22

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Mar 11, 2008 9:36 pm
by MHobbit
Hello,

Please change your modification's version number as outlined in Modifications Development Forum Rules, section 2. Your modification, which is currently in development, requires a development version number as stated in the phpBB versioning scheme.

For example, if your modification is currently displaying v1.0.0, you can change it to 0.1.0 or 1.1.0, depending on your feelings of its development status. Even minor version numbers (y of x.y.z) are reserved for release versions. If you believe your modification is of a quality that deserves a release version, please do not hesitate to submit your modification to the phpBB.com MODDB (modifications release database) for validation pending release.

Thank you,
The phpBB Modifications Team

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Mar 11, 2008 9:47 pm
by siege911
Got a request. Can this (or any other similar mod) search for PM's based on Username? Or at least being able to sort by Username? When I use this mod, I'm usually looking for a particular user.

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Wed Mar 12, 2008 9:28 pm
by oglach
I install the mod as instructed, however when i go to login to acp i just get a blank white screen?

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Wed Mar 12, 2008 10:33 pm
by oglach
O ye the file that needed editing in notepad and also tried wordpad?

Could this be whats casuing it? Because i edit file correct!

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Wed Mar 12, 2008 11:29 pm
by spacefish
We updated to v1.0.4b but the page would take around 5 minutes to load (if it would even load) so we reverted to v 1.0.3 but added some bug fix changes (no PM data etc) that the latest version did fix.

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Sun Mar 23, 2008 11:47 pm
by DubCA
Shows the senders username but it shows all receivers as guest. Can you help me?

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Mon Mar 24, 2008 7:38 pm
by DubCA
No help?

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Mar 25, 2008 10:14 am
by justhink
angelside wrote:MOD Title: simple acp pm read
MOD Description: This mod add a new page for read all board private messages
MOD Version: 1.0.3B
phpBB Version: 3.0.0 gold

MOD Download: simple_acp_pm_read-1.0.4b.tar.gz

Code: Select all

## 2008-02-09 - Version 1.0.4 Beta
##    * phpBB 3.0.0 gold test
##    * fix prefix bug
##    * fix "no pm" message
##    * add a char limit function on subject
##    * only Board Founders can view Priv Messages
##    * add "a hard code" for pm sent to a group, maybe later fix :(
for update upload and overwrite all files...


MOD ScreenShot:
Image

Everything working fine now, but this version, taking huge time to open PM..

duno why...

any idea?

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Thu Mar 27, 2008 5:12 pm
by Topdrag
I am still having an issue with mine. I am unable to click on a user name that is an administrator or moderator, or any of my other groups other than registered users. When I click it it takes me to AdsBot [Google]'s profile. This only happens in the "To" column.

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Apr 01, 2008 3:17 pm
by johnj7l
Is this mod working?

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Apr 01, 2008 3:29 pm
by ibelphegor
Work great for me (phpbb3 gold).

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Apr 01, 2008 9:53 pm
by johnj7l
Couple questions;

The instructions say:

Code: Select all

copy root/acp/acp_prvmsg.php to acp/acp_prvmsg.php
copy root/acp/info/acp_prvmsg.php to acp/info/acp_prvmsg.php
Do you mean: root/language/en/acp/

or am I missing something?

all so I dont have a : language/tr/acp/common.php

what do we do for this?

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Apr 01, 2008 10:01 pm
by ibelphegor
root/includes/acp/
root/includes/acp/info

you most have "common.php" in your language/XX/acp

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Apr 01, 2008 10:54 pm
by johnj7l
ibelphegor wrote:root/includes/acp/
root/includes/acp/info

you most have "common.php" in your language/XX/acp

Ok the first part is now clear
ibelphegor wrote:root/includes/acp/
root/includes/acp/info


For the second part yes I have "common.php"

but the instructions say to change 2 of these files one in :
" language/en/acp/common.php"

the other in:
" language/tr/acp/common.php " <------this one I do not have....

Re: [BETA] simple acp pm read [1.0.4b]

Posted: Tue Apr 01, 2008 11:07 pm
by ibelphegor
The add in "tr" it's option.
you need to make ADD only in your language.
if you use English then skip:

Code: Select all

#-----[ OPEN ]----------------------------------------------------------
#

language/tr/acp/common.php

#
#-----[ FIND ]----------------------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]---------------------------------------------------
#

// simple acp pm read
$lang = array_merge($lang, array(
	'ACP_PRVMSG'		=> 'ײzel mesajlar',
	
	'PM_READ'			=> 'ײzel mesaj oku',
	'PM_READ_EXPLAIN'	=> 'Buradan panonuzun sahip olduנu tm צzel mesajlara gצz gezdirebilirsiniz',
	
	'LIST_PM'			=> 'Toplam <strong>1</strong> צzel mesaj',
	'LIST_PMS'			=> 'Toplam <strong>%s</strong> צzel mesaj',

	'PM_SUBJECT'		=> 'Konu',
	'FROM'				=> 'Kimden',
	'TO'				=> 'Kime',
	'BCC'				=> 'K.kopya',
	'AUTHOR_IP'			=> 'Yazar IP',
	'DATE'				=> 'Tarih',
	
	'NO_PM_DATA'		=> 'Hiח צzel mesaj verisi yok',
));