7,526

(3 replies, posted in PunBB 1.2 troubleshooting)

Just add it to the template file after {pun_head}.

<script type="text/javascript"><!--
insert code here
--></script>

7,527

(1 replies, posted in PunBB 1.2 troubleshooting)

I have no idea :) I recommend that you use a different host since all I hear about Lycos/Tripod are problems. Not just with PunBB, but with other message boards.

7,528

(53 replies, posted in PunBB 1.2 bug reports)

digimatt: Please enable DEBUG and try again. It won't work then either, but we'll see whats going wrong.

You enabled DEBUG by removing // from the beginning of a line in include/common.php. Open it up and you will see.

7,529

(5 replies, posted in PunBB 1.2 troubleshooting)

Well, do you really create sticky topics that often?

We already do. The disclaimer says they should backup. I want to do it because it's really ugly when it says REPLACE WITH and then nothing. I thought you had missed it.

7,531

(6 replies, posted in Feature requests)

I haven't decided yet :)

Have a look at this in the mean time: http://punbb.org/forums/viewtopic.php?id=2290

7,532

(5 replies, posted in PunBB 1.2 troubleshooting)

Someone asked before, so I awakened my mad Photoshop skills and created this:

http://punbb.org/stuff/stick.png

7,533

(11 replies, posted in General discussion)

Well, you could just set the cookie for the whole domain (.xx.com) instead of specifying a specific server.

7,534

(11 replies, posted in General discussion)

It's a copy actually :)

7,535

(19 replies, posted in General discussion)

This is how it looks now:

http://punbb.org/stuff/edited_by.png

Any comments? I added a new CSS class called "punedited" to let skinners style the edited by text.

Ah, now I remember why I chose not to do that earlier. It isn't possible to change the border of <SELECT> elements. It doesn't work in IE and it doesn't work in Mozilla. Opera is the only browser in which it apperas to work.

I recommend that instead of removing code lines, you should just comment them out.

A few remarks:

- You only need to have one SAVE/UPLOAD. Put it at the end.
- Step 6 is corrupt or something. I don't know if this is a bug in ModGen or if you screwed up :)

Ok, I will :)

7,540

(11 replies, posted in General discussion)

RNilsson wrote:

Can i have the same forum on two hosts sharing the one database?

No problem. You would have to connect to the database over TCP/IP though, which has higher overhead than UNIX sockets, but if it's a switched 100MBit LAN, it shouldn't be much.

7,541

(2 replies, posted in General discussion)

I will not release a "portal", but I will make it much easier to add stuff like recent discussions, user online etc. to other parts of the website.

7,542

(4 replies, posted in General discussion)

Yeah, but then again, admin_index.php isn't a very heavily used script so I think I'll go back to the regular uptime method.

http://punbb.org/downloads.php

I've uploaded the new version. I also made a few changes to ru_common.php and ru_stopwords.txt so if you make any more changes, please base them om the version from the download page.

7,545

(8 replies, posted in PunBB 1.2 show off)

Yeah, that's nice! :)

ps21 wrote:

I am a bit confused, what do you mean about the image that has to be created for styles? Are you talking about a guide on how to add graphics as backgrounds etc or do you mean the images I am using for the skinning guide?

No, I'm talking about the images that you can find in /img. Cobalt_new.png, Lithium_new.png, Mercury_new.png etc. If you add a new css file you also have to create an image. It's the new post icon that appears on the index page.

7,547

(4 replies, posted in General discussion)

Gah, I was convinced that *BSD used a similar method (/proc/loadavg doesn't exist on *BSD). I guess I will have to go back to the old method.

7,548

(37 replies, posted in PunBB 1.2 bug reports)

Haha, yeah. This was one of them. I looked in the wrong place for like an hour before I realized what I had done wrong :D

7,549

(37 replies, posted in PunBB 1.2 bug reports)

Ah, great :) Thanks for helping out.

The fix was easy because the mistake was really stupid :)

7,550

(37 replies, posted in PunBB 1.2 bug reports)

I e-mailed a more complete fix to fly. He said he would check it out.