Custom Front Page + Separate Splash Login Page?

I'm building a site for a TV networking group that is a closed network. So I need a splash page that just has the site logo/background, a little bit of copy and the user login/register block. And then I also have a custom front page that I built via Panels which is currently set as the front page (and should be the front page for all logged in users).

minor Ajax hiccup with form fields

I made a previous post and pretty much ditched the code... I have a for loop which builds fieldsets like these:

    $form['components_fieldset'][$set_number]['#tree'] = TRUE;
    $form['components_fieldset'][$set_number] = array(
      '#type' => 'fieldset',
      '#title' => $title,
    );

I want to dynamically change a select field based on a radio selection (like in the Ajax examples) with a simple callback:

Displaying markup

I'm building a search page, everything is working fine, but the markup will not display when I do something like this:

can I import feed manually & external

Hello sir
can I import feed external(cpanel or outside php code) or
can I user trigger to import feed

basically I want to do this
when data insert into table then I want run feed importer

thanks

Filefield: An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size that this server supports

I have a Drupal 7 site that uses the Image File Field. When I go to delete an image I get the error message..

An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (6 MB) that this server supports

However, it works fine on my XAMPP installation, but not on my remote server. Also, it appears to be an AJAX issue as when Javascript is disabled, it deletes just fine.

Different ways (if any exist) to put comments in a block for drupal 7

Hi all,
I'm googling a lot without finding a solution to put the comment interface in a block.

All I want to do is to put the comment part under other blocks or views, with a structure like this

- node
- other block(s) (views)
- comment interface

I can't find a working solution for drupal 7, rewriting node.tpl.php doesn't seem to me the right solution because I have different kind of nodes.

Panels, maybe? But I'm scared about install a so-complex module for this.

Any ideas?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x