Not bad at all. smile No doubt it's going to create a lot of excess output. After which point do you have the post truncated?

If you are just using the $db variable in the script it should be fine and you should be getting no errors. However, if you are using the variable inside a function you need to declare $db as a global before it will recognise it.

28

(1,382 replies, posted in General discussion)

popcorn

29

(17 replies, posted in PunBB 1.2 discussion)

Nevethir wrote:

Making IPB style is illegal without IPS permission....

I don't understand why they're so strict about that. The worst thing it's going to do is perhaps promote IPS.

30

(1,382 replies, posted in General discussion)

dreamworks

http://creaturecorp.com

Newly integrated.

It's just a user title as far as I know.

Whatever you do, make a database backup immediately. That way if you somehow go wrong you can just upload your local backup database into your host's control panel and all will be well.

Why are you recreating something that is already built into punbb? If it's just the placement you want to change, do so.

Do you know how to make groups?

35

(4 replies, posted in Feature requests)

Awesome. Although I never experienced the funny behavior It's a welcome addition to the punbb code. smile

It does that already though.

37

(5 replies, posted in PunBB 1.2 troubleshooting)

Whould it be possible to do a php include rather than a SSI? It would probably make more sense to do that in the long run.

require '<file_location>';

If you insist on doing the SSI, make sure that the server side include is in the 'header.php' file, since templates do not evaluate any kind of code.

~Creaturecorp

Combine it? Please try to explain...

39

(10 replies, posted in PunBB 1.2 discussion)

I think I've fixed it...

40

(5 replies, posted in PunBB 1.2 troubleshooting)

Rickard wrote:

Benny, I know you are not from an English speaking country, but I can't understand half of what you post here in the forums. You'll either have to make an effort to make yourself understandable, or stop posting.

Seconded.

41

(10 replies, posted in PunBB 1.2 discussion)

Did you notice that too rickard? When you go to that page, the background image of the bars doesn't stretch. In Firefox's dom inspector it shows the H2 not being expanded to the right height to accomodate the span, as it should.

Firefox does not do this, like Netscape and Opera. Safari and IE do this fine.

The only reason I'm doing it this way is because the images are remote and must stretch the H2s themselves. Any ideas what might be wrong?

42

(11 replies, posted in PunBB 1.2 troubleshooting)

Connorhd wrote:

thats complete crap.

So 3dgy. tongue

43

(1,382 replies, posted in General discussion)

thrice

44

(12 replies, posted in Programming)

I've done it... it's fully functional. Thanks for the help tobi but it turned out that i didn't need it after all. tongue

45

(13 replies, posted in PunBB 1.2 troubleshooting)

This is a punbb misconfiguration if I'm not mistaken.

Go to your config.php and set

$cookie_domain = 'http://celestialknights.org.uk';

That should fix it...

46

(45 replies, posted in News)

livatlantis wrote:

What's "diff"? I'll go on a search for these tools for Mac now... seems I'll need it for later.

They're probably built into mac, with Darwin. Ever used the terminal?

47

(12 replies, posted in PunBB 1.2 troubleshooting)

This is probably irrelevant but you should have all your files in forum/ instead of upload/. (eg. www.dlngle.com/forum/index.php)

48

(45 replies, posted in News)

What if we've modded our punbb to death so it's hardly recognizable as punbb? It would be wiser to update manually, correct?

49

(10 replies, posted in PunBB 1.2 discussion)

up

Go to extern.php, and search it for "<ul>" or "<li>" or something like that. Then get rid of them and replace it with an image or something prior to where the links are spit out. This should get the effect your looking for.

Thats an alternative to connorhd's reccomendation.