OOooops. Sorry.
mea culpa, mea culpa, maxima culpa....

cool

Ludo,

Hi,

I just noticed something strange.
When I make a search in a punbb forum, for example here with the keyword 'blog', I choose 'show results as posts', I get results. And in this result, the posts are not parsed. You got BBcode not parsed.
Is it expected?
Moreover, search results seem cut.

Ludo,

This problem does not seem to have been solved.
Today and yesterday morning, I was unable to access punbb.org during half an hour or more.
It 's always the same error message, but in sulfure style wink

Ludo,

79

(5 replies, posted in PunBB 1.2 discussion)

in admin, you go to "options", then to "features" then to 'additional menu items'
Here you'll see an example.

Ludo,

have you had a look at that http://punbb.org/forums/viewtopic.php?id=8829 ?

Ludo,

81

(7 replies, posted in PunBB 1.2 troubleshooting)

Connorhd wrote:

huh? you just need to edit main.tpl

I agree !!!

Ludo,

82

(7 replies, posted in PunBB 1.2 discussion)

for 1, regarding the former posts, I would tell about august.sept 2003

for 2, you can have a look at http://punbb.org/download/museum/ and install punbb 1.0 smile

Ludo,

83

(7 replies, posted in PunBB 1.2 troubleshooting)

main.tpl

84

(10 replies, posted in PunBB 1.2 troubleshooting)

will certainly be for 1.3 wink

85

(121 replies, posted in PunBB 1.2 discussion)

flx wrote:

i just wanted to know if its released in a few days

Surely not

flx wrote:

month

probably

flx wrote:

years.

surely not

Ludo

To my mind it does not exist at the moment but I'm sure it has already been discussed here around the keywords 'mailing list' or something else.
maybe you could adapt the broadcast e-mail plugin. http://punbb.org/downloads.php

Ludo,

no problem for me. 4.3.11

Ludo,

Ok, I've gone on searching and it seems that vin100 from punbb.fr has a good solution working.
He has given me some code but it must certainly be adapted because it does not work at the moment. Any suggestions appreciated.

<?php
function liste($bloc='<ul>%s</ul>', $item='<li>%s</li>')
    {
        global $pun_config;
        
        $archives = array();
        $d = dir('/forum/plugins/AMP_News_Generator/archive');
        while (($entry = $d->read()) !== false)
        {
            if (substr($entry, strlen($entry)-5) == '.html')
                $archives[] = substr($entry, 0, strlen($entry)-5);
        }
        $d->close();
        
        @natsort($archives);
        $archives = array_reverse($archives);
        
        $items = '';
        foreach ($archives as $k=>$v)
            $items .= sprintf($item, '<a href="index.php?mod=news&archives='.$v.'">'.$v.'</a>');
        
        printf($bloc, $items);
    }
?>

a begining of answer at http://punbb.org/forums/viewtopic.php?id=7482

Ludo,

NeoTall wrote:

"Verification Key at Registration".

http://www.punres.org/viewtopic.php?id=281

.ludo,

91

(15 replies, posted in News)

Though I have suscribed to this newsletter, I did not receive any e mail notifying me there is a new release.
It has worked to notify me for 1.2.8 but not for 1.2.9

Ludo,

as it is said to be 1.2.4 it may have been hacked. A sort of justice.... wink

Ludo,

dlngle12 wrote:

I did igknowledge Punnbb

Indeed, I don't understand what it means.

Ludo,

you should have a look at that http://punbb.org/forums/viewtopic.php?id=2165

If you like punbb, why do you prevent your visitors from knowing which forum you're using? sad



Ludo

Today, I got from time to time an error message when I go on punbb.org

"An error was encountered
Error: Unable to connect to MySQL server. MySQL reported: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). "

I just wanted you to know that.

Ludo,

96

(9 replies, posted in General discussion)

kiplantt wrote:

C'est écrit "Application particulièrement sécurisée." je pense qu'il n'y a pas de soucis à se faire de côté là.

Merci... J'ai lu. Le sens de ma question était plutot d'obtenir nu retour d'expérience.

kiplantt wrote:

Je l'utilise et je l'adore. Très personnalisable et assez léger, il bénéficie en plus d'un support francophone (avec un forum sous PunBB tongue).

You can give me an adress where I could see the use you're making?

Ludo,

97

(9 replies, posted in General discussion)

and what do you think about dot clear? Is it secured enough? light?

Ludo,

98

(9 replies, posted in General discussion)

Hi,

I'm looking for a blog script which is light, like punBB.
I've tried word press but it is over-featured ...
I'm looking for a blog that:
"is fast
has a simple layout and design
is easy to administrate and moderate
does not output huge, non-valid, (X)HTML pages
has source code you could read and understand"

Can anybody suggest me something?

Ludo,

99

(10 replies, posted in General discussion)

if you want to be really careful, you can make a dump of your DB.

Ludo,

100

(15 replies, posted in PunBB 1.2 discussion)

cron is not absolutely needed.
You got this which is very reliable : http://www.crontab.fr/login.php

Ludo,