7,476

(3 replies, posted in PunBB 1.2 show off)

Nice. Isn't a bit "premature" to be making a mod for HL2 now? :)

7,477

(4 replies, posted in Archive)

Hmm, det kan bero på att rättigheterna av någon anledning är lite knasiga på skripten en_profile.php och/eller en_prof_reg.php. Kan du kolla det?

Edit: Prova chmodda alla filer i katalogen lang till 755 eller nåt.

It looks great. I found two things I would like to comment on:

1. "The trouble is the board fills up the right hand side of the browser."

Doesn't it fill up the left hand side of the browser window? The default alignment is left and if you don't specify the margin thingy, you get a "gap" on the right side.


2. "You now need to open the main.tpl file and find the following line

    <span class="punheadline">{pun_title}</span><br>

Now change it to this

    <span class="puntitle">{pun_title}</span><br>"

A tiny thing here, but the text "Now change it to this" is in the wrong font :)


Otherwise, I think it looks very nice. Do you have any suggestions on how I could improve the style sheets for PunBB? You seem to know you way around this stuff pretty good. I, on the other hand, don't know shit about CSS :) I'm open to suggestions.

7,479

(15 replies, posted in Feature requests)

I might just try making one myself. We'll see. Is there perhaps someone who can give me a nice dump of a phpBB forum to work with?

7,480

(2 replies, posted in PunBB 1.2 troubleshooting)

Also, see this topic: http://punbb.org/forums/viewtopic.php?id=2295

I edited your post so that it contains the "Generated with ModGenerator..." and the disclaimer.

7,482

(6 replies, posted in Programming)

Yes, but session isn't defined.

7,483

(6 replies, posted in Programming)

Go for it. Stuff like this very seldom becomes a performance problem anyway.

One thing though. You should not put quotes around defines. $FIELDS['DBNAME']['MEMBER_TABLE']['session'] should be $FIELDS[DBNAME][MEMBER_TABLE]['session']

7,484

(10 replies, posted in PunBB 1.2 troubleshooting)

Well, you have to run htmlspecialchars() on the text before you convert \n to <br>.

7,485

(10 replies, posted in PunBB 1.2 troubleshooting)

Try running htmlspecialchars() on the text before outputting it.

7,486

(10 replies, posted in PunBB 1.2 troubleshooting)

What is the problem? I think you have to tell me a little more about what you want to do.

7,487

(10 replies, posted in PunBB 1.2 troubleshooting)

I'm not sure I understand what you mean. If you just output PHP code it won't run:

echo '<?php echo "bajs" ?>';

will not print out bajs. It will print out

<?php echo "bajs" ?>

Am I missing something?

7,488

(5 replies, posted in PunBB 1.2 troubleshooting)

Wooty wrote:

So what u say that PunBB 1.1 or 1.0.2 won't have the sort by char option? good.

1.1 probably won't have that no. 1.0.2 will only happen if there is some serious bug discovered in 1.0.1.


Wooty wrote:

IRC? I don't like it! I don't understand ANYTHING there!

/server irc.quakenet.org
/join #punbb

It's a easy as that!

7,489

(8 replies, posted in Archive)

Jag lider med dig :)

7,490

(5 replies, posted in PunBB 1.2 troubleshooting)

Well, I guess that's in "your" header.php and not the one from PunBB. Am I right?

7,491

(5 replies, posted in PunBB 1.2 troubleshooting)

No, I haven't and I don't think I can. I just checked out some other boards and PunBB seems to be the only one which has the ability to sort users by the first character in the username. I'm guessing they don't have that for a reason. I will change how it works in 1.1. Until then, you'll just have to live with it being a problem in the hebrew translation.

I'm curious why you will only talk to me on ICQ. Why? You already know that I hate ICQ and that I am more or less always on IRC. Why can't you just connect to Quakenet and talk to me there?

7,492

(8 replies, posted in Feature requests)

There is one problem with this. The help file only contains information that is relevant when you want to post a message. Right now the only links to the help script are located next to textareas. What about just adding more descriptive text link there?

Hmm, a tricky one. Do you get anything in the apache error log about it?

JoeWesthead wrote:

I'm not sure, I will post later with details once I've had a word. He had only just installed it, but the first thing I noticed was that once I had logged in as Admin correctly, it still said "Not logged in", despite successfully redirecting.

It wasn't just a cache issue then? Did you try refreshing?

Do you use any kind of "domain redirect"?

JoeWesthead wrote:

Well done on it though, best I've found from near a hundred i've looked at. How often do you usually make new releases?

Hehe, thanks :)

I don't know about the releases since 1.0 was the first "real" public release. I'm working on 1.1 now. You can follow the progress here: http://punbb.org/forums/viewtopic.php?id=2467

Do you have the hidden field MAX_FILE_SIZE in your upload form?

PunBB works identically on Windows and Linux. It might be a bit faster in Linux, but that's mainly because of PHP and MySQL (which are a bit more "mature" in Linux).

What functions was it that wasn't working in Windows?

7,497

(12 replies, posted in PunBB 1.2 troubleshooting)

The name of the lang pack is se, not sv :)

7,498

(11 replies, posted in Programming)

Here are a few:

http://www.php.net/manual/en/getting-started.php
http://www.zend.com/zend/tut/
http://www.phpportalen.net/

7,499

(12 replies, posted in PunBB 1.2 troubleshooting)

Well, 4.2.2 is more than enough. Could it perhaps be a problem with permissions? Try chmod:ing all files to 777.

7,500

(12 replies, posted in PunBB 1.2 troubleshooting)

Create a textfile with the contents:

<?php phpinfo() ?>

and save it as phpinfo.php, upload the file and then link to it here.