The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
46 views

Knocked out my own admin recongizion on my own site

I have Drupal 6 site. In deleting spammers I accidently knocked myself out. Can I reclaim admin on my own site? Help.
0
votes
1answer
32 views

Unity launcher / OSX Spotlight like functionality for administration?

I'm fairly certain I've seen a module that provides a quick way of typing in, for example, the title, of an administrative page, and it would wisk you away to that page. Much like the way Unity's ...
0
votes
2answers
32 views

How do you view a log of previous visited visitors showing their IP in Drupal 7?

Where do you view a log of previous visitors showing their IP address in Drupal 7?
1
vote
1answer
30 views

User Registration to provide password on registration pg administrator approval and verification email

[I tried looking for similar answers, I just got this: Administrator notification on user registration For user registration I want: 1) Password and Confirm Password field on Registration page 2) ...
0
votes
1answer
31 views

Custom site administration form/page

I'm looking to create a page on my site that will allow certain users to perform administrative tasks without them needing to have access to the entire administrative back end. I want to create a ...
0
votes
1answer
45 views

Is there a way to skip bootstrapping drupal to save load time via drush?

I currently use drush alot to manage my sites, but I was wondering if there was a way to skip bootstrapping drupal everytime drush is run for certain commands that might not need it. This would save ...
0
votes
2answers
50 views

“Edit This Page” functionality

I've searched around for quite a bit but can't find the anwer. I'm trying to add a "Edit this page" functionality to my admin menu. Is there an existing feature or module that I'm missing which allows ...
0
votes
1answer
24 views

confirn in link on overlay lists

I create in administration list of some content and create link delete. On link delete I add attribute onclick="return confirm('Are you sure?);" but when you click "cancel" on confirm block drupal ...
-1
votes
1answer
19 views

Displaying the Drupal administration interface in the main content area

How would I go about displaying the Drupal administration interface in the main content area, instead of it taking up the whole page when the overlay module is disabled...
0
votes
1answer
39 views

Menu for /user page

How to edit menu for /user page? I can't find this menu in the dashboard. I have: View Edit Orders Shortcuts Track page visits Devel
3
votes
1answer
30 views

Permissions filter like module filter

The module filter makes managing modules from the UI very easy to manage. Live update with the search query and grouping. I've been looking for a similar module for the more messy permissions table. A ...
1
vote
1answer
58 views

Incredibly slow speed in admin pages

I've been using my 4 year old Mac Book Pro for a development environment for the past few years, and with memory (8 GB) and hard drive upgrades, speed was pretty decent. I just got a new iMac with a ...
0
votes
0answers
18 views

Custom module and Administration Toolbar conflict

We have a site where we added one custom module and when we enabled that module the Administration Toolbar disappeared. It seems that it doesn't matter what we call the module and it can even be a ...
0
votes
0answers
22 views

Remove / upload button doesn't work fine with 2 languages

I noted some weird behavior in the edit node area of the administration. I think it has to do with the language. When I have the admin language set to EN, and the default language set to other. The ...
0
votes
1answer
97 views

Save button missing from content type edit form

Here is what the bottom of my "leaflet" content type edit form (i.e. admin > structure > content types > leaflet > edit) looks like: Here is what the bottom of my "testimony" content type edit form ...
0
votes
0answers
44 views

Menu Items not showing for authorized roles

I created a store admin role and they have access to all the store permissions, but the store dropdown via the Admin menu module isn't showing up for this role. However it does show up for the admin ...
1
vote
2answers
94 views

How to add checkbox to existing administration page

For a custom module i would love to add a checkbox to "BANDWIDTH OPTIMIZATION" under "admin/config/development/performance". I know how to add a new admin page but this is just one checkbox and i ...
4
votes
3answers
119 views

Variable saved as string, not as integer

I have a problem when updating a variable with return system_settings_form($form) - Basically, I store a variable as an integer, but when I press Save configuration, it works very well except that it ...
0
votes
2answers
37 views

Give user 1 status to someone else?

I'm in the process of leaving my current job, and that requires that all of my accounts be disabled. Well, some of those accounts are user 1 accounts in a few of our Drupal sites. Is it possible to ...
2
votes
1answer
113 views

Cannot access Administration > People page

I cannot access the People page. There is no error message. If I click on People in the menu bar, the Administration home page is shown. The other Administration pages are accessible. ...
5
votes
1answer
75 views

How do I create a administration page (with overlay) through the UI

I would like to add an administration page (with overlay) to my site (not programatically). I assume the basic process is: Create a 'basic page' Set the path to /admin Set permissions <-- How do ...
1
vote
1answer
143 views

How do I filter the “admin/content” page through it's url?

As the content overview page ("admin/content") has filtering capabilities, I'm trying to allow my users to access the filtered content through an url. For example, if I want to see a list of contents ...
0
votes
1answer
45 views

Administration theme for certain roles

How do I force certain roles to use exclusively administration theme? These roles are only allowed to add content in administration and there is no problem for that. But some pages, like the user ...