Shortcuts for authenticated users

Hi

I'm a developer but a bit new to Drupal .. I can't quite get shortcuts to be editable by authenticated users.

All of these are ticked for authenticated users:
Shortcut:
Administer shortcuts
Edit current shortcut set
Select any shortcut set

but then logged in as an authenticated user, with shortcuts showing in the first column, I'm getting the shortcuts title, a link "Add content" which adds a page (not a shortcut) and the first shortcut which is just a clickable link.

New Page with articles in Drupal 7

Hi !

I recently installed Drupal, I like it a lot (put it also some modules, till now I saw some problems with "smart paging", but only when I'm logged as Admin and using Archive in Sidebar, so I disabled Archive, because some php errors appeared ... Other "serious" problem was with Captcha because it didn't work when a simple user wanted to put articles, but I managed combining it with KeyCaptcha - I added this module I know for a long time ...)

I can't show image in my content

Hellow everybody,
My website work fine in localhost and old hosting. I have just change hosting linnux. all images, flash and video in my website can't show. I search for my help, but it not ok. Help me fix this problem. http://hộ-vệ.vn
Thank you,

SQL Azure connect from local D7/IIS

I am trying to connect a local D7/IIS instance with SQL Azure & its throwing me the below mentioned error:
"Failed to connect to your database server. The server reports the following message: SQLSTATE[08001]: [Microsoft][SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [53]. ."

Any clues about what might be issue?

Can't get db_insert to work with multiple rows

I'm trying to insert multiple rows into a field collection from a CSV that's been uploaded. I can successfully do one row, but it fails with the foreach. I am grateful for any help. Thank you.

function apa_import_form_submit($form, &$form_state) {
   < ... snip .. >
  $parsed = apa_parse_csv($f);
  drupal_set_message("<pre>".print_r($parsed, TRUE)."</pre>");

  foreach ($parsed as $data) {
    db_insert('field_data_field_last')
           ->fields(array(
               'entity_type' => 'field_collection_item',
               'bundle'      => 'field_list',
               'deleted'     =>  0,
               'entity_id'   => $fid,
               'revision_id' => $fid,
               'language'    => 'und',
               'delta'       => 0,
//  If I comment out the foreach and replace $date[1] below with $parsed[0][1], the first row from the csv is imported successfully
               'field_last_value' => $data][1], 
               'field_last_format' => NULL,
         ))
         ->execute();
  }

}

output from the drupal_set_message:
Array
(
[0] => Array
(
[0] => Last Name
[1] => First Name
[2] => Phone
[3] => Ref #
)

[1] => Array
(
[0] => Simpson
[1] => Marge
[2] => 2
[3] => ref1
)

Aggregate and compress CSS files Problem

Hi,

I searched and read about this a lot, but the problem is not solved yet. Help me, please.

As I enable "Aggregate and compress CSS files", the CSS files of the site do not load. and the Styles in the site's header are like:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x