Re: Private messaging

No, but the trick is to not update to HEAD, but to a stable revision of SVN (say, 331).

Re: Private messaging

Evilpig wrote:

Any other options not requiring an update?

Wait for FluxBB beta 3 to be released and the pm mod to come out of beta? tongue

Re: Private messaging

Why it is not installed on 331?

ERROR


п » їUpgrade script currently unstable

Re: Private messaging

Reines wrote:
Evilpig wrote:

Any other options not requiring an update?

Wait for FluxBB beta 3 to be released and the pm mod to come out of beta? tongue

Will do!

Re: Private messaging

Spanish language file

<?php

// Language definitions
$lang_private_messaging = array(
'Private messaging' => 'Mensajes privados',
'Compose message' => 'Escribir mensaje',
'Inbox' => 'Mensajes Recibidos',
'Sent messages' => 'Mensajes enviados',
'Message pages' => 'Mensajes %1$s a %2$s de %3$s',
'Subject' => 'Asunto',
'Sent' => 'Enviado',
'Select' => 'Seleccionar',
'to' => 'para',
'Delete selected' => 'Borrar seleccionados',
'Mark selected as read' => 'Marcar seleccionados como leidos',
'Mark all as read' => 'Marcar todos como leidos',
'No messages' => 'No hay mensajes',
'User does not exist' => 'El usuario no existe',
'Message sent' => 'Mensaje enviado',
'private message' => 'mensaje privado',
'To:' => 'Para:',
'Message subject:' => 'Asunto:',
'View message' => 'Ver mensaje',
'PM' => 'MP',
'Reply' => 'Responder',
'This message is a reply to' => 'Este mensaje es una respuesta a',
'This message has a reply:' => 'Este mensaje tiene una respuesta:',
'New messages' => 'Mensajes nuevos',
'Messages' => 'Mensajes',
'Send private message' => 'Enviar un mensaje privado',
);

Re: Private messaging

I don't recommend people translate this yet btw, its still a beta at best.

Re: Private messaging

It's a beta translation LoL!!!

Re: Private messaging

why this extension is not in the official svn repository?
http://fluxbb.org/trac/browser/extensions/trunk

Re: Private messaging

because its a beta at best and I didn't want to add it yet.

Re: Private messaging

I'm ripping my hair out with phpBB because of the funky way it does everything, and how it's so hard to theme it, and when you do theme it, it's so hard to walk that theme over to another server.

So I was looking at Pun, but it's supposedly developing far slower than Flux, so I looked at Flux. There are two things my client (I'm a PHP Freelancer) requires are PM and a Rich Editor on posts. Now, I think I can add a Rich Editor fairly easily with TinyMCE now that I've learned that thing. But PM is something that's going to take a lot of time. If Pun can offer PM capability, I'm back in business again.

Note I'm using FluxBB v. 1.3 beta 2.

Last edited by volomike (2008-09-13 20:46:45)

Re: Private messaging

I plan to get this bug free and out once we get beta 3 out, hopefully soon, but I can't make any promises on dates.

Re: Private messaging

Hi,  in first sorry for my poor and bad english...

I have make few changes in this extensions for mailing notification when you send a PM!

Yes is a dirt code but it's works...

at line 138 in send.php ADD :

// Fonction mailing
        $req = mysql_query("SELECT email FROM `Fluxbb_users` WHERE username = \"".$_POST['req_to']."\"");
        if (!$req) {
               echo 'ERROR !!! : ' . mysql_error();
               exit;
        }
        $row = mysql_fetch_row($req);
        
        $headers ='From: "Name Admin"<user@domain.ext>'."\n"; 
        $headers .='Reply-To: user@domain.ext'."\n"; 
        $headers .='Content-Type: text/plain; charset="utf-8"'."\n";
        $headers .='Content-Transfer-Encoding: 8bit';
        mail($row[0], "you have a new PM on <board_name>", "you hav a new pm on our board!\nplease login...", $headers);

I have a little level in PHP coding be cool and don't troll tongue

Re: Private messaging

So where's the latest update?

Re: Private messaging

I'm waiting for Pauls markup so I don't end up redoing it twice.

Re: Private messaging

hello ,

J have installed FluxBB 1.3 beta 2

and a have this problem :


An error was encountered

The error occurred on line 305 in xxxxxxxxxxxxxx/forums/include/dblayer/mysqli.php

Database reported: Table 'cflux.groups' doesn't exist (Errno: 1146)

It's possible debug this problem because i don't want install a last version ...

Last edited by rezo (2008-12-27 09:38:33)

Re: Private messaging

This extension is not made for beta 2, you need to use SVN

Re: Private messaging

Hello,

What is SVN ?

Re: Private messaging

http://fluxbb.org/svn/