Users cannot edit their own account information

On my site, users can no longer edit their own account information. I think I have tracked this down:

need a good beginner tutorial to drupal

need a good pdf beginner tutorial to drupal-tnx

עבודה מהבית

how to get something fixed in core?

Hi, I was working on a project and came across an issue in core and didn't see where to report it. Where could I do that, anyone know? I checked the latest development version for drupal 8.

Block footer

Hi,

I've got the code below:


$rows[] = array('data' => array(theme('image', array('uri' => $image, 'alt' => $title, 'title' => $title)) . " " . $result['currency_code'], $result['buying'], $result['selling']));
     if (isset($rows)) {
return array(
'#children' => theme('table', array('header' => $header, 'rows' => $rows)),
);

This is a block content. Now I need to add a string as footer. For that purpose, I've tried

Menu order

Hi,

I'm just curious, not necessarily asking for help.

I've got the below code:

<?php
function tcmb_menu() {
$items['admin/config/system/tcmb-settings'] = array(
'title' => 'Tcmb General Settings',
'description' => 'Configure Tcmb module',
'page callback' => 'drupal_get_form',
'page arguments' => array('tcmb_currency_settings_form'),
'access callback' => 'user_access',
'access arguments' => array('administer Tcmb'),
);
$items['admin/config/system/tcmb-settings/currency'] = array(
'title' => 'Currency settings',
'description' => 'Currency',
'page callback' => 'drupal_get_form',
'page arguments' => array('tcmb_currency_settings_form'),
'access callback' => 'user_access',
'access arguments' => array('administer Tcmb'),
'type' => MENU_DEFAULT_LOCAL_TASK,
);
$items['admin/config/system/tcmb-settings/gold'] = array(
'title' => 'Gold settings',
'description' => 'Configure gold settings.',
'page callback' => 'drupal_get_form',
'page arguments' => array('tcmb_gold_settings_form'),
'access callback' => 'user_access',
'access arguments' => array('administer Tcmb'),
'type' => MENU_LOCAL_TASK,
);
$items['admin/config/system/tcmb-settings/other-settings'] = array(
'title' => 'Other settings',
'description' => 'Configure other settings.',

Drupal developer in San Francisco, CA Bay Area

Project includes migrating web properties into a Drupal platform.

Work experience and familiarity with Drupal is a must as well as experience working in a team coding environment with source control such as GIT, SVN, or Mercurial and *NIX.
HTML, PHP, CSS, and Javascript skills required, experience with writing SQL and Drush desirable.

UX development and progressive enhancement understanding is desirable.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x