[drupal-devel] [bug] Usability inconsistancy: blog should not tell
user he cannot add blogs.
Anonymous
drupal-devel at drupal.org
Tue Feb 8 22:29:54 UTC 2005
Project: Drupal
Version: cvs
Component: blog.module
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: Bèr Kessels
Updated by: Anonymous
Status: patch
This message was placed in blog.module for consistency with
forum.module, which also informs users when they cannot post:
/from forum.module in CVS HEAD:/
else if ($user->uid) {
$output .= '<li>'. t('You are not allowed to post a new forum
topic.') .'</li>';
}
If you remove this message from blog.module, please remove it from
forum.module as well.
Anonymous
Previous comments:
------------------------------------------------------------------------
February 8, 2005 - 22:06 : Bèr Kessels
Attachment: http://drupal.org/files/issues/blog_remove_incosistant_perm.patch (668 bytes)
In user pages we now tell users thye cannot post blogs if they have not
got proper permissions. This is incosistant with other modules (if you
have not got permissions for adding recipies it does not tell you so in
your profile, and it should not.)
Thus i suggest we simply remove it. See attached patch.
--
View: http://drupal.org/node/17024
Edit: http://drupal.org/project/comments/add/17024
More information about the drupal-devel
mailing list