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

Flexinodes and teasers

Hi,

How can I tell my flexinodes to display as teasers?
I have setup the way they look by creating a file in my theme folder (phptemplate engine) : node-flexinode-4.tpl.php

This file looks like this:

how to set background picture in .sidebar_right in css

i want to put the picture background.jpg as tha background in the sidebar_right and i set that n css file but it doesnt work

also when i look at the code of my page there is not sidebar_right in there , sidebar_left is there

how to put it there so it would be included

here is the link to my site

http://www.renoseowebdesign.com/music/music/welcome

and why does put drupal music twice in the url

please help i am counting on you guys

image module question...

Hi,

I have galleries setup on my website that users can upload to. What I'd like is an option in their profiles so you can click that and see all the photos they've uploaded. Is that possible?

Scrap 4.6...start fresh with 4.7...

I've recently installed 4.6 on our new host. Everything is up and running smoothly, but the site isnt 'live' yet. From the feedback I've been hearing, it would be a good idea to install 4.7 now and focus on development for this version.

My question is: Whats the procedure to remove all instances of Drupal 4.6, so that I can install 4.7 without any hiccups. As we have not added much into our 4.6 installation, I see a fresh install as a better choice than an upgrade.

Do I simply need to delete the MySQL database, remove all the Drupal files, and thats it?

Can I create a form in a node, or do I have to do something cleverer?

Hi there

I am using Drupal 4.7.0 beta 4.

My site uses PHP within nodes, which is working fine up until now.

I want to be able to use a form within one of these pages. But using the example from the forms API, can I do something like this?

When I don't use the function, the form displays, when I do something like that below, nothing happens.

Also, how would I get the submit thing to work if I am planning to do everything within a PHP node?

Thanks very much

D

======

<?php

test_page();

function test_page() {
// THIS IS THE EXAMPLE FROM THE FORMS API

// Access log settings:
$options = array('1' => t('Enabled'), '0' => t('Disabled'));
$form['access'] = array(
'#type' => 'fieldset',
'#title' => t('Access log settings'),
'#tree' => TRUE,
);
$form['access']['log'] = array(
'#type' => 'radios',
'#title' => t('Log'),
'#default_value' => variable_get('log', 0),
'#options' => $options,
'#description' => t('The log.'),
);
$period = drupal_map_assoc(array(3600, 10800, 21600, 32400, 43200, 86400, 172800, 259200, 604800, 1209600, 2419200, 4838400, 9676800), 'format_interval');
$form['access']['timer'] = array(
'#type' => 'select',
'#title' => t('Discard logs older than'),
'#default_value' => variable_get('timer', 259200),
'#options' => $period,
'#description' => t('The timer.'),

Insert a swf in my webpage with relative path

Hi,

I have a little problem, I have a code like this:

Pages

Subscribe with RSS Subscribe to RSS - Post installation