Administration theme doesnt work for all roles but for the administrator

Hi,

Ich habe bad issue: I require to use the default administration theme "seven" for all administrative purposes because the CKEditor doesnt work properly with the default page layout.
If I log in as the Administrator, the Seven theme works properly in the overlay, but if i log in as another user which has rights to create contents, does NOT see the "seven" theme, but the default site theme in the overlay.
This user has the rights "Toolbar" and "Overlay" and the theme "seven" is selected as the administrative Theme.

one page public message board

Hi All,

I want to use Drupal (ideally with some handy modules) to create a single page, with an in txt field and an in img field.

The input text would then be presented on the one page from oldest to newest entry, with around 25 entries displayed. Ideally randomly aligned, rather than all in a line together - although 'field 1- left align - field 2 -center align - field 3 - right align -field 4- center align and so on would be great too.

Resumable Downloads and Uploads for Multi-Gigabyte Files

What modules are needed to have a resumable file upload, and file download for multi-Gigabyte files? My company deals with customers who need those capabilities mainly due to connection errors which become more of a problem when dealing with the longer transfer times required to transmit files which are that large.

Site is running well - but lots of 'not found' errors in protocols and logs

What can it be? All is running and no "404 - file not found"-error page is displayed. But the most referenced and as "not found" listed pages are the ones which have an appendix in the url like:
&lkrpkh
content/&lkrpkh
content/year/&lkrpkh

and so on...
Something misconfigured? Error or not? How to get rid of this annoying "errors"? Searched here but it seems i'm the only one with this problem.
Thanks for helping.

[Drupal 7] Customizing login / Register / Password

Hi

I would want to customize the display of the core forms like login, register or password recovery pages.
To do that, I created a hook_theme and several functions foreach page in template.php :

function mytheme_theme($existing, $type, $theme, $path) {
  return array(
    'user_login' => array(
      'template' => 'user-login',
      'arguments' => array('form' => NULL),
    ),
    'user_register' => array(
      'template' => 'user-register',
      'arguments' => array('form' => NULL),
    ),
    'user_pass' => array(
      'template' => 'user-pass',
      'arguments' => array('form' => NULL),
    ),
  );
}

function mytheme_preprocess_user_login(&$variables) {
  $variables['intro_text'] = t('This is my awesome login form');
  $variables['rendered'] = drupal_render($variables['form']);
}

function mytheme_preprocess_user_register(&$variables) {
  $variables['intro_text'] = t('This is my super awesome reg form');
  $variables['rendered'] = drupal_render($variables['form']);
}

function mytheme_preprocess_user_pass(&$variables) {
  $variables['intro_text'] = t('This is my super awesome insane password form');
  $variables['rendered'] = drupal_render($variables['form']);
}

I created 2 files named "user-login.tpl.php" and "user-register.tpl.php" at the root of my theme folder :
/sites/all/mytheme/yoga/

IDEAS? update info on BOTH local (dev) site AND live site.

Hi, I run a fairly new Drupal 7 site. For development I have a local site on my laptop (its much faster) --- i.e., any major changes to the site will first occur on the local site.

Now the question:

How do I best update "the stuff" that might have happened on BOTH the live site AND the local site (using backup and restore)?

****************************************************************************************
Scenario 1 (the preferred):
Update only the new changes done on the local site without touching the content, comments, user info etc. on the live site. I.e., local site-> live site

This would be SWEET, but...

HOW DO I DO THIS?

****************************************************************************************
Scenario 2 (acceptable):
i) Update user info from the live site to the local site so that I don't miss any new members, and then do a complete restore: local->live site
ii) Perhaps also updating NEW content and comments (this would be very nice if its possible).

HOW DO I DO THIS?

****************************************************************************************
Scenario 3 (do I really have to this...):
Stay up late when the chance of having a user logged in minimal and then turn site offline. Do a live site->local site restore. Do any changes locally and then do local site-> live site restore.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x