We ended up using the multiforum mod for punbb... Historical data is only necessary for two forums, so the other dude is going to see if he can do it by hand
2 2007-02-21 08:24
Re: Integrate several forums to one (8 replies, posted in PunBB 1.2 discussion)
Yes that makes sense... BUT I wanted to keep the posts they made in the old forums, and that makes it a bit trickier, i.e. importing two separate forums, and still have them somewhat separated in the new forum...
3 2007-02-20 20:36
Re: Integrate several forums to one (8 replies, posted in PunBB 1.2 discussion)
Thanks for your input!
4 2007-02-20 11:10
Re: Integrate several forums to one (8 replies, posted in PunBB 1.2 discussion)
Can it be true? Noone has tried this?
5 2007-01-24 11:10
Topic: Integrate several forums to one (8 replies, posted in PunBB 1.2 discussion)
I only searched the forums superficially, so I am sorry if this has been asked before.
I have six separate forums, which I want to merge into one punbb. My problem is that I want to import usernames, posts etc to the new forum, but I want them to appear separate for the users. I.e. the users from forum1 should be a separate group and so on.
Is there a way to do this?
Many thanks!
-Lars
6 2006-03-02 14:23
Re: Users with invalid e-mails register despite Verify registration: Yes (4 replies, posted in PunBB 1.2 bug reports)
Also, verifying email addresses is very hard. A normal way is checking invalid chars, then stripping the username and checking if the host has DNS records. This is as good a verification as you can get. You can't really verify the email address themselves, unless you have set up your SMTP server insecurely...
7 2005-05-26 22:59
Re: OLD TOPIC TO DELETE (36 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hahha I just visited the demo page - FireFox prevented this site from opening 5913 popups - Dude are you insane?
8 2005-05-26 12:29
Re: Danish language pack for punbb 1.2.5 (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Du you actually use a picture of a broken image as you avatar? That's funny
9 2005-05-26 12:25
Re: Danish language pack for punbb 1.2.5 (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks for checking it out! I've put the code in common as you said, and taken the stopwords.txt from the old lang pack. I've also translated the mail templates, which I found by looking
I didn't really think to look, as I was using the PunBB Translator tool.
I've updated the .RAR file!
10 2005-05-25 23:16
Topic: Danish language pack for punbb 1.2.5 (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've made a Danish language pack for punbb 1.2.5 - It's available here: http://ordo.dk/dlfun/PunBB-in-Danish.rar
11 2005-05-03 00:32
Re: CRLF / LF error on send - punBB 1.2.5 (16 replies, posted in PunBB 1.2 troubleshooting)
Odd. This is actually the second time I have this problem. Both times are because punBB is set to send \n for linux...
Mail servers not complying to the standard are either extremely old or very bad and unknown The list from DJB's site is very short: http://cr.yp.to/docs/smtplf.html Solaris 2.5 sendmail, Eudora Pro 4.0 for Windows, listproc 6.0c, fetchmail, Galacticom WorldGroups, Claris Emailer and CipherTrust's IronMail SMTP gateway are reported to misbehave. And at least 3 of them are fixed with recent versions
12 2005-05-02 20:00
Re: CRLF / LF error on send - punBB 1.2.5 (16 replies, posted in PunBB 1.2 troubleshooting)
No. Linux all the way, point is that it should always be \r\n and never \r or \n by themselves...
In my opinion you should just comply to the 822bis specification, and let mail hosters worry about their software doing it wrong Even mail server software that accepts \n.\n as End-Of-Mail is wrong... You should just replace lines 79-84 with $eol = "\r\n";
13 2005-05-02 15:03
Re: CRLF / LF error on send - punBB 1.2.5 (16 replies, posted in PunBB 1.2 troubleshooting)
Doh! You're right. I commented out the other stuff and just set $eol to \r\n - My memory failed me there. Seems to work now!
14 2005-05-02 14:47
Topic: CRLF / LF error on send - punBB 1.2.5 (16 replies, posted in PunBB 1.2 troubleshooting)
When I try to send mail using the form, I get the error:
An error was encountered
Error: Unable to send e-mail. Please contact the forum administrator with the following error message
reported by the SMTP server: "451 See http://pobox.com/~djb/docs/smtplf.html. ".
I've even tried to comment out
if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN'))
$eol = "\r\n";
else if (strtoupper(substr(PHP_OS, 0, 3) == 'MAC'))
$eol = "\r";
else
$eol = "\n";
From includes/mail.php and just set $eol to \n but no go.
I suspect my users can't even register themselves at the moment either... Anyone know what I can do?
15 2005-01-22 10:45
Re: Registered members only (6 replies, posted in Feature requests)
Uhm, yes. Remove "Read" rights for guests.
16 2005-01-21 18:58
Re: Modded punBB to show a flag of the country of the poster (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Posted it there, thanks
17 2005-01-21 16:57
Topic: Modded punBB to show a flag of the country of the poster (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've modded punBB to automatically display the flag of the country of the poster, based on the IP the post came from.
18 lines was added after line 201 in viewtopic.php.
To use it you must download our ip-to-country tool from our website.
Anyway, see the details here: http://weirdsilence.net/131