A Drupal User with administrator role who can perform administration actions.

learn more… | top users | synonyms

0
votes
1answer
22 views

Unable to login into website after installing and setting up itweak_login

After installing and tweaking itweak_login I got this error when I tried to re login into the site. Any body have any ideas, how I can log in into the site. Sorry, unrecognized username or ...
1
vote
1answer
24 views

Filter node by custom_field in admin panel

I'm using Drupal 7, Views and Panels. Created a content type and custom field (field_list) And showing contents by list on my site. Thanks Views :) But when i click find content in admin panel, many ...
0
votes
0answers
25 views

Trigger an email to admin sending user details when 'welcome (no approval required)' is set in Drupal 7

I am working on a drupal 7 site where i had set "Who can register accounts?" to Visitors in accounts settings. Now the problem is i am unable to send an email site admin providing the user details. Is ...
2
votes
2answers
34 views

Modification of Email template

I am working on a site where i had change the "email template" email to be sent on registration request to the user. How can i change the "email template" email sent to the site administrators id?
0
votes
1answer
49 views

Different User Points for different nodes

I am using the User Points module to assign points to users if they post some content and so on. Works great. Now the admin can set some tasks to the users in the form of nodes. To be clear, a node ...
0
votes
1answer
15 views

How do I remove the default 'my cms' text from my drupal 7 webpage with the bartik theme?

I have recently created a webpage with drupal 7 and currently have the bartik theme applied. However, I have encountered what I assume is a trivial issue but have been unable to fix it. The site has ...
0
votes
0answers
54 views

Create a new custom event for rules

I am unable to find any documentation regarding this and hope that the community can rescue me. I want to create a custom event type for Rules. Specifically, i want that when an authenticated user ...
0
votes
2answers
60 views

How to hide administrator under role

When an administrator (except user 1) editing a user how to hide "administrator" under role in a user edit page in D7 site? or how to prevent assign a role of administrator while editing a user?
0
votes
1answer
34 views

Set to the language of admin pages to english despite the language of front pages? [duplicate]

Possible Duplicate: Do not translate the admin area / How can I set the language of the admin area to English? Just that. I have a multilingual site but I'm very used to see the admin pages ...
0
votes
0answers
35 views

Display field on frontpage from administrator user profile

I want to display one of the fields from my administrator account on all pages. I have this code which i use for my page--user.php file to display my background image field: <?php $uid = ...
7
votes
6answers
574 views

How to deal with someone trying to login as admin?

During these last days, I noticed in my dblog, that someone has been trying to sneak around. The person tried finding the login url (my website isn't open for user registration) so they tried ...
1
vote
1answer
131 views

Unable to login into admin after theme change

I am new to Drupal and to understand the basics I created a new theme in Drupal and enabled it as default. It works fine, however, I am not being able to log in into admin. I reinstalled Drupal and ...
0
votes
0answers
58 views

The admin settings under user mangement is showing “Page not Found” for the admin

I'm using drupal 6 site.I already encountered an error that i can't view the user register page and when I logged in as admin the user settings,access rules,permissions ... etc which are comes under ...
0
votes
1answer
241 views

Unable to go to administration pages (access denied)

It seems I have some problems to access some functions. When I try to run my website I have these errors: warning: call_user_func_array() expects parameter 1 to be a valid callback, function ...
0
votes
1answer
66 views

Admin pages including content edit are exremely slow

I am using latest 7/16 version of core and complicated field collections with all kind of stuff. The problem is it takes up to 1 minute to load all kind of pages in admin section. All dev modules and ...
0
votes
1answer
91 views

Drupal 6 sort order module for admin panel

I want to display data from tables in admin panel and want to sort it by numeric order. And when the sort order will changed, sort order should store in database. All the data will display in admin ...
1
vote
1answer
52 views

Let the site administrator edit content at page

I'm using views (outputing fields) to display the content of a page and that's working fine for the end user (the visitors). I have 2 questions about the administration for this page. Is it ...
0
votes
2answers
101 views

WYSIWYG only shows in administration theme

Anyone having this issue where the wysiwyg editor is only showing when you are in admin mode?
0
votes
2answers
257 views

htaccess 301 redirect everything except /admin

I have been scratching my head for almost half an hour already because of this. I don't know what I am doing wrong, might just be under my nose, but i just cant see it. Here's what I have on my ...
0
votes
0answers
207 views

Connection reset on accessing admin pages

I've seen this error in several places online, but haven't really found a solution yet. I developed a site using the LAMP stack on Ubuntu, then installed a WAMP server in Win7. I copied the files, and ...
0
votes
3answers
37 views

Saving email addresses

I create a simple ecard page where users can send some (stupid) ecard to other people. Now for some reason our clients wants to save all these email addresses, and I'm wondering what the best way to ...
2
votes
1answer
155 views

Drupal 6.19 - cannot add node links to primary-links

I have a problem that is driving me crazy. I've been trying to solve it for a week now without luck. The problem is, I can't add any internal (node/xxx) links to primary-links. After I add one, it ...
0
votes
2answers
122 views

How to detect if the current viewed page is administrative?

How do I detect whether the user the page is currently viewing, is considered administrative? An administrative page can be recognized when the administration theme is activated. In my case I would ...
9
votes
1answer
274 views

Drupal admin area and login, Securing them with HTTPS

I've been reading a lot about this and trying many of the methods I've found and haven't yet been able to get anything working properly. I want to be able to secure the admin area and associated ...
0
votes
0answers
62 views

Not showing tabs in media overlay

After upgrades of most modules on my websites, including the media 7.x-2.0-unstable4 to 7.x-2.0-unstable6, i have a problem with the tabs on the overlay media browser. It does not show the tabs, but ...
2
votes
1answer
156 views

How to add more than 7 links in the shortcuts bar?

I just noticed that there is a limit of links to add to the Shortcut bar. Is there any way to change this, I need no limit at all.
3
votes
1answer
211 views

Why variable_get() returns all values of checkboxes list, even if checkbox is not selected?

I have checkboxes list in system settings form: $form['mymodule_menu_perm_menus'] = array( '#type' => 'checkboxes', '#title' => t('Menus'), '#options' => menu_get_menus(TRUE), ...
6
votes
1answer
404 views

Can you create new users without entering email, then prompt user upon first login?

I want the site administrator to be able to create a user, submitting only a username and a dummy password. This information would then be 'manually' sent by the administrator to the user, whom upon ...
0
votes
3answers
84 views

node/add page shows 2 of every type. How do I fix this?

My node/add page (Add Content) shows two of every content type! Here is a screenshot: I am 99% sure this is is a database problem, but my database node_type table looks OK and only has one of each ...
3
votes
4answers
2k views

Simple drupal admin for clients?

Basically Drupal is bit complicated for normal clients. Drupal 7 is better but still its not that user friendly for clients especially when comes to admin content or taxonomy! Is there any module or ...
0
votes
1answer
105 views

Saving the module configuration form data

I am using Drupal 7. I want to create an add-on module for Entity External Rating module. In that I want to give the form to users where users can select the content types, and based on that ...
3
votes
3answers
266 views

Can the 'update' module be made less aggressive?

Running an update check on all installed modules on my site takes quite some time, and sometimes even exceeds PHP's runtime limits. Leaving the module enabled makes using the web based administration ...
3
votes
1answer
52 views

Add an Administrator?

I've added a new Drupal user, so how do I make them an administrator of the site? I can't seem to find a setting to do this? User roles are Authenticated and Anonymous. But the default login ...
0
votes
1answer
57 views

Related Links for Content

In the design for my article pages I have related links in a right hand side column. In Drupal administration when you edit content I want to have a 'Related Links' section, which prints a list of ...
0
votes
1answer
266 views

How do I prevent Drupal from sending an email to the admin every time a new user is created

I've inherited maintenance of a drupal 7 site from another group. Currently, every time a new user account is created the admin is sent an e-mail about it. The admin wants this disabled. I've been ...
0
votes
0answers
81 views

Admin Module with Tabs has Tasks and Index tabs

I created a module last month which had an admin interface which was just one page. I'm trying to add a few more pages to that admin ui by adding tabs at the top so that once I'm on the admin ui for ...
0
votes
0answers
183 views

cannot add or edit content or settings

I am logged in as admin on my drupal site but I cannot change anything. I try to add a new article, click Save, nothing happens, the browser returns to the "add article" page with the empty wysiwyg ...
4
votes
3answers
500 views

Send site emails to multiple administrators

Simple question, though I cannot find the answer anywhere -- How does one specify multiple addresses for the primary administrator account in Drupal 7? Put another way -- how does one make Drupal ...
0
votes
5answers
160 views

empty page creation and filling it with blocks

I need to create a custom page which content region can be nicely presented as a set of views blocks. I don't know whether it's possible. So the question is: Is there any possible way to create an ...
2
votes
2answers
277 views

Admin Menu at bottom of screen

My admin menu keeps randomly showing up at the bottom of the page. Any ideas why? EDIT: I've continued to pay attention to the behavior.. and it appears to only happen when there is a "message" ...
2
votes
1answer
259 views

how to access drupal site using domain containing host ip address as prefix

My drupal site works in local domain dev.example.com (which is configured as a virtual host). For some reason, now I need to access the site using exactly the following address: ...
1
vote
3answers
611 views

Show user ID in admin/people list?

How difficult would it be to show a column in the user list (admin/people) that shows the user's ID number? Is this possible?
5
votes
2answers
166 views

Separate permissions for administering user configuration and administering users

In Drupal 7 there is one permission for administering users, "Administer users". This covers both the main user management page at 'admin/people/permissions', and the configuration of settings/fields ...
2
votes
2answers
330 views

Errors to Display: None - Settings won't save

I've got my site developed and I'm preparing it for production. There are some errant warnings that appear every once in awhile (I've checked them, they aren't actually a problem, just something dumb ...
0
votes
1answer
105 views

Can not access admin links

I have encountered a weird problem in Drupal 6 in the recent days: I can log in as admin but none of the mysite.com/admin/* links work from GUI. I still can use drush to enable and disable modules ...
0
votes
2answers
599 views

Clean up Unused Tables

I have installed some analytics module for my drupal sites. Because it's on company's internal network, I couldn't use it. Now I have the tables created by the module sitting in my database (after I ...
0
votes
2answers
545 views

Drupal 7 on new Linode stack, POST/GETS 404ing but pages still loading?

I'm trying to migrate a site to a new linode environment, and my website has made the journey with the exception(s) that: I cannot login at /user/login, console shows 404s when submitting credentials ...
4
votes
3answers
870 views

drupal 7 comment moderation modules

I am looking for modules that can extend drupal 7 comment admin. For example, I want to be able to set different statues for comments, like Approved, pending, spam and unapproved. And maybe comment ...
0
votes
1answer
48 views

Not authorised to view page admin

So I am following the book Drupal 7 Pro Development book and just completed chapter 2. I cannot access my modules admin page. Here is my menu hook. Can you please point me in the right direction. ...
0
votes
0answers
243 views

User 1 becomes anonymous on node/add, access denied messages

I had been developing a Drupal site locally and put it up online recently without much problems. Our server runs in PHP Safe Mode, but I've already got most of the website working nicely. The only ...

1 2