7,501

(20 replies, posted in Feature requests)

That was what I thought tongue
If you were manually searching for something old perhaps?

7,502

(1 replies, posted in PunBB 1.2 discussion)

It makes no sense to take it out of context tongue
Anyways, it checks if the group the user is in has the ability to read the forum (it's in the where, so I should say it limits the displayed forums to forums the user can read)

7,503

(20 replies, posted in Feature requests)

Plus adding stuff to profile.php so the the user can set their preference smile
It all depends if you want to make more work for yourself. tongue
Plus, why in the world would someone always want to see the oldest posts anyway? I think they just want a way to start looking at the oldest posts wink

7,504

(20 replies, posted in Feature requests)

True, but it doesn't require editing the database!

7,505

(20 replies, posted in Feature requests)

You need to add it to profile.php as well (that is to say, you need to add a way for the user to set their choice in profile.php) smile
Alternatively, you could just choose to add code so the user can add "order=asc" or "order=desc" to their URLs to sort the forum like that.

Mmm, came up with another suggestion: get rid of unverified users smile

Enable debug mode and paste the whole thing

Since, id is auto_increment, you don't need the id in the insert statement wink
And in install_mod.php the mod version is off (should be 1.0.2) and the release date has DD instead of the actual numerical day (doesn't really matter of course tongue)


Oh, got a feature suggestion: instead of having people take out the width and height tags, simply add the tags to the table and have parser get it from the table instead.
And in the plugin, also display a list of all the images and the stuff to display them, similar to help.php

7,509

(1 replies, posted in PunBB 1.2 troubleshooting)

Currently it's updated when your last visit is set (all posts after your last visit are "new")

One mod that changes this is: http://punbb.org/forums/viewtopic.php?id=5704
Another (for 1.1.5, not the current 1.2): http://punbb.org/forums/viewtopic.php?id=5297

There's an SQL injection possible:

PunBB reported: Unable to delete users 

Database reported: Unknown column 'a' in 'where clause' (Errno: 1054) 

Failed query: DELETE FROM forum_users WHERE (num_posts < a) AND (registered < 1106177066) AND (id > 2) AND (group_id > 3)

Oh, and IMO this should be an admin only thing, especially since deletion of users is typically left to admins (setting a minimum of 0 days and a max of 999999 posts with the delete admins/mods set to yes would also really screw your forum, especially since mods shouldn't be able to delete admins)

Otherwise, I really like it smile

7,511

(24 replies, posted in PunBB 1.2 bug reports)

Damn, misread tongue
But I think that would be another bug: shouldn't the image be the link, not the area to the right?

7,512

(32 replies, posted in PunBB 1.2 troubleshooting)

Enable debug mode and paste what you get

7,513

(24 replies, posted in PunBB 1.2 bug reports)

Click the grey area to the right of the image: it loads the link for me if you click there, oddly enough

This is what I see when I view source (I'll use some more linebreaks so it's easier to read):

Here's an example:
<a href="http://img23.exs.cx/my.php?loc=img23&image=outrun2052xc.jpg">
</p>
<div class="imgbox"><div class="scrollbox">
<img src="http://img23.exs.cx/img23/4251/outrun2052xc.th.jpg" alt="http://img23.exs.cx/img23/4251/outrun2052xc.th.jpg" />
</div></div>
<p>
</a>

7,514

(11 replies, posted in PunBB 1.2 troubleshooting)

tres: I do believe putting ?key=a in the URL gets you around that wink

7,515

(24 replies, posted in PunBB 1.2 bug reports)

Erm, try clicking on the stuff to the right of the image

7,516

(4 replies, posted in Programming)

Getting rid of the width in bodyholder seems to fix it for me (and I found it works in Firefox perfectly fine without it too)
Not sure if that will majorly screw it up in other browsers though (my guess is yes)

7,517

(16 replies, posted in General discussion)

*waits for Rickard* smile

7,518

(16 replies, posted in General discussion)

Indeed
He only has 1 closing quote tag, somehow.
And the "s before/after the URL tag can't be good :-/

7,519

(36 replies, posted in Feature requests)

Mmm
Someone could create a mod for this smile

7,520

(7 replies, posted in PunBB 1.2 bug reports)

Bah, reading code late at night is fun
*reads for 5 seconds*
*slumps forward on his keyboard, asleep*
tongue

7,521

(7 replies, posted in PunBB 1.2 bug reports)

Actually, that statement says that if your group is not allowed to read the board AND you do not have a key set, you should get the No View message. You're reading it as a ||, not a &&. wink
So, by setting key you do indeed get around that (I tested it on my forum tongue)
The solution (at least as I read it) would be adding && $action != 'change_pass' to the if statement: because if change_pass must be used and the key must be set, it can only be used for changing pass (which was the original exclusion I believe Rickard was trying to make).

7,522

(137 replies, posted in News)

Is it tonight yet? tongue

7,523

(3 replies, posted in PunBB 1.2 troubleshooting)

An error was encountered
File: /mnt/web_j/d42/s15/a0002mwr/www/forum/include/functions.php
Line: 115

PunBB reported: Unable to insert into online list

Database reported: Duplicate entry '1' for key 1 (Errno: 1062)


o.O

WHAT did you do to the online table? tongue

Nice one Nibbler smile

7,525

(11 replies, posted in PunBB 1.2 bug reports)

Dunno about the first thing, but for the second, this might work:
http://punbb.org/forums/viewtopic.php?pid=29655#p29655