Installed Drupal how to access

Ok i've installed drupal via fantastico to my cpanel, how do i access drupal, i had forgott to note the url after installation, can anyone help?

Thanks in advance,

Stefan

How to override theme_HOOK at module level?

Hi,

I would like to ask if there's a way to override the theme_HOOK() at module level in Drupal 7 (I use CVS updated version)? I would like to override the View's theme_views_view_field() in my module, writing MYMODULE_views_view_field() is not working... Before in the later CVS version of drupal 7, overriding the theme_HOOK() at module level works but now its not working anymore... Yes, I do know about the MODULE_preprocess_HOOK() and MODULE_process_HOOK() but I do need specifically to override the theme_HOOK() at module level. Please help guys. Thank you in advance.

Installing Script Reseting At Set Up Database

I'm trying to install Drupal and I'm using the install script. When I use the advanced option to change my host name ,on the Set Up Database, the form resets. My site is hosted at Dreamhost. Here's the error I get when I don't use the advanced option. Any help would be appreciated.

Adding nodes with CCK fields programmatically in D7

I'm using D7 and have a php script that needs to add data programmatically to be displayed on a page on my site.

I believe I have my script set up correctly in that it is writing a node out to the correct database, with most of the information I add to my node.

My problem is that it seems that I can create the node without much problem and add data to the basic node fields, but I cannot convince D7 to store my added field data. The added fields seem to be defined correctly in the database, but I fear I'm not setting the value correctly before I call node_save($my_node).

I've tried adding my data to the fields directly like:
$node->my_field = 'random text'

and that hasn't worked.

I've also tried using an array with the content set as the value like this:
$node->my_story_body[0]['value'] = 'nice Body';

It seems to me that I just can't get the right configuration to add my fields to the node so that the CKK fields get stored correctly. When I edit the node/page that's created from the node_save I can add data to the fields through the UI, but can't seem to get it programmatically.

Thanks in advance for any help,
kevin

Here's a snippet from what I think is my offending code:

$node = new stdClass();
//All these fields save just fine
$node->type = 'my_type';
$node->status = 1;
$node->uid = 1;

Letting users create a personalized homepage

Hi all,

We have a drupal based website and would like to let members register an interest in various topics from within the taxonomy for the site, and this would then create a personalized homepage for those users, displaying things like the latest blogs, forums, news etc. for that subject area.

I've seen the MySite module - http://drupal.org/project/mysite - but that doesn't appear to be live anymore.

Is there anything available in the current Drupal incarnation?

organic group

how to install organic group in drupal 6.X and above?
i am getting the following errors:

* Warning: mkdir(): No such file or directory in _update_manager_extract_directory() (line 640 of /opt/lampp/htdocs/KMS/modules/update/update.manager.inc).
* Cannot extract temporary://og_forum-6.x-2.2.tar_.gz, not a valid archive.

Please help me on this.

Thanks in advance,
Shipra Gupta

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x