76 (edited by makpaolo 2004-04-20 15:36)

Re: Private Message System

Hi, have I tried to unload the Mod private message system, but doesn't the browser find the page, is it possible to kindly unload it from another address or someone  can send away me him mail? 
 
thanks and you excuse the bad English.

..:: La pazzia è un'arte ::..

Re: Private Message System

Download the mod you mean? It doesn't work for me either, the server must be down for a while, try again later :).

Re: Private Message System

Jansson's crappy server is down again... I've uploaded the file here instead.

Re: Private Message System

Chacmool wrote:

Jansson's crappy server is down again... I've uploaded the file here instead.


thanks

..:: La pazzia è un'arte ::..

80

Re: Private Message System

Any chance of a punBB 1. 1. 3 version of PMS mod?

Re: Private Message System

it works with 1.1.3 too

Im Jacks Broken Heart

82

Re: Private Message System

No, not for me. "You are running a version of PunBB that this mod does not support. This mod supports PunBB versions: 1.1, 1.1.1, 1.1.2"

83

Re: Private Message System

I have the same pb with 1.1.3

Re: Private Message System

Oh, sorry.

I've fortgot to change the install-file (_again_!). I'll change it when I'm home again =(

If you want to fix it right away, just add "1.1.3" to the array in install_mod.php.

Re: Private Message System

K, just some jscripts error ..

near line 200 ..... around there

$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$action;
   
// added this
$validate_form = true;
$element_names = array('req_subject' => 'Subject','req_message'=> 'Message');
// added end

$form_name = 'post';
       
$cur_index = 1;
           
require $pun_root.'header.php';

86

Re: Private Message System

is there a demo somewhere?

87

Re: Private Message System

dont know if its been mentioned.. but this would be better if you got some notifiaction when you get a PM.. like the messages button turns red or likewise

i always forget to check my messages big_smile

88

Re: Private Message System

I made myself a new message system that I posted a bit further down this forum asking for help to improve it... Well, I made a little text appear under the red text that shows if there are new reports. The message shown is also red and says: "You have a new message". The text is of course a link. That?s one way to solve it.. I also made a count function in the menu link that shows me how many new messages I have. If I have 1 new message it'll show med "Messages [1]".

I think this is a good system.

Re: Private Message System

pen wrote:

dont know if its been mentioned.. but this would be better if you got some notifiaction when you get a PM.. like the messages button turns red or likewise

i always forget to check my messages :D

There should be a link: "There are new messages" when you have new messages. It's positioned at the same place as the "There are new reports"-link.

Which version of the PMS du you use?

90

Re: Private Message System

Does this mod work on version 1.1.4?

Re: Private Message System

Yes it does.

I'll fix a download-link for you.

Edit: Download the mods from this server.

Re: Private Message System

=== Private_Message_System_v1.0.6
== readme.txt

##      Mod version:  1.0.4
##   Works on PunBB:  1.1, 1.1.1, 1.1.2

???

93 (edited by pen 2004-06-09 19:14)

Re: Private Message System

Chacmool wrote:
pen wrote:

dont know if its been mentioned.. but this would be better if you got some notifiaction when you get a PM.. like the messages button turns red or likewise

i always forget to check my messages big_smile

There should be a link: "There are new messages" when you have new messages. It's positioned at the same place as the "There are new reports"-link.

Which version of the PMS du you use?


v1.0.6

EDIT:: oh! just saw it smile

sorry

Re: Private Message System

Death Angel wrote:

=== Private_Message_System_v1.0.6
== readme.txt

##      Mod version:  1.0.4
##   Works on PunBB:  1.1, 1.1.1, 1.1.2

???

Well, I SUCK at updating the readme-file. Even had some thoughts about removing it from the readme or making a scripts that fixes it for me :)

Re: Private Message System

I tried using it on 1.1.4, but I get this when running install mod:

You are running a version of PunBB that this mod does not support. This mod supports PunBB versions: 1.1, 1.1.1, 1.1.2, 1.1.3

Yet, you say it works on 1.1.4... am I doing something wrong?

Re: Private Message System

wataresistant wrote:

I tried using it on 1.1.4, but I get this when running install mod:

You are running a version of PunBB that this mod does not support. This mod supports PunBB versions: 1.1, 1.1.1, 1.1.2, 1.1.3

Yet, you say it works on 1.1.4... am I doing something wrong?

Sorry, my fault. I forgot to upload the "new" (only a value in the array in the install-file that's changed) version to my temporary page. Download it again and it should work.

Re: Private Message System

Ack... having more problems.  Uploaded and edited and installed, I get this:

Warning: main(./lang/en/en_pms.php): failed to open stream: No such file or directory in /home/watares/public_html/bb/include/pms/functions_navlinks.php on line 4

Warning: main(./lang/en/en_pms.php): failed to open stream: No such file or directory in /home/watares/public_html/bb/include/pms/functions_navlinks.php on line 4

Re: Private Message System

user status is always shown as "New member". status should be added to

    $result = $db->query('SELECT m.id AS mid, m.subject, m.sender_ip, m.message, m.smileys, m.posted, m.showed, id, username, registered, email, title, url, icq, msn, aim, yahoo, location, use_avatar, email_setting, num_posts FROM '.$db->prefix.'messages AS m, '.$db->prefix.'users AS u WHERE '.$where.' AND m.id='.$id) or error('Unable to fetch message and user info', __FILE__, __LINE__, $db->error());

Re: Private Message System

wataresistant wrote:

Ack... having more problems.  Uploaded and edited and installed, I get this:

Warning: main(./lang/en/en_pms.php): failed ...

Warning: main(./lang/en/en_pms.php): failed ...

Are you sure the file en_pms.php is in the language-folder?

jacobswell wrote:

user status is always shown as "New member". status should be added to

$result = $db->query('SELECT m.id AS mid, m.subje...

Where and when does this happen?

Re: Private Message System

just like your screenshot
http://www.etek.chalmers.se/~e0mool/punbb/pics/PMS.png
function get_title in functions.php need 'username', 'title', 'num_posts', and 'status' to give you correct user status. otherwise it shows 'New member' below the username.