SEO

I am wanting to know who is beter at getting one way links to improve SEO Drupal or Wordpress both are good platforms but I am only concerned with oneway SEO links coming in to my site I read different stuff in the forum and mostly it was about manipulating links on my site.

What modules is Drupal missing?

What contributed modules is Drupal missing? For example, have you ever gone looking for a module and been shocked to find it didn't yet exist?

I don't mean to attack Drupal with this thread; rather, I'm just curious what kind of answers people will give. Personally, I put in two ideas which I thought were fairly obscure -- keyboard shortcuts and spellcheck -- and was surprised to find both had already been implemented.

How to offer a hosted service with Drupal

I am wondering how to setup a workflow for my intranet hosted service project.

I imagine that:

Creating a custom theme using Views

Hey Folks

I'm quite new to drupal and thought about giving it a shot. I was reluctant before, but now drupal 7 is in alpha, I'm giving it a go but have hit a major hurdle.

I'm a custom/expression engine guy and I love being able to spit data into my own template and do whatever I want. I've been trying to do the same thing with drupal views and themeing the output. Here's the problem.

I've created a new content type called "property" (custom fields, linked taxonomy), I've created my view (working fine), created a block and I've attached it to a page node/6. All working fine.

However, I'm now trying to create a custom template and I've created an override of views-view-field--property-list.tpl.php - that works fine if I keep the default print $output; inside.

When I try and edit the template to display the individual field values and taxonomy values I don't seem to be getting anywhere. I can get the node title by printing "title: print $row_value = $row->{$view->field['title']->field_alias};
" but the other fields either don't work or display the wrong information.

For example, price "price: print $row_value = $row->{$view->field['entity_id']->field_alias};
" - shows a value of "5". Same with image and location.
image: print $row_value = $row->{$view->field['entity_id_1']->field_alias};

How to display more than 1 contents on a single row?

Hello Everybody,

I am using drupal7.

I created a new content type called "News".

The fields associated with news are Tittle, Image, Category, Tags, Descriptions.

On home page it displaying news title, image, category and tags.

But it is displaying one content per row.

How I can display more than one contents per row like 2 or 3 or 4 etc?

in the same format we display images in a gallery.

Page template per content type

Failed to find it in the docs.
Does D7 have page template suggestion functioning per content type? Or it requires a custom function?
Anyway, how can it be done?
Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x