Drupal is up and running but how do I ...?

OSCommerce inside Drupal?

I have Drupal installed at the root of a site on a shared hosting provider. OSCommerce is installed in directory called "catalog" but I am having troubles accessing the "admin" folder inside of "catalog".

This admin page, which I need to configure the store, just goes to the Drupal 404 page.

Is it possible to get menu titles as links?

I am creating a navigation structure that consists of a number of menus that are enabled as blocks on the side of the page.

However, I would like the menu title to be a link and not just a piece of text.

Is there a module or patch that adds this functionality?

Failing that, how easy would it be to modify menu.module to accomplish this (my php skills, along with my knowledge of the inner workings of Drupal, is basic but slowly growing)?

Many thanks for any suggestions.

How to add avatar pictures to xtemplate theme

I started with an xtemplate theme and customized it for my own website. I would now like to add avatar pictures to the forum posts. How can I do this?

Thanks,

Wouter

Enabling/Didsabling blocks for different roles

Hi to all,
It's possible show/hide a menu depending no the role of the user ?

Thanks

Marcello

PHP Coding Question

I am trying to fetch data from a table with the following fields

$headers = array(
array('data' => t('Username')),
array('data' => t('Fullname')),
array('data' => t('DOB')),
array('data' => t('Gender')),
);

$result = db_query("SELECT u_id, fullname, dob, sex FROM {datatable} WHERE status = %d", 1)

new phpTemplate based theme not detected

I just upgraded my blog to Drupal 4.6.3.

I want to design a new phpTemplate based theme for the same. The problem is that the theme engine is behaving very erratically. New xTemplate based themes get detected without any problems but new phpTemplate based themes don't show up.

I have tried to make phpTemplate detect the new theme by going to "admin >> themes >> configure" but no use.

Pages

Subscribe with RSS Subscribe to RSS - Post installation