[topic moved]
6,551 2004-01-29 18:24
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
6,552 2004-01-29 01:10
Re: MacOS X Panther (2 replies, posted in PunBB 1.2 show off)
Very nice! I like the site integration.
BTW, there is a german language pack for the latest version of PunBB if that was what you wanted. Just have a look at the download page.
6,553 2004-01-28 15:10
Re: Is it possible to post something from outside the board? (7 replies, posted in PunBB 1.2 discussion)
I'm thinking about how to implement this for PunBB 1.2. Not sure how I will solve it though.
6,554 2004-01-28 15:08
Re: avatar hotlink (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
No, it isn't possible. Then again, avatars hardly take up any space. The size of the database will be a much larger issue.
6,555 2004-01-28 00:17
Re: Date? (12 replies, posted in PunBB 1.2 troubleshooting)
To clarify. The issue that has been resolved is the date problem for the very first user, the one that is created during installation. Other users shouldn't be affected.
6,556 2004-01-28 00:14
Re: baned users cant log out onces loged in (1 replies, posted in PunBB 1.2 bug reports)
It's on purpose. If you are banned, you shouldn't just be able to log out and then keep browsing.
You will have to manually lift the ban (remove the row from the bans table in the database) or erase your cookie.
6,557 2004-01-26 21:13
Re: Kudos to Rickard (4 replies, posted in PunBB 1.2 discussion)
Thanks for the kind words :)
6,558 2004-01-26 20:33
Re: Fråga om DNS:er. (10 replies, posted in Archive)
Jag registrerade domänen genom webb-hotellet.com och är mycket nöjd. En vän till mig registrerade dock en domän en månad därefter och då fick han använda zoneedit :/
6,559 2004-01-26 20:22
Re: Fråga om DNS:er. (10 replies, posted in Archive)
Tja, det är inget speciellt med mitt system. Jag använder ett admin-interface på enom.com för att administrera min domän. Det enda jag har ställt in är följande. För punbb.org, www.punbb.org samt forums.punbb.org har jag pekat A-adressen på 213.67.38.141 (min IP-adress). Min MX pekar på mail.port80.se (som hostar min mail).
Jag har inte angivit några speciella nameservers utan har endast valt "Use our nameservers" i admin-interfacet. Hur det funkar med zoneedit vet jag inte.
Edit. Sen har jag såklart satt upp vhosts i Apache för att dirigera besökare till olika sidor beroende på om de besöker framsidan eller forumen.
6,560 2004-01-26 20:18
Re: PunBB without <table>'s (93 replies, posted in PunBB 1.2 discussion)
Yeah, we are all looking forward to it (hint! hint!) :D
6,561 2004-01-26 18:40
Re: Fråga om DNS:er. (10 replies, posted in Archive)
Om du har Telia ADSL behöver du inte använda dig av en dyndns. Jag har själv Telia ADSL och byter mycket sällan IP. PunBB.org pekar direkt på min burk här hemma i köket. Om jag mot förmodan får nytt IP tar det inte mer än en timme eller nåt att uppdatera.
6,562 2004-01-26 16:16
Re: Announcement not on every page. (1 replies, posted in Feature requests)
"Just show the announcement-message on every page"?
6,564 2004-01-25 17:23
Re: CSS positioning question (6 replies, posted in Programming)
Well, that works, but it doesn't follow the bottom edge when you scroll down the page. However, I have yet to see a JavaScript that handles that, so your solution is at least better than my current :)
6,565 2004-01-25 16:40
Re: Post Addition (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Cool :)
Since this isn't a release, I'll move the topic to the mod discussions forum.
6,566 2004-01-25 16:27
Re: 1.1.2 or not? (20 replies, posted in PunBB 1.2 discussion)
The 2004-01-24 isn't serious at all. The only effect of that bug is that the forum will say that the last visit was "1970 00:00" or something the first time the first user logs in. It doesn't affect regular users that register with register.php after that.
6,567 2004-01-25 16:22
Topic: CSS positioning question (6 replies, posted in Programming)
Is it possible to position a <div> so that it always "follows" the bottom edge of the browser window? I have temporarily solved it with an ugly JavaScript hack, but I would very much like to avoid any type of active scripting. The question is not related to PunBB, so fear not :)
6,568 2004-01-25 16:20
Re: Announcements (4 replies, posted in PunBB 1.2 troubleshooting)
I see now that I had forgotten to mention the addition of <pun_announcement> in the upgrade instructions for 1.1, so I'm as much to blame as you :)
6,569 2004-01-25 15:49
Topic: 1.1.2 or not? (20 replies, posted in PunBB 1.2 discussion)
As you can see in the changelog, a few bugs have popped up in 1.1.1, but they aren't all that serious. Do you think I should release 1.1.2 or should I wait a while?
6,570 2004-01-25 15:46
Re: Redirect after sending mail (2 replies, posted in PunBB 1.2 troubleshooting)
Fixed.
6,571 2004-01-25 15:24
Re: Redirect after sending mail (2 replies, posted in PunBB 1.2 troubleshooting)
True. I'll have a look at it.
6,572 2004-01-25 15:24
Re: Announcements (4 replies, posted in PunBB 1.2 troubleshooting)
Also, make sure you have <pun_announcement> in your main template.
6,573 2004-01-25 15:22
Re: not showing up (3 replies, posted in PunBB 1.2 troubleshooting)
That's odd because it's in the en_common.php that comes with PunBB 1.1.1.
6,574 2004-01-25 01:40
Re: not showing up (3 replies, posted in PunBB 1.2 troubleshooting)
Are you sure all the files were upgraded correctly? Try unpacking the files again.
Especially look at the files in the directory lang.
6,575 2004-01-24 23:33
Re: upgrading (1 replies, posted in PunBB 1.2 discussion)
To upgrade from 1.0.1 to 1.1.1, you shoud first upgrade to 1.1 and then to 1.1.1. Just download them and see install.html for upgrade instructions.