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

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?

Locked out

I put my Drupal site in Maintenance mode and i hit a button to save a command and the browser closed...now i cant get back in! I signed in under admin still brings me to the down for maintenance screen. How do I get back in my site can anyone help me???

Pages

Subscribe with RSS Subscribe to RSS - Hosting support