No it doesn't work, because I can not remove the Moderator "Jean" ... If i untick this one , after refresh is still there ...

How can I solve this issue editing the database?

Hi,

One of my moderator has changed his pseudo, but is old pseudo is still displayed inside forum

in the table forums inside the field moderators i have the following :

a:6:{s:7:"Claudie";i:8;s:4:"Jean";i:343;s:13:"Jean ROGISTER";i:343;s:4:"Marc";i:13;s:14:"Moderateur JOB";i:346;s:6:"Pascal";i:16;}

Sound strange to have twice the id 343 ... Jean ROGISTER was the old pseudo of the moderator Jean is the new one ...

To solve this issue I tried to put Jean as member and after to put it again as moderator and surprise it was already moderator of few forums (in fact the ones which are still displaying the old name) ...

Can i edit the database manually and remove

s:13:"Jean ROGISTER";i:343;

to solve the issue ?

Should i change

a:6:  //begin of the line

too ?

Tx

103

(45 replies, posted in News)

Maybe you should start out by reading a bit about register_globals.

I read about the register_globals and know i use $_POST and $_GET instead of (!empty($var)) and my plug-in works with 1.2.9 tongue

104

(45 replies, posted in News)

I got a problem with the 1.2.9 with my own plugin ...
To still use my plug-in, i have to comment in common.php :

// Reverse the effect of register_globals
if (@ini_get('register_globals'))
    unregister_globals();

If someone can explain me why ...

Thanks and it works !!!

I can't find it but i'm sure i've seen this mod here ...

I'm looking for a script will check if the figures are correct and if not update them
- nb post by topics
- nb topics by forum
- total nb of topics and post
- nb of post by members ....
- date on last post for each member
- ...

Tx

Any advice to help to optimize my code ?

Tx

Thanks again wink

This modifications give good results for
- Outlook 2003
- Lotus note 6.5
- Outlook express
- SquirreMail (webmail)
- Feriepost (webmail)

There is still a problem with subject and special characters - they are replaced by ? with outlook 2003 and lotus note 6.5 (i just modify the title of the topics) to know how does it works here ...
This last point is not a big issue compare to the first (CRLF) one's.

I did and so far is succesfull for outlook 2003, outlook express and one webmail (squirreMail)

in email.php I change

$message = str_replace("\n", "\r\n", pun_linebreaks($message));

by

$message = str_replace("\r\n", "\n", pun_linebreaks($message));

I know is not optimized but I wait for the feedback of the master: Rickard wink

I will chek with other mailers soon to know if the formatting is good for all of them

Tx

By the way where should i do the change ?
email.php

$message = str_replace("\n", "\r\n", pun_linebreaks($message));

or
function.php

function pun_linebreaks($str)
{
    return str_replace("\r", "\n", str_replace("\r\n", "\n", $str));
}

Rickard, Paul,

Thanks for your assistance. I will try to remove the \r\n and replace the \n and will let you know asap. Any idea about the email could be affected in the others mailers and webmail ?

Qmail sure !

???? qmail ? Im not 100% sure ... I should ask to my host.

I just did a compare between the original email.php (just dowloaded) and the one online and there is no difference ....

Any idea where the pb could be coming from ?

Tx

Ok no problem with this forum : the mail i got with outlook 2003 is perfectly formated

I've to check on my file if did something wrong with the function punbbmail(), but so far I don't think I ve touch anything there ...

I will let you know

Hi,

Strange it doesn't work me with outook 2003... Did i do something wrong ??

Allo !? wink

I'm surprised rthan nobody find out this issue before ...

Rickard wrote:

Hmm. I have no way of testing this (I don't have Outlook 2000).

me neither wink I used a friend to test

But many of my user yes ;(


The strange things is with Outlook 2000 you do a reply: all the text is well formated ... Tx $crosoft !

Sorry,

It works perfectly with 1.2.7.

you shoud replace the Mod Spam Protect Emails code with the one from the 1.2.7

'#\[email\](.*?)\[/email\]#e',
'#\[email=(.*?)\](.*?)\[/email\]#e',

Hi,

I'be just noticed than all email send from punbb are not well formated in outlook 2000 ... :
- the mail is one line only, is missing all the 'return to the line' -  no idea about teh exact word in english -

Do you know what's happenning, and where this can be solve ?

Tx

121

(33 replies, posted in News)

I'm using the Mod Spam Protect Emails, and the code of the mob has been affected by the 1.2.7.

In include/paser.php around line 319

No need work perfectly with 1.2.7 code ....

Sorry

Hello,

The mod is not any more compatible with the 1.2.7,

I try to move to the my punbb forum to the 1.2.7 version.

But there is a change in parser.php (I presume) which affect the mod


     

 Mod Spam Protect Emails
      '#\[email\](.*?)\[/email\]#e',
      '#\[email=(.*?)\](.*?)\[/email\]#e',

1.2.7
     

 '#\[email\]([^\[]*?)\[/email\]#',
      '#\[email=([^\[]*?)\](.*?)\[/email\]#',

I try that
      1.2.7 mix with Mod Spam Protect Emails
     

  '#\[email\]([^\[]*?)\[/email\]#e',
      '#\[email=([^\[]*?)\](.*?)\[/email\]#e',

but is doesn't work


You can do the test with :

[email]myname@mydomain.com[/email] produit myname@mydomain.com
[email=myname@mydomain.com]Mon adresse e-mail[/email] produit Mon adresse e-mail

Thanks

123

(33 replies, posted in News)

Hi,

I'm using the Mod Spam Protect Emails, and the code of the mob has been affected by the 1.2.7.

In include/paser.php around line 319


Mod Spam Protect Emails

'#\[email\](.*?)\[/email\]#e',
'#\[email=(.*?)\](.*?)\[/email\]#e',

1.2.7

'#\[email\]([^\[]*?)\[/email\]#',
'#\[email=([^\[]*?)\](.*?)\[/email\]#',

Can I use?

'#\[email\]([^\[]*?)\[/email\]#e',
'#\[email=([^\[]*?)\](.*?)\[/email\]#e',

Thanks

Any plan on this ?

I apology

I did a mistake when I update the file from 1.2.2 to 1.2.5  !!!!

sorry sorry sorry