Customizing SMF > Modifications and Packages
Drafts
Charles Hill:
Link to Mod
This mod is also available via my website here.
IMPORTANT
If you have an old version of this mod installed, you will have to uninstall it before installing 2.0.1.
All your current drafts will be saved.
DESCRIPTION
Allow member groups to save new topics, replies, and polls as drafts by giving them the "Can save topics and replies as drafts" permission. Users with this permission can also view a list of their drafts in their Profile as well as on the Post page. As an administrator, you can view any user's drafts via their Profile.
CHANGE LOG
Changes go downward, versions go upward. Please scroll to the bottom for a legend.
Changelog started July 31, 2010.
Changelog last updated August 5, 2010.
2.0.1
================================================================================
! Fixed Sticky problem
! Fixed breaking-spaces and general html entities problems
! Log actions, notifications, member post count updates, and mark read now done properly after posting a draft using "Post it!"
! Improved redirects (after deleting / posting drafts)
! Minimized edits to SMF Source files by separating Drafts source code into its own source file
! Eliminated edits to SMF Language files by separating Drafts txt strings into its own language files
! Minimized edits to SMF Template files by separating Drafts templates into its own template file
! Eliminated inline css
- Dropped support for other modifications
+ Polls now supported
+ Added board select on post form for new topics
+ Support for SMF 2.0 added
Legend:
--------------------------------------------------------------------------------
! Minor change or bugfix.
+ Feature addition or improvement.
- Feature or option removal.
If you are having any problems with this mod please check this support topic for a solution.
You can also try Degrees of Zero for a solution or for any other web design issues you may have.
karlbenson:
very cool mod!
Yağız...:
Nice mod Charles. Turkish translation:
--- Code: ---// Drafts txt variables
$txt['permissionname_save_drafts'] = 'Konuları taslak olarak kaydedebilir';
$txt['only_new_topics'] = 'Sadece yeni konuları taslak olarak kaydedebilsin.';
$txt['error_draft_not_saved'] = 'Bir hata oluştu ve taslak kaydedile<b>me</b>di.';
$txt['draft_saved'] = 'Taslak başarıyla kaydedildi.';
$txt['draft'] = 'Taslak';
$txt['showDrafts'] = 'Taslakları göster';
$txt['no_drafts'] = 'Gösterilecek taslak yok.';
$txt['last_saved'] = 'Son kaydedilen';
$txt['lastSaved'] = 'Son kaydedilen';
$txt['delete_draft_confirm'] = 'Bu taslağı silmek istediğinizden emin misiniz?';
$txt['save_as_draft'] = 'Taslak olarak kaydet';
$txt['draft_saved_short'] = 'Taslak kaydedildi';
$txt['loadDrafts'] = 'Taslakları Yükle';
$txt['hideDrafts'] = 'Gizle';
--- End code ---
Charles Hill:
Thanks for the kind words :)
I'll add that translation to a future version.
ilikeitalot:
Great mod! Makes it way easier to work on a long post over time. This is also a great complement to your blog mod. Thx!
Navigation
[0] Message Index
[#] Next page
Go to full version