When I upload an image from my computer, the image shows as a red X. IMCE by default uploads to temp directory below.
Temporary directory:
sites/default/files/tmp
Private file system path:
sites/default/bk/
I can link to an image URL fine. I have Drupal 7 and running PHP 5.3 and safe mode is off. The permission for tmp and bk directories is 777. Is that correct?
I am having a problem with the mobile tools module which I know you have worked on and was hoping you could help. Here is what is happening. I have 2 sites site1.domain.com & site2.domain.com. Both these sites have mobile sites (site1m.domain.com & site2m.domain.com). We are using the ?device=desktop to make it so the user can view the full site then place a cookie as specified in the module. The problem we are having is that site1 is working just fine. The mobile site goes to the full site when selected.
I have a vocabulary with speakers. People can add new speakers and existing ones (autocomplete). For one event there may be over 10 speakers and the one line inputfield is some kind of limited in terms of usability.
-I like the way the date widget works. With the "add another item" button.
-And/Or a select list / radiobuttons with the posibility to add another item.
I'm developing a custom module for employees to add items to MySQL tables. It's a multi-step form (a la: form_example/wizard). The steps are working correctly and everything is dandy, save one thing...
I'm generating a select list in step 2 based on a radio button selection made in step 1. The user picks an option and enters a value in the corresponding text filed. Now for the fun part: I have to have an Ajax 'add more' button if the user needs more fields.
I'm using a simple function to populate the options array:
Anyone has issues with Drupal 7 "losing" track of your current theme? My custom theme is still active, but not enabled or set as default anymore in Appearance. In the logs, I get errors of undefined index in theme_get_setting. I'm not sure if there's any other problems relating to this happening, other than it seems weird to me.
I'm using a custom subtheme, with Adaptive Theme as my base theme. I do this in Drupal 6 all the time, and have never seen this happen before.