Editing of unapproved posts won't (and shouldn't) be possible, as he will be unable to see the topic of his post. Why not? If he answers to an approved topic, he can see the topic atm, but not his own post ...
You are right if he starts a new topic, but why not make the topic visible to the user ...
Search found 71 matches
- Fri Sep 14, 2012 10:30 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Accepted] Soft Delete
- Replies: 106
- Views: 359322
- Fri Sep 14, 2012 4:19 am
- Forum: [3.x] Discussion
- Topic: Allow Users to View Their Own Unapproved Posts
- Replies: 1
- Views: 3514
Re: Allow Users to View Their Own Unapproved Posts
Hello Steve,
i just answered in "softdelete" topic: http://area51.phpbb.com/phpBB/viewtopic.php?p=245665#p245665
What do you think? Is there a good reason to prevent users from seeing (and editing and deleting) their unapproved posts?
-> Moderators should be able to set the "post locked" flag for ...
i just answered in "softdelete" topic: http://area51.phpbb.com/phpBB/viewtopic.php?p=245665#p245665
What do you think? Is there a good reason to prevent users from seeing (and editing and deleting) their unapproved posts?
-> Moderators should be able to set the "post locked" flag for ...
- Fri Sep 14, 2012 4:12 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Accepted] Soft Delete
- Replies: 106
- Views: 359322
Re: [RFC|Accepted] Soft Delete
If you want to enable the user to
review softdeleted post deleted by himself
undelete softdeleted post deleted by himself
review unapproved posts
just add a column "user_id_delete" and store the user_id of the user who performed the softdelete action. If it is the same as the user who has ...
review softdeleted post deleted by himself
undelete softdeleted post deleted by himself
review unapproved posts
just add a column "user_id_delete" and store the user_id of the user who performed the softdelete action. If it is the same as the user who has ...
- Wed Sep 12, 2012 1:03 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Accepted] Soft Delete
- Replies: 106
- Views: 359322
Re: [RFC|Accepted] Soft Delete
Disapprove can be a mistake (eg. wrong button pressed by moderator). If a disapproved post is only softdeleted, it can be restored.
so +1 for disapprove = softdelete
so +1 for disapprove = softdelete
- Tue Sep 11, 2012 11:05 am
- Forum: [3.x] Discussion
- Topic: make_jumpbox in login_box
- Replies: 1
- Views: 3936
Re: make_jumpbox in login_box
A template designer can decide to display the jumpbox on the login-page?
- Sat Sep 01, 2012 1:15 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Accepted] Soft Delete
- Replies: 106
- Views: 359322
Re: [RFC|Accepted] Soft Delete
@brunoais: the case of delete-content-by-edit should be solved by post revision tracking.
@imkingdavid: yes, of course - deleting is also a kind if edit - and soft-delete also should respect the edit time interval set in acp.
@imkingdavid: yes, of course - deleting is also a kind if edit - and soft-delete also should respect the edit time interval set in acp.
- Fri Aug 31, 2012 4:24 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Accepted] Soft Delete
- Replies: 106
- Views: 359322
Re: [RFC|Accepted] Soft Delete
Remove f_restore and use softdelete as default for non-moderators, so users can't hard-delete their posts. Merge those m_-permissions
- Fri Aug 31, 2012 11:44 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Revamp Send Statistics
- Replies: 24
- Views: 31012
Re: [RFC] Revamp Send Statistics
I don't think that information about submitting users browser helps - because when it will be done be the cron (or fake cron), so every user (even BOTs or Guests) can send the statistic. And if real cron is used, there is no browser involved ;)
Gathering Informations on end users browsers may be ...
Gathering Informations on end users browsers may be ...
- Thu Aug 30, 2012 10:41 am
- Forum: [3.x] Rejected RFCs
- Topic: [Rejected] Removal of subsilver2 in 3.1
- Replies: 75
- Views: 261007
Re: Removal of subsilver2 in 3.1
At the time when 3.2 hits, subsilver2 is not part of the default install packages.
During 3.1, subsilver2 will be available in styles-DB on .com, maybe marked as deprecated, together with all other subsilber2-based styles (i don't now, if styles-DB currently has the possibility to mark styles as ...
During 3.1, subsilver2 will be available in styles-DB on .com, maybe marked as deprecated, together with all other subsilber2-based styles (i don't now, if styles-DB currently has the possibility to mark styles as ...
- Wed Aug 29, 2012 10:19 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Revamp Send Statistics
- Replies: 24
- Views: 31012
Re: [RFC] Revamp Send Statistics
But we have our cron.php, which also handles all e-mail-stuff etc.brunoais wrote:cron may be limiting, no?