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 08-06-2006, 07:19 PM   #11
xyz
Coder
Join Date: Jul 2006
xyz is on a distinguished road

Default

Quote:
Originally Posted by CoreIssue
Has anyone tested it on 3.6.0?

We could use this on our forum, big time.
This works fine in vBulletin 3.6.0, they are a few places that script edits have changed that don't match the install. But I did promise I would release it fully support 3.6.0. So check back in a few hours and I will update the install, so it will have both 3.5.* and 3.6.* installs included!


me!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-07-2006, 01:25 PM   #12
vB Newbie
Join Date: Mar 2006
CoreIssue is on a distinguished road

Default

Quote:
Originally Posted by xyz
This works fine in vBulletin 3.6.0, they are a few places that script edits have changed that don't match the install. But I did promise I would release it fully support 3.6.0. So check back in a few hours and I will update the install, so it will have both 3.5.* and 3.6.* installs included!


me!
Thank you. I will!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-07-2006, 05:55 PM   #13
vB User
Join Date: Jun 2006
snakeboy is on a distinguished road

Default

Quote:
Originally Posted by xyz
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!
Fantastic! If it could auto-save the draft every so-often (have this value editable from the admincp), it would answer my dreams!

I can't tell you how many times user's complain because thier cookie times our while typing up a mammoth post, then they click submit and it's all lost in an instant. Of course the back button is no help. The way gmail deals with this is PERFECT. Say every 3 mins or so while composing it just saves the draft. This way if you should have some kind of failure when you hit submit, you'll never have lost more than 3 mins of work.

This would really be a GODSEND. I hope you can implement this suggestion soon.

-snake

Last edited by snakeboy; 08-12-2006 at 09:06 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-16-2006, 05:09 PM   #14
vB Lover
takiye's Avatar
Join Date: Aug 2006
takiye is on a distinguished road

Default

I can't find this in config.php:
$tableprefix =

help!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-16-2006, 05:21 PM   #15
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

What are you on about? You don't need to touch that.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-16-2006, 05:37 PM   #16
vB Lover
takiye's Avatar
Join Date: Aug 2006
takiye is on a distinguished road

Default

If u want to know what i am on about, download the file attachment.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2006, 02:09 AM   #17
vB Newbie
Join Date: Sep 2005
Ml2tal is on a distinguished road

Default

^I did and he said you don't need to touch it
Quote:
Originally Posted by takiye
I can't find this in config.php:
$tableprefix =

help!
There is not edit for config.php. That's when you install your vb board.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2006, 03:54 AM   #18
vB Lover
takiye's Avatar
Join Date: Aug 2006
takiye is on a distinguished road

Default

In draft.zip, they say I have go to config.php to check for $tableprefix =to see if i use table prefix or not.
But BTW, what is table prefix?

Last edited by takiye; 08-17-2006 at 03:57 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2006, 04:43 AM   #19
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

It's for SQL, i don't see why that matters anyway.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2006, 02:19 PM   #20
vB Lover
takiye's Avatar
Join Date: Aug 2006
takiye is on a distinguished road

Default

But the author put me to do that! checking in the config.php for $tableprefix!
But I can't find it! WHat can I do, I really like this hack.

Last edited by takiye; 08-17-2006 at 03:30 PM.




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:02 AM.


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