Topic: Extensions by lie2815

Deleted Posts Log
Adds the ability to review deleted posts in a log, to delete them forever or restore them.
0.1 | Download as ZIP | Trac

Subscribe User
Subscribe users.
0.1 | Download as ZIP | Download as RAR | Trac

Toggle Categories
Show/hide categories.
1.0 Beta 2 | Download as ZIP | Trac

JQuery for FluxBB
Adds JQuery to FluxBB (useful as a requirement for other extensions).
1.0 Beta | Download as ZIP

Last edited by lie2815 (2008-09-16 17:31:41)

Re: Extensions by lie2815

Can you restore an entire thread without having to restore every post in it?

Re: Extensions by lie2815

Not yet. You could request that feature, though wink

Re: Extensions by lie2815

That's red tape, l. wink Don't be so lazy, restore-topics is kind of related to restore-posts smile

FluxBB, the PunBB of tomorrow - today!

Re: Extensions by lie2815

It would be awesome if you could add it wink

Recently, one crazy moderator in my forum deleted a 25000 replies post with no reason. So you can imagine how painful it would be to restore every post one by one.

Re: Extensions by lie2815

You can restore the manually with a SQL query:

UPDATE posts SET deleted = 0 WHERE topic_id = *

Please replace * with the ID of the deleted topic and add your prefix to "posts" if required.

FluxBB, the PunBB of tomorrow - today!

Re: Extensions by lie2815

Not quite, damaxxed.

You also have to do the following SQL query:

UPDATE topics SET deleted=0 WHERE id=*

Re: Extensions by lie2815

bigcortex wrote:

It would be awesome if you could add it wink

Probably not in the next version. How would you like to see that? There could be an extra button for restoring a whole topic or there could be a radio group where you can select whether you want to restore only the first post or the whole topic when you clicked on restore on a first post.

bigcortex wrote:

Recently, one crazy moderator in my forum deleted a 25000 replies post with no reason. So you can imagine how painful it would be to restore every post one by one.

That would mean I have to add an option for moderators where you can choose whether they can access the log or not.

Last edited by lie2815 (2008-07-10 06:40:25)

Re: Extensions by lie2815

damaxxed wrote:

You can restore the manually with a SQL query:

UPDATE posts SET deleted = 0 WHERE topic_id = *

Please replace * with the ID of the deleted topic and add your prefix to "posts" if required.

I thought about that but then I realized I hadn't installed this extension so the posts were permanently deleted from the database sad

lie2815 wrote:

Probably not in the next version. How would you like to see that? There could be an extra button for restoring a whole topic or there could be a radio group where you can select whether you want to restore only the first post or the whole topic when you clicked on restore on a first post.

You could add a "Restore Topic" link next to "[ FIRST POST ]"

lie2815 wrote:

That would mean I have to add an option for moderators where you can choose whether they can access the log or not.

That's always a cool option. Personally, I would disable the "Delete Forever" button for the moderators.

Re: Extensions by lie2815

bigcortex wrote:
lie2815 wrote:

Probably not in the next version. How would you like to see that? There could be an extra button for restoring a whole topic or there could be a radio group where you can select whether you want to restore only the first post or the whole topic when you clicked on restore on a first post.

You could add a "Restore Topic" link next to "[ FIRST POST ]"

lie2815 wrote:

That would mean I have to add an option for moderators where you can choose whether they can access the log or not.

That's always a cool option. Personally, I would disable the "Delete Forever" button for the moderators.

Will do that.

Re: Extensions by lie2815

You can now submit feature requests via Trac (New ticket).

Re: Extensions by lie2815

Two new extensions available:

Subscribe User 0.1
Toggle Categories 0.1

See download links on top of this topic

Re: Extensions by lie2815

Didn't manage to create packets yet. Will post the links tomorrow. Check out Trac for now.

Re: Extensions by lie2815

Download them now!

Re: Extensions by lie2815

Hey,

Your signature is causing a loop wink

Bert Garcia - When all you have is a keyboard

Re: Extensions by lie2815

Sorry, what do you mean?

EDIT: Never mind.

Last edited by lie2815 (2008-07-31 18:36:05)

Re: Extensions by lie2815

New extension:

JQuery for FluxBB - [download]
Used by other extensions.

Re: Extensions by lie2815

Added JQuery to extension list.

Re: Extensions by lie2815

Your server, www.lie2815.heliohost.org, is not responding for me. Is it down?

(By the way, I've had a JQuery extension since May. I thought I had posted it... I guess not?)

I'm posting on FORUMS!

Re: Extensions by lie2815

I know, there has been another JQuery extension also. Sorry.

The server seems to be down, you're right. I might post another link soon. The version shouldn't work with the latest SVN anyways.

Re: Extensions by lie2815

Should Deleted Posts Log be working with the latest FluxBB SVN revisions (in fluxbb-1.3-legacy)?

I'm posting on FORUMS!

Re: Extensions by lie2815

Probably not. Sorry.