Drupal is up and running but how do I ...?

modules is appeared as a blank page

What about modules, after installing when click on administrator >> modules appears blank page

User Read-Only module small problem

I need and install User Read-Only module 4.6.x
I configure to invalidate user posibility to change some fields (user name etc.)
But don't work...
The user can modify his name...
Please help!
Thanks

change the wording/date on "submitted by" line

I'm having a hard time figuring out where I am supposed to change things like "submitted by" and how the date on that line is displayed. Currently it displays like:

Submitted by admin on Sat, 06/24/2006 - 3:49pm.Category

I'm hoping to change it to read:

by admin | 06/24/2006 | in Category

Where do I change this?

Unabled to access style.css ??!!

Hi there,

i´ve got a little, but fine problem.
I set up Drupal 4.7.2 on an publicwebserver from an provider and set up the database an all these things.
The once problem that is left know, is that it seems like Drupal or the Webserver is unabled to access the .css file in the themes directory.

If i access the site i set up ( www.op-crew.de/opc/index.php ) everything is unformatted and just put into the site...

Can anyone tell me what could be the reason?

Problem when editing a custom node

I am new to drupal but it looks like a great solution for my current project. Anyway I am working on a custom node. I created a custom node with a bunch of extra fields following a few tutorials I have found in the help. I have inserts working fine for the extra fields I created. The fields are placed in the table ok. My problem happens when I select the edit link on an entry. The default drupal fields title and body show up fine. However none of the custom nodes which I added to my table seem to pull up when going into edit mode. Below is my code. Any help would be appreciated.


<?php
function application_help($section) {
switch ($section) {
case 'admin/help#application':
$output = '

'. t('The application module is used to create an application listing type called applications. Applications are Web 2.0 Apps and have several fields that must be filled in. ') .'

';
$output .= '

'. t('The application administration interface allows for complex configuration. It provides a submission form, workflow, default view permission, default edit permission, permissions for permission, and attachments. Trackbacks can also be enabled.') .'

';
$output .= t('

You can

', array('%node-add-application' => url('node/add/application'), '%admin-settings-content-types-application' => url('admin/settings/content-types/application')));
$output .= '

'. t('For more information please read the configuration and customization handbook Application page.', array('%application' => 'http://drupal.org/handbook/modules/story/')) .'

Problem: node/add denied access

Hi all, first time here. I tried searching but could not find something exactly like this.

My problem, whenever I click 'create content', I get 2 full pages, one on top of the other. The top part says 'Access denied', with full header and footer, and I get a normal page of 'Create content' below it which is like a typical create content list, but has 'Access denied' as its title.

Strange thing is that it only appears on this page (node/add) and not on any other page. It is ok on node/add/book etc. No problem in actually adding nodes there.

If I added a 'access denied' page and used it in the settings, then the access denied page will appear instead but the content list still appears at the bottom.

It happens to authenticated user whom I've given full access control. Happens on any themes.

I've tried it on site and locally on XAMMP. Both I installed manually (uploaded drupal 4.7.2 content, and created the database using PHP-MyAdmin, no database prefix), so I wonder if there's any other step I've missed, considering the rest of the site is fully functional. I've tried it without any extra modules installed, but it still happened.

The log always state 'node/add denied access' and the info is this (mysite is just an example name):
Type access denied
Location http://mysite.com/?q=node/add
Referrer
Message node/add denied access.
Severity warning

I'm just confused.

Pages

Subscribe with RSS Subscribe to RSS - Post installation