7,001

(8 replies, posted in General discussion)

Well, in that case it sure isn't funny :(

7,002

(3 replies, posted in Feature requests)

Well, I guess I included e-mail since you generally only look at the user list if you want to contact someone. I was actually considering removing the e-mail in 1.1.

BTW, it doesn't display location. It displays username, e-mail, title, register date and number of posts (if enabled).

7,003

(9 replies, posted in Archive)

Får du något felmeddelande?

No, not really. I prefer if people just upload their mods to Punres and then announce it here. However, since has been Punres down for some time now, I guess I will have to look into it.

7,005

(3 replies, posted in PunBB 1.2 bug reports)

In 1.1, it is impossible for moderators to ban admins. See here: http://punbb.org/forums/viewtopic.php?id=2467

More finely tuned access rights for moderators is a possibility, but not for 1.1.

7,006

(6 replies, posted in Archive)

Precis :)

7,007

(6 replies, posted in Archive)

Givetvis att du får. Förutsatt att jag förstår vad du frågar om. Det låter på dig som om du frågar om det är OK att du använder en liknande layout på tabeller och dyligt och det har jag inga som helst problem med.

7,008

(6 replies, posted in Archive)

Givetvis.

Hmm, that is a problem. PunBB sends HTTP headers (for cookies and stuff) and uses output buffering and therefore must be the "initiator" of the pages. I would recommend that you edit main.tpl so that you include your own header and footer with banners and stuff.

There is a small mod you can install that will allow you to run PHP code in templates. You can find it here.

Did this help?

7,010

(4 replies, posted in Programming)

Well, the str_replace() above should do the trick. If it doesn't work, it can be related to the fact that linebreaks aren't always just a \n. They can sometimes be \r\n as well. Try this:

$str = str_replace("\n", "", str_replace("\r", "", $str));

7,011

(13 replies, posted in PunBB 1.2 bug reports)

Well, the PHP configure script checks to see if you have an SMTP server installed and if not, it disables mail(). So, to be able to send e-mail, you have to options:

1. Install an SMTP server (i.e. Postfix) and reconfigure/compile PHP.
2. Setup an external SMTP server in admin/options.

7,012

(13 replies, posted in PunBB 1.2 bug reports)

It seems as if you don't have mail support compiled into your PHP module. Do you have an SMTP server installed? In that case which one? Also, did you have it installed when you configured PHP?

7,013

(2 replies, posted in PunBB 1.2 troubleshooting)

Just remove it from the template files. Have a look in include/template/ and search for {pun_title}.

7,014

(4 replies, posted in Programming)

Well, what I would do would be to use a regular text field instead of a multi-line textarea.

7,015

(8 replies, posted in General discussion)

http://www.media.ebaumsworld.com/index. … actory.wmv

That's one big boom :)

Well, we'll see :D

7,017

(13 replies, posted in PunBB 1.2 bug reports)

What?

Edit: Ah, now I understand. You mean phpinfo? No, there's no page in PunBB where you can display that. Sorry :)

7,018

(1 replies, posted in Feature requests)

Well, you can delete a whole category. Other than that, you have to delete them one by one.

7,019

(6 replies, posted in General discussion)

Good idea. I haven't talked to Cactuz for a few days. He said he was working on a re-design or something, but I can't remember.

7,020

(13 replies, posted in PunBB 1.2 bug reports)

johni: What operating system are you using? On the server side that is.

7,021

(1 replies, posted in Programming)

I'm not sure, but I surely don't hope so :)

7,022

(15 replies, posted in General discussion)

Hmm, do you mean http://cgi.gamefaqs.com/boards/ ? I'm asking because they don't seem all that big.

Hehe, I'm glad it worked out :)

7,024

(15 replies, posted in General discussion)

Here's a nice list: http://www.big-boards.com/

7,025

(5 replies, posted in Feature requests)

Well, if the topic is locked, the link to the topic has a different color. I like it like that. Nice and minimalistic.

And yes, there should be some kind of "manual". I just haven't hade the time and strength to do it.