That was what I thought
If you were manually searching for something old perhaps?
7,501 2005-01-21 17:07
Re: Toptcs order by User (20 replies, posted in Feature requests)
7,502 2005-01-21 01:44
Re: question about query in index.php (1 replies, posted in PunBB 1.2 discussion)
It makes no sense to take it out of context
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 2005-01-21 01:04
Re: Toptcs order by User (20 replies, posted in Feature requests)
Plus adding stuff to profile.php so the the user can set their preference
It all depends if you want to make more work for yourself.
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
7,504 2005-01-21 00:06
Re: Toptcs order by User (20 replies, posted in Feature requests)
True, but it doesn't require editing the database!
7,505 2005-01-20 23:59
Re: Toptcs order by User (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)
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.
7,506 2005-01-20 23:31
Re: [Release] User Management Plugin (71 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Mmm, came up with another suggestion: get rid of unverified users
7,507 2005-01-20 17:05
Re: [Release] Easy Smilies (72 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Enable debug mode and paste the whole thing
7,508 2005-01-20 01:48
Re: [Release] Easy Smilies (72 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Since, id is auto_increment, you don't need the id in the insert statement
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 )
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 2005-01-20 00:31
Re: New Post Indicator (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
7,510 2005-01-19 23:29
Re: [Release] User Management Plugin (71 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
7,511 2005-01-19 17:05
Re: Linked img in Preview isn't parsed (24 replies, posted in PunBB 1.2 bug reports)
Damn, misread
But I think that would be another bug: shouldn't the image be the link, not the area to the right?
7,512 2005-01-19 01:53
Re: phpBB to punBB 2.0b3 (32 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode and paste what you get
7,513 2005-01-19 01:24
Re: Linked img in Preview isn't parsed (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 2005-01-18 21:34
Re: Hide user data from guest (11 replies, posted in PunBB 1.2 troubleshooting)
tres: I do believe putting ?key=a in the URL gets you around that
7,515 2005-01-18 21:31
Re: Linked img in Preview isn't parsed (24 replies, posted in PunBB 1.2 bug reports)
Erm, try clicking on the stuff to the right of the image
7,516 2005-01-18 02:02
Re: CSS / XHTML Layout - IE positioning problem (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 2005-01-17 18:29
Re: For those who know Windows98 (16 replies, posted in General discussion)
*waits for Rickard*
7,518 2005-01-17 18:13
Re: For those who know Windows98 (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 2005-01-14 21:35
Re: Protecting the forum from auto signups (36 replies, posted in Feature requests)
Mmm
Someone could create a mod for this
7,520 2005-01-14 01:39
Re: Security hole in profile.php (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*
7,521 2005-01-14 00:10
Re: Security hole in profile.php (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 &&.
So, by setting key you do indeed get around that (I tested it on my forum )
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,523 2005-01-13 14:30
Re: Again.. (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?
7,524 2005-01-12 17:27
Re: CPG avatar gallery 1.0 (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Nice one Nibbler
7,525 2005-01-12 00:28
Re: New Posts Bug + Style Changes (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