3,876

(4 replies, posted in PunBB 1.2 troubleshooting)

Oh, you misunderstood how search works wink
http://punbb.org/forums/search.php?acti … rch=Submit

That's a full search URL.

3,877

(4 replies, posted in PunBB 1.2 troubleshooting)

Take a look in the search_cache table
That won't actually work, since search ids are only meant to be used by 1 user, whereas multiple users could search for the same term

3,878

(20 replies, posted in PunBB 1.2 troubleshooting)

Edit both of them to use UTF-8

3,879

(12 replies, posted in Feature requests)

Behavior that isn't necessarily supported by all installs, that not everyone wants in the first place, and which would involve quite a bit more code (ie: in your code, what would happen if I uploaded a gif/png that needed transparency?) is better suited for an extension IMO smile
Plus, I think the auto-resizing issue can cause just as many issues for users. Especially if you have the kind of users that try to upload 100KB, 500x500 pictures of their pet. You'll simply be fielding "why did my picture shrink and look bad" questions instead of "what does this error mean" questions.

Moved to Modifications

Might I suggest emailing Gmail and see what they say?

Moved to General Discussion and closed
This is the support forum for the PunBB forum software. If you're using a free forum host and have questions, you'll need to talk to your host.

3,883

(5 replies, posted in Programming)

http://us2.php.net/sprintf
?

3,884

(10 replies, posted in PunBB 1.2 troubleshooting)

Enable debug mode, paste the full error

3,885

(10 replies, posted in PunBB 1.2 troubleshooting)

I'm not sure (since that's not an error) but perhaps it has something to do with your modifications?

Could you provide a link to your forum and the page in question?

time()? use microtime() tongue

Mmm, try adding valid postmaster@ and abuse@ addresses and see if that helps

3,889

(0 replies, posted in PunBB 1.2 discussion)

In the past these types of accusation topics have become flamefests, so in an attempt to keep that from happening, your topic has been moved to the staff forum.
We were already aware of that specific site but thank you for mentioning it.

For anyone interested: the topic in question was about a website which was potentially violating the GPL with relation to PunBB.

3,890

(51 replies, posted in News)

There are going to be extensions built to deal with spam, don't worry wink

Moved to Modifications
http://wiki.punres.org/Open_links_in_a_new_window

3,892

(12 replies, posted in Feature requests)

The issue is that then GD is necessary wink

I don't believe so, not without editing the database directly at least.

Moved to Modifications

Works absolutely fine for me on Firefox 1.5

Could I see them? I think it might be helpful wink

Could you also provide the headers for a working email?

I haven't had any issues with PunBB emails with Gmail: could you paste the full headers for the email?

3,899

(2 replies, posted in PunBB 1.2 troubleshooting)

I've deleted your spammy bump: be a little more patient? wink

update posts set poster_id=1 where poster_id not in (select id from users)

That query may/may not work, I hold no responsibility if it messes up your install: remember to add your database prefix if necessary

Could you provide a link to your forum?