Best way to develop a social network site.

Hai,

I like to develop a basic social network site, could you tell the best way to develop or is there any free theme to develop a basic social networking site.
Thanks in advance..

Create a Slideshow of Images in a Node with Drupal 7 and views 3.x

I've been trying to get the same result as Create a Slideshow of Images in a Node http://drupal.org/node/814132 but this uses drupal 6 and views 2.

Does anyone know how to adapt this to drupal 7 and views 3? Or be able to point me in the right direction?

Cheers.

Link directory module

Hi there,

is there any link directory module? I have seen this one http://drupal.org/project/directory but, is only for drupal 5 and 6 not 7, is there any other choice for drupal 7?

What module people usually use to create a link directory for the links they exchange?

Cheers!!

template from module

Hey all :)

I got an Problem.

I tried to add an Template for a Custom Content Type from my Module.

function glossy_theme($existing, $type, $theme, $path) 
{
  $hooks['node_glossy'] = array(
          'pattern' => 'node__',
          'file' => 'node--glossy.tpl.php',
          'path' => drupal_get_path('module', 'glossy'),
          'arguments' => (object)array('node' => menu_get_object()),
        );
  return $hooks;
}

Content type name: glossy
Template: node--glossy.tpl.php

wrong menu entry at "Active forum topics" -> o configure

Hi to all,

see http://www.heavycargova.org

you can see the configure link under the "Active forum topics"

Its the menu item when using hovering over the yellow bar to configure the block.
admin/structure/block/manage/forum/active/configure?destination=node/25

The link is not visible when logged in as admin.

Regards Knut

How to erase blog links

Hello,

I would like to know how can I deleted all the links that appear on my blog saying "admin's blog".

Regards

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x