Search found 894 matches

by MichaelC
Mon Mar 22, 2010 9:26 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Post log/record
Replies: 21
Views: 53546

Re: [RFC] Post log/record

The post edits system would probably be Staff and Poster only viewable.
by MichaelC
Mon Mar 22, 2010 12:26 pm
Forum: [3.0/Olympus] Discussion
Topic: Drop php closing tags
Replies: 15
Views: 39316

Re: Drop php closing tags

I agree with evil. Its good idea but MODs and hacks and code snippets use the ?> to use in the FIND in MODs
by MichaelC
Mon Mar 22, 2010 12:09 pm
Forum: [3.x] Discussion
Topic: Login Logs
Replies: 13
Views: 28661

Login Logs

A useful log I have always thought would be useful would be a log of who logged on at what time, when they logged off and the IP.

Off course some people have more or less dB size for this and there should be a an on/off button and max amount of space field this bit on the db can use up.
by MichaelC
Mon Mar 22, 2010 12:06 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Post log/record
Replies: 21
Views: 53546

Re: [RFC] Post log/record

This would be a good feature but there should be an on/off switch, a field saying maximum disk space for old posts, leave blank for unlimited (so it limit how much db space it would use and prune old ones), a button to prune from before a selected date or prune all. I would not limit the db space t...
by MichaelC
Mon Mar 22, 2010 12:02 pm
Forum: [3.x] Discussion
Topic: Plugin code integration with core
Replies: 12
Views: 23811

Re: Plugin code integration with core

nn- wrote:Apparently its ticket system automatically tests any patches attached to comments, very handy. From reading a couple bug tickets development process is very solid as well.
Sorry for the off-topic note but perhaps phpBB should put this feature into their bug tracker?
by MichaelC
Mon Mar 22, 2010 12:00 pm
Forum: [3.x] Discussion
Topic: Spam handling for phpBB 3.1
Replies: 24
Views: 35442

Re: Spam handling for phpBB 3.1

How would you handle permissions for this? Afterall a moderator might not be allowed to delete posts in all forums the spammer can post to. Should only global moderators have this option? Or should there me some sort of exception that allows local moderators to delete posts in forums that they cann...
by MichaelC
Mon Mar 22, 2010 11:57 am
Forum: [3.x] Discussion
Topic: Install File Auto-Remove
Replies: 5
Views: 12414

Re: Install File Auto-Remove

First see if it already has permissions to delete it. If not run the bool chmod ( string $filename , int $mode ) command for the install file changing it so it can be deleted. (For more info about PHP chmodding files see here ) If that doesn't work as some webservers don't allow PHP to chmod it coul...
by MichaelC
Mon Mar 22, 2010 11:54 am
Forum: [3.x] Discussion
Topic: Post Unapprove function
Replies: 7
Views: 21035

Re: Post Unapprove function

Unapproving a post is where a post that has been posted publicly and is avaliable. Unapproving is like just removing guests, members and VIPS ect., view of that post/topic.

Like a delete but it won't actually delete. Just hide from public.

If you want to know what I mean have a look at a vB trial.
by MichaelC
Sun Mar 21, 2010 11:00 am
Forum: [3.x] Discussion
Topic: Post Unapprove function
Replies: 7
Views: 21035

Post Unapprove function

Maybe this is something for phpBB 4 but I think it would also work in 3.1 Like the feature in vB where you can un-approve posts. Basiclly, its doesn't delete it and it just hides it from all but people with Moderator permissions. Sort of like the Soft Delete MOD only better as the post is still ther...
by MichaelC
Sun Mar 21, 2010 10:58 am
Forum: [3.x] Discussion
Topic: Spam handling for phpBB 3.1
Replies: 24
Views: 35442

Re: Spam handling for phpBB 3.1

Maybe make it so it will only work for people with global Mod Permissions and it is also its own permission, so non-global mod's can't use it, yet not all global mod's can use it. Also, this would fit into a topic here: http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=32640 And instead of dele...