OOooops. Sorry.
mea culpa, mea culpa, maxima culpa....
Ludo,
You are not logged in. Please login or register.
PunBB Forums → Posts by Ludo
OOooops. Sorry.
mea culpa, mea culpa, maxima culpa....
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
Ludo,
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,
huh? you just need to edit main.tpl
I agree !!!
Ludo,
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
Ludo,
main.tpl
will certainly be for 1.3
i just wanted to know if its released in a few days
Surely not
month
probably
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,
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....
Ludo,
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?
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,
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.
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 ).
You can give me an adress where I could see the use you're making?
Ludo,
and what do you think about dot clear? Is it secured enough? light?
Ludo,
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,
if you want to be really careful, you can make a dump of your DB.
Ludo,
cron is not absolutely needed.
You got this which is very reliable : http://www.crontab.fr/login.php
Ludo,
PunBB Forums → Posts by Ludo
Powered by PunBB, supported by Informer Technologies, Inc.