This is a forum for helping users host their Drupal site.

Configuring windows 2003 server with the domain to access my drupal website

Dear All
I was deploying my drupal website to Windows 2003 server.
In order to do that i used Acquia drupal stack and i moved my database and all the content of the website i develop to the deployment web server.
Previously there was a static site running on the webserver so i removed that and replace with the new one.
Inorder to make the site online, i visited the IIS manager and add the ip address of the server, the domain www.xxx.gov and also show the directory of the website.

privacy concern of hosting website at home, any suggestion?

Hello,
sorry if this post into the wrong place. I've spent hours searching on the net without any luck so i decided to post here and hope someone can help.
I have a drupal site hosted on my home computer. I use my another computer surf the net.
I know there are traffic track, or statistic tools for helping webmaster to analyze their website's traffic. Google Analytics is one of the example.

hook_views_data & JOIN

Hi every body

I'm french so sorry for my english.

I have a problem with hook_views_data.

I want to display in a view the title of the nid countain in the field of a table who I created and I don't know how make to display this title I arrive only to diplay his nid.

I have this code for the moment :

<?php
function courses_views_data()
{

$data['ma_table_ref']['table']['group'] = t('Mon nom');

$data['ma_table_ref']['table']['join'] = array(
'node' => array(
'left_field' => 'nid',
'field' => 'nid',
),
);
//This is here I want to display the title and not the nid
$data['ma_table_ref']['nid_du_champ_ref'] = array(
'title' => t('Fournisseur'),
'help' => t(utf8_encode('Fournisseur du produit.')),
'field' => array(
'handler' => 'views_handler_field',
'click sortable' => TRUE,
),
'filter' => array(
'handler' => 'views_handler_filter',
),
'sort' => array(
'handler' => 'views_handler_sort',
),
);

My module and the module panel

Hello World,

I am french so sorry for my english.

I have a problem with my module who create a content type.

My module create a table when it's activate and with a form we can create a node.

We can see all my field in the module views(hook_views_api & hook_views_data) but not in the module panel.

If someone have an idea It was so cool.

Thanks

Module who create a content type

Hello World,

I am french so sorry for my english.

I have a problem with my module who create a content type.

My module create a table when it's activate and with a form we can create a node.

But I want to change the disposition of this new content type when it's display. To do that I want to use the module views but I can't choose my news fields in this module because they are not in the chooses of fields of module views.

If someone have an idea It was so cool.

Thanks

Server load

Hello,
Is it high server load?

Server Load 7.03 (16 cpus)

What exactly does it mean?

Pages

Subscribe with RSS Subscribe to RSS - Hosting support