Well, in that case it sure isn't funny :(
7,002 2003-12-03 02:35
Re: user list to display user website (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 2003-12-03 02:32
Re: problem med punbb (9 replies, posted in Archive)
Får du något felmeddelande?
7,004 2003-12-01 15:07
Re: PHP Syntax Highlighting 1.1 by Gribber (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2003-12-01 00:34
Re: Significant bug/oversight? (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,007 2003-11-30 20:04
Re: Upplägget på Pun, copyright? :P (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,009 2003-11-27 15:42
Re: including Punbb in a personal layout... (4 replies, posted in PunBB 1.2 troubleshooting)
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 2003-11-26 15:54
Re: Textbox, small unwanted ?new line? problem. (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 2003-11-26 15:52
Re: Problem (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 2003-11-26 10:53
Re: Problem (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 2003-11-26 10:52
Re: !!***!!!! (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 2003-11-26 10:51
Re: Textbox, small unwanted ?new line? problem. (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 2003-11-25 19:55
Topic: Oh my god! (8 replies, posted in General discussion)
http://www.media.ebaumsworld.com/index. … actory.wmv
That's one big boom :)
7,016 2003-11-25 17:16
Re: Displaying forms without forums header. (6 replies, posted in PunBB 1.2 troubleshooting)
Well, we'll see :D
7,017 2003-11-25 15:55
Re: Problem (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 2003-11-25 15:55
Re: Mass Delete Forums (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 2003-11-25 15:54
Re: PunBB Mod Site down... (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 2003-11-25 15:53
Re: Problem (13 replies, posted in PunBB 1.2 bug reports)
johni: What operating system are you using? On the server side that is.
7,021 2003-11-25 15:52
Re: Detect file on hard disk with java... (1 replies, posted in Programming)
I'm not sure, but I surely don't hope so :)
7,022 2003-11-25 15:49
Re: PunBB Awards? (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.
7,023 2003-11-24 21:22
Re: Displaying forms without forums header. (6 replies, posted in PunBB 1.2 troubleshooting)
Hehe, I'm glad it worked out :)
7,024 2003-11-24 15:13
Re: PunBB Awards? (15 replies, posted in General discussion)
Here's a nice list: http://www.big-boards.com/
7,025 2003-11-24 14:04
Re: Some changes (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.