Not bad at all. No doubt it's going to create a lot of excess output. After which point do you have the post truncated?
26 2005-12-13 13:46
Re: [Mod] Topic Preview (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
27 2005-12-13 13:39
Re: call to non object in php 5.0.5 when using common.php (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2005-12-09 13:50
Re: Word Association Thread (1,382 replies, posted in General discussion)
popcorn
29 2005-12-09 13:48
Re: Professional Styles (17 replies, posted in PunBB 1.2 discussion)
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 2005-12-08 17:15
Re: Word Association Thread (1,382 replies, posted in General discussion)
dreamworks
31 2005-11-30 13:48
Re: Integrated Punbb into your site? Post your link (60 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Newly integrated.
32 2005-11-30 00:23
Re: (PunBB Donor) text under the persons usersname (2 replies, posted in PunBB 1.2 troubleshooting)
It's just a user title as far as I know.
33 2005-11-25 13:43
Re: The easiest way to convert from phpbb to punbb. (10 replies, posted in PunBB 1.2 troubleshooting)
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.
34 2005-11-21 21:36
Re: Figuring out if a username is banned? (14 replies, posted in PunBB 1.2 troubleshooting)
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 2005-11-10 13:45
Re: Paginate Function (4 replies, posted in Feature requests)
Awesome. Although I never experienced the funny behavior It's a welcome addition to the punbb code.
36 2005-11-10 13:39
Re: Figuring out if a username is banned? (14 replies, posted in PunBB 1.2 troubleshooting)
It does that already though.
37 2005-11-09 17:05
Re: Using ssi? (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
38 2005-11-08 17:14
Re: Trying to make Image On Forums But 1 problem stop me! (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Combine it? Please try to explain...
39 2005-11-08 17:02
Re: CSS Streching (10 replies, posted in PunBB 1.2 discussion)
I think I've fixed it...
40 2005-11-08 17:00
Re: Confused (5 replies, posted in PunBB 1.2 troubleshooting)
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 2005-10-28 02:29
Re: CSS Streching (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 2005-10-24 16:18
Re: Google wont find my pages? (11 replies, posted in PunBB 1.2 troubleshooting)
thats complete crap.
So 3dgy.
43 2005-10-18 03:41
Re: Word Association Thread (1,382 replies, posted in General discussion)
thrice
44 2005-10-18 03:39
Re: Threaded/Nested Messaging (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.
45 2005-10-18 03:35
Re: Sub-domains and logins (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 2005-10-17 12:45
Re: PunBB 1.2.9 (45 replies, posted in News)
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 2005-10-17 12:43
Re: Cant change messaging in profile (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 2005-10-16 20:05
Re: PunBB 1.2.9 (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?
50 2005-10-12 12:42
Re: where to find and edit <item> for extern.php ? (3 replies, posted in PunBB 1.2 discussion)
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.