6.x

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
greg.harvey's picture

Theme uploads via the admin UI

Hi,

I found this group post which petered out seemingly without any resolution:
http://groups.drupal.org/node/9552

One of my clients is interested in the idea of being able to upload themes via the admin UI so they can build their own themes and deploy them, safely, without the need for FTP/SSH access to the server (and the burden of knowledge such access requires).

Is there anything like this already? I'm thinking such a module could be Drupal 6.x contrib and simply provide:

  • a permission for theme uploads
Read more
orjantorang's picture

form_set_error och drupal_goto

I en egen modul har jag en validering, som inte bygger på klassisk form-validering, utan grundar sig på val som användaren gör och vilka uppgifter som finns om användaren.
Om vissa uppgifter saknas använder jag

form_set_error('field_orgnr[0][value', $message);
...
drupal_goto('node/310000/edit');

men fältet markeras inte, dock visas $message i meddelandefältet.

Jag har kikat lite och anropet uppfyller inte villkoret i funktionen drupal_process_form($form_id, &$form, &$form_state) i form.inc där form_get_errors() anropas.

Read more
ae@uberellis.com's picture

Theme (PHP Template): Display author userpic from Page template

I need help with the logic to:

  1. Detect whether page.tpl.php is displaying a full node (one only, not listed)
  2. Detect if the author has uploaded a userpic, and if yes, display the userpic. If no, display the default userpic
Read more
NonProfit's picture

6.4 Video Playback issues

Hi, I'm looking to add some admin-supplied video and can not get it to playback smoothly. I don't know much at all about video, so please excuse my awkward terminology and foolish assumptions.

The Drupal:
• 6.4
JW FLV Media Player 4.1
• Via Filefield + jQuery

The Media:
• High-quality DVD Video
• Half a dozen vids + a dozen audio tracks
• Length is about 4 minutes each

The Encoding:

Read more
Subscribe with RSS Syndicate content