How to export a site from drupal gardens to your local machine

How to export a site from drupal gardens to your local machine.

1. Export Site from Configuration/”System” site export and backup
2. load an AMP stack on your computer (I used xampp-win3 2-1.7.3)
3. Start Apache, MySQL and FileZilla services in your xampp control panel (FileZilla may not be needed)

to see full instructions check out our FAQ's at:
www.geovectech.com

Administrator must approve new content.

I know there are come modules to make it so the Admin has to approve new content after users post it, but none of them seem to be available for 7.x. Is there something built into the new version or is there currently no way to do this?

THX

can not expose a filter in views for drupal 7

Hello,

I'm trying to update my site to drupal 7 and running into some anticipated problems, but the one that is really baffling me is with exposed filters for views.

So obviously the existing exposed filters for views from my drupal 6 installation were not recognized. I removed those and tried to recreate some exposed filters, but no matter how many times/ways I click that check box to expose a filter, when I check again, it is unchecked, and I can confirm that no filter gets exposed, and the code says that no filters are set to be exposed when I export a view.

This looks like a problem with the interface for views in that it's not registering my placing a check in that expose filter checkbox, but I can't be sure.

I've tried using different admin interfaces (including default) and different browsers, (firefox 4, ie9 and chrome)

Is there some way I can manually edit a view? if it's just a matter of setting exposed to TRUE, i think I can manage that..

Any help would be greatly appreciated.

here's the export:

$view = new view;
$view->name = 'Trails';
$view->description = 'List of Trail Descriptions';
$view->tag = 'Trails';
$view->base_table = 'node';
$view->human_name = '';
$view->core = 0;
$view->api_version = '3.0-alpha1';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */

/* Display: Defaults */

displayed CAPTCHA

My CAPTCHA is displayed correctly, but when I submit the form and in case of an empty field is mandatory. Captcha does not display .................
it is the same when I want to create an account with you ...
There's a solution you it

How does one send arguments when using #ajax in forms?

For the code below I want to send the selected option (on change) to the ajax callback, to get a response. I expect something like this:

Drupal 7 Field['#type'] => container

I've made a custom content type in D7 and am trying to alter the form some (with hook_form_alter) and a custom template. I have the template working with absolutely no problems, but altering the form is getting to be quite a pain.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x