Usability discussions have moved to Groups.
http://groups.drupal.org/usability

Access denied - You are not authorized to access this page

I had the problem "Access denied - You are not authorized to access this page."
Just i closed like that my drupal account in my localhost server after that when i try to open my localhost server i had the problem "Access denied - You are not authorized to access this page."
I do not know what could be exact problem.I solved the problem with "http://localhost/drupal/user/login" then login display has come i entered username and password and enter into my localhost website.
I am vry happy now.

Views_checkbox for D6

I downloaded the patch from http://drupal.org/node/320800 for views checkbox but it is not showing any option in views filter.

How I can limit number of entries in the filter options to check its functionality as mentioned in readme file?

How to customize the views filter in drupal?

Any help is appreciated

taxonomy menu links linking to nodes not active in nodes

I habe now read about 100 threads on this issue, and have neither seen a clear answer from the module developers of menu or taxonomy menu nor a fix or patch that I understand and which makes sense (only for primary links, this is not the case here)

So, the issue is clear:
The last version of Taxonomy Menu was published by the end of May. If I have a node open with the path node/xy, the taxonomy terms linked in the menu which are connected to the node in the menu made by TaxMenu are not active.

For Menu Trails or Context my menu structure is to big and open to use them per content type or so. Primary Term to Active Menu Item does for some reason not work an it is not free of bugs.

So my questions to the developers:

  • Is this issue a problem of the menu module, the taxonomy module or has another core module be fixed?
  • Is anybody working on that issue? Or do I have to wait until Drupal7 / TM3 coming up for such a minor problem?
  • Is there any patch more useful than this: http://drupal.org/node/317753?

Proposal to change default user profile page

What if we changed this (in user.module @ line 914):

  $account->content['summary'] += array(
    '#type' => 'user_profile_category',
    '#attributes' => array('class' => 'user-member'),
    '#weight' => 5,
    '#title' => t('History'),
  );
  $account->content['summary']['member_for'] =  array(
    '#type' => 'user_profile_item',
    '#title' => t('Member for'),
    '#markup' => format_interval(REQUEST_TIME - $account->created),
  );

to (something like) this:

  $account->content['summary'] += array(
    '#type' => 'user_profile_category',
    '#attributes' => array('class' => 'user-member'),
    '#weight' => 5,
    '#title' => t('Summary'),
  );
  $account->content['summary']['member_for'] =  array(
    '#type' => 'user_profile_item',
    '#title' => t('Member since'),
    '#markup' => check_plain(strftime('%B %Y', $account->created)),
  );

?

Or maybe the word "Overview" instead of "Summary"?

I uploaded an image with "before-and-after" screenshots (http://drupal.org/files/issues/summary.jpg)... I just think the "changed" version seems a little more aesthetically pleasing, especially for D7UX.

I also wrote a small & simple module that will do this (for 6.x -- http://drupal.org/project/alterprofilepage) but I personally (IMHO) would like to see it incorporated into the drupal core.

Thoughts?

is there a slideshow module for drupal like this?

I want to install a slideshow module like in this page? http://www.webmd.com/allergies/slideshow-nasal-allergy-relief-products
is there a slide show module for drupal like this??

uber-uploader and CCK filefield

Hello,
I'm looking at upload progress bar. I cannot use the one from filefield 3.0 because my host doesn't support extensin to the php.in for uploadprogress.dll.
Has anyone tried out the uber-uploader progress bar http://uber-uploader.sourceforge.net/ ? Is there any integration with CCK filefield?
Thank you in advance...

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Usability feedback