Please help mapping image and term fields using Feeds Module

Hi,

I'm trying to migrate a site using content from a csv importing into nodes using the module Feeds. I've posted ther without results and I'm so close, i hoep someone can point me in the right direction.

I can get accomplish two things:

1. I cannot figure out how to import a field that has comma separated list of terms into a Term Reference field for my Article Content type. I just get errors. I know there is a Taxomomy importer, but I want to import the terms for each node from the csv. What's the best way to do this?

Diable Jump to Navigation link?

I'm working on a new theme and all of a sudden at the top of my page I see a "Jump to Navigation" link.

I have no idea how it got there or remove it.

Help!

AJAX error?

Hello. I have 2 errors on my drupal site.


Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/social.eu5.org/includes/common.inc:2562) en drupal_send_headers() (línea 1039 de /home/vhosts/social.eu5.org/includes/bootstrap.inc).

Line 1039 = header($_SERVER['SERVER_PROTOCOL'] . ' ' . $value);


PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table '92899.cache_views_data' doesn't exist: DELETE FROM {cache_views_data} WHERE (expire <> :db_condition_placeholder_0) AND (expire < :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => 0 [:db_condition_placeholder_1] => 1308165192 ) en cache_clear_all() (línea 169 de /home/vhosts/social.eu5.org/includes/cache.inc).

Line 169 = return _cache_get_object($bin)->clear($cid, $wildcard);

And this error too.

An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: http://social.eu5.org/?q=messages/autocomplete
StatusText: error
ResponseText: {"Jaime, ":"Jaime"}PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table
'92899.cache_views_data' doesn't exist: DELETE FROM {cache_views_data}
WHERE (expire <> :db_condition_placeholder_0) AND (expire < :db_condition_placeholder_1) ; Array
(
[:db_condition_placeholder_0] => 0
[:db_condition_placeholder_1] => 1308165282
)

Porting OpenAtium Poor Man's Activity to Drupal 7

I went ahead and pulled the activity View from OpenAtrium to use in my Drupal 6 sites. It works great just need to group by date in the view to get the effect. I started to step through and change the code to work in Drupal 7 which was fine until I got to the database queries. This module hijacks the view query substituting its own. It is an enormously complicated query and I don't think I can port it to work in Drupal 7. I have the Drupal 6 version on GitHub at https://github.com/adam-s/activity if anybody would like to take a look at it.

Here is the function I'm having a problem with.


/**
* Implementation of hook_views_query_alter().
*/
function atrium_activity_views_query_alter(&$view, &$query) {
if (!empty($view->atrium_activity)) {
// Skip Views' query execution - we will do it ourselves.
$view->executed = TRUE;

// Check for already-cached results.
$cache = !empty($view->live_preview) ? FALSE : $view->display_handler->get_cache_plugin();
if ($cache && $cache->cache_get('results')) {
vpr('Used cached results');
return;
}

$main = drupal_clone($query);
$subquery = drupal_clone($query);
$args = $query->get_where_args();

// Subquery: Retrieves node posts & updates.
// NULL any fields that reference the comments table and remove the join completely.

Reverse nodereference

On http://vih.dk I have some teachers. On the teachers I create a node reference field to the subjects the teachers teach. That is easy. However, I also want to have a node reference field on the subjects, where I can add the teachers who teach the subject, so the administrator can add the reference from both places. How to achieve this?

I'm asking alot!

Hi all

This is a bit of a task. I have pretty much no experience in html, php or any other language but i learn fast. i installed drupal to make my current website more dynamic www.loadsofrecipes.co.uk

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x