update dom node with result after finishing form wizard in ctools modal

Hi,

I am using ctools wizard and modal to in a process. This process basically consists of three forms.
What I want to do is update a node on page after wizard finishes. I tried updating dom after wizard finishes and using ctools_ajax_command_html but it didn't worked.
Then I tried using simple ctools_ajax_command_reload() and redirect functions, none of them works either.
I am not sure what and how much wrong I am doing this.

Any help is greatly appreciated

SA-CONTRIB-2014-084 - Avatar Uploader - Information Disclosure

all words give other names

hello

I use Ubercart. There and in my Drupal installation, I do not want to translate but just give it a different name all words (backend and frontend).

I would also like this in the browser line have the links above as well as the new meaning.

How do I do that?

Thank you

Multiple file upload using Form api in drupal 6

I am able to find the code for how to upload multiple files in custom form drupal 7 but wants do the same things drupal 6. Can you please suggest if anyone done previously.
function multifile_upload_form($form, &$form_state) {
$form = array();
$form['file'] = array(
'#type' => 'file',
'#name' => 'files[]',
'#title' => t('Upload some multifile'),
'#description' => t('You are allow to upload jpg, jpeg, png and gif, 10MB Max Size'),
'#attributes' => array('multiple' => 'multiple'),
);

Edit button for every blog post on a main page

To edit a published post I have to open a concrete node for that post (by pressing on a title line of the post) and only after that I can see Edit link.

I want to see a direct «Edit» link near the every post on a main page. My main page looks like this: http://apitu.org.ua

Is there any module which change a view for posts how they appear on a main page?

error with the search function

Hello everyone,

I'm new to Drupal and drupal.org.

I've taken on a site and moving it to a new server due to issues with the previous 'web company'.

The hosting comapny that I'm using are very good but don't support Solr which the site was using previously for search functions. I've tried switching back to the core drupal search but whenever I do a search I get the 'white screen of death' and was hoping that someone might be able to help me understand the error message and fix the search.

Here's the error message:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x