vBulletin Modifications

Major Additions - Save Drafts V2, vB3.5.4 (remembers everything)

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > vBulletin Database System > vBulletin 3.5 / 3.6 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB 3.6.0 RC 2] Major Additions - Save Drafts V2, vB3.5.4 (remembers everything) [READY] (92)
Released: 07-27-2006, 05:10 PM
Modification Information:
Author: xyz
Last Online: 06-12-2007
Hack Version: 2.0.123 Installer Included: 0 Additional queries added to database: 0
New Templates: 2 Template Edits: 5 File Edits: 9
New Files: 3 New Phrases: 127 Installation Time (In Minutes): 30 - 45

Plugin
Save Drafts 2.0.123 (vB 3.5.4)

After losing my post doing a preview last night I have start all over again, (a good reason for the draft system)


This is a complete rewrite of my old mod for 3.0.7

In this version, draft permissions have been given it's on admin panel. After listening to my clients I found they like it more this way.


About

The draft system allows for members to save messages and attachments when creating a new topic, reply or pm. If you can't finish posting because you need to do other important things you can just save the message and attachments and all your form settings. Then after, all you do is load the draft from your draft folder to continue editing it!


The draft system can be controlled by user groups or per user. It also controls permissions based on posting type (new topics, replies, pms). This allows you to turn on or off part of the system while allowing another part to run in normal mode.

You can even setup a rewards program and give draft permissions to users that have earned that benefit! If for nothing else, it will give your members another nice options that lets them have more control of their posting options while allowing you the administrator to not worry about the draft system becoming pain to manage, because you the administrator are given tools to manage the system with ease.


Inner Workings

1. Supports attachments (db, file) based

Will automatically switch modes based on the current storage type!

2. No extra query on the front end.

When a draft is set to be stored, the original (2) post queries are not used, and the draft system will run (1) or (2) queries, depending on the type (pm = 1, reply = 1, new topic = 1 with no attachments, 2 with attachments)! Draft permissions are also loaded with the cached permissions, so no query is added to load the draft permissions! Draft permissions are killed off if the current request does not contain a request that needs them.

3. Permissions are based on type (topic, reply, pm)

Each type can have a different set of permissions.

example

You must first be a registered member to view any code.
Screen Shots (admin)

gateway.png

This is the drafts gateway, it gives access to all options relating to the draft system


permissions.png

This is a view on the permissions windows, each permission is very well explained in each help topic.

stats.png

This is a view of the stats overview window, it gives you a simple run down of each folder and the over all usages!

Also access to each folder (type) can be accessed through the stats window.

folder.png

This shows you the folder view, so you can monitor the group, or a certain user, even advanced sorting and deleting options can be used in the folder window!

nav.png

This shows you where the drafts nav link will be hidden after the install


forum_folder.png

This show's a draft folder with (show attachment icons) on

user.png

This shows where the user (over-ride group) switches are in the user panel, at the bottom right


NOTES::

I will install this for anyone who needs it installed. Just PM me to discuss it! Any other questions just ask!

Save Drafts for vB 3.6.* will be released in a few days! After I have some skins to release

UPDATE

Added the control to reindex drafts when the Admin (KILLS) a user group! If you installed before July 30, 2006 9:45 AM EST, then just download the simple (update.zip) to add this option! Also the main install (drafts.zip) has been updated to add this option! It's just one new script edit!



Take Care

Sonia



Screenshots
Screenshots
File Type: png gateway.png (19.9 KB, 141 views)
File Type: png folder.png (20.0 KB, 113 views)
File Type: png stats.png (31.9 KB, 149 views)
File Type: png nav.png (4.5 KB, 106 views)
File Type: png permissions.png (54.8 KB, 121 views)
File Type: png forum_folder.png (65.8 KB, 309 views)
File Type: png user.png (15.9 KB, 101 views)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 07-27-2006, 05:17 PM   #2
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

Nice mod, thanks mate.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2006, 06:42 PM   #3
vB Newbie
Join Date: Apr 2006
Stoebi is on a distinguished road

Default

I'm very interested. Nice mod.

Regards, Stoebi




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2006, 06:47 PM   #4
Coder
Kr0n's Avatar
Join Date: Jun 2006
Kr0n is on a distinguished road

Default

nice, thanks very much waiting for files




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2006, 09:59 PM   #5
vB User
Join Date: Jun 2006
Location: London, UK
Dan2k3k4 is on a distinguished road

Default

Sounds great!

Good job




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2006, 10:45 PM   #6
vB Newbie
Join Date: Aug 2004
whitetigergrowl is on a distinguished road

Default

Its alot of work editing the sql. Wouldnt it be easier to find a way of injecting the sql without editing the sql file? Seems to take forever to edit.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2006, 11:06 PM   #7
xyz
Coder
Join Date: Jul 2006
xyz is on a distinguished road

Default

Quote:
Originally Posted by whitetigergrowl
Its alot of work editing the sql. Wouldnt it be easier to find a way of injecting the sql without editing the sql file? Seems to take forever to edit.
What is so difficult, all you have to do is open the sql file and do a replace on the complete file! Most simple text editors have Replace All, one button click and your done!

If you tell me your PREFIX I can do it for you, it only takes a second!


a simple php script....

You must first be a registered member to view any code.

me!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2006, 07:49 AM   #8
vB User
Join Date: Jun 2006
snakeboy is on a distinguished road

Default

This seems to be just what I'm looking for, but I have two questions:

Is it possible to have a draft auto-saved every so-many minutes while composing it? (a-la-gmail). This way when you click on "submit" and you get some kind of error, you won't loose all your txt.
If you have to remember to click to save the draft every so-often, then you may as well just use CTRL/A and CTRL/C...

Does this work on 3.5.4 ?

-snake




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2006, 10:16 AM   #9
xyz
Coder
Join Date: Jul 2006
xyz is on a distinguished road

Default

Quote:
Originally Posted by snakeboy
This seems to be just what I'm looking for, but I have two questions:

Is it possible to have a draft auto-saved every so-many minutes while composing it? (a-la-gmail). This way when you click on "submit" and you get some kind of error, you won't loose all your txt.
If you have to remember to click to save the draft every so-often, then you may as well just use CTRL/A and CTRL/C...

Does this work on 3.5.4 ?

-snake
I could add a HTTP Request Object Event Listener, that could be fired by some event (key up, key down, ctrl (key), delayed timer or other). It really depends on how you want it done...


Yes it works with 3.5.4!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-06-2006, 06:31 PM   #10
vB Newbie
Join Date: Mar 2006
CoreIssue is on a distinguished road

Default

Has anyone tested it on 3.6.0?

We could use this on our forum, big time.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -3. The time now is 07:33 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)