Skip to forum content
FluxBB.org Forums
Unfortunately no one can be told what FluxBB is - you have to see it for yourself.
You are not logged in. Please login or register.
Active topics Unanswered topics
FluxBB.org Forums » Extensions » Extensions by lie2815
Pages: 1
You must login or register to post a reply
Posts [ 22 ]
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
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 Franz (2008-09-16 17:31:41)
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Registered: 2008-06-17
- Posts: 34
Re: Extensions by lie2815
Can you restore an entire thread without having to restore every post in it?
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Not yet. You could request that feature, though 
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- From: Germany
- Registered: 2008-05-16
- Posts: 342
Re: Extensions by lie2815
That's red tape, l.
Don't be so lazy, restore-topics is kind of related to restore-posts 
FluxBB, the PunBB of tomorrow - today!
- Registered: 2008-06-17
- Posts: 34
Re: Extensions by lie2815
It would be awesome if you could add it 
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.
- From: Germany
- Registered: 2008-05-16
- Posts: 342
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!
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Not quite, damaxxed.
You also have to do the following SQL query:
UPDATE topics SET deleted=0 WHERE id=*
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
bigcortex wrote:It would be awesome if you could add it 
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 Franz (2008-07-10 06:40:25)
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Registered: 2008-06-17
- Posts: 34
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 
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.
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
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.
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
You can now submit feature requests via Trac (New ticket).
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Two new extensions available:
Subscribe User 0.1
Toggle Categories 0.1
See download links on top of this topic
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Didn't manage to create packets yet. Will post the links tomorrow. Check out Trac for now.
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Download them now!
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- From: Charlotte, NC
- Registered: 2008-05-07
- Posts: 360
Re: Extensions by lie2815
Hey,
Your signature is causing a loop 
Bert Garcia - When all you have is a keyboard
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Sorry, what do you mean?
EDIT: Never mind.
Last edited by Franz (2008-07-31 18:36:05)
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
New extension:
JQuery for FluxBB - [download]
Used by other extensions.
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Added JQuery to extension list.
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Registered: 2008-04-30
- Posts: 36
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?)
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
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.
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
- Registered: 2008-04-30
- Posts: 36
Re: Extensions by lie2815
Should Deleted Posts Log be working with the latest FluxBB SVN revisions (in fluxbb-1.3-legacy)?
- Franz
- aka lie2815 (Developer)
- Online
- Registered: 2008-05-13
- Posts: 1,735
Re: Extensions by lie2815
Probably not. Sorry.
http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum
Topic options
RSS topic feed
Pages: 1
You must login or register to post a reply
FluxBB.org Forums » Extensions » Extensions by lie2815