How to add new field to forum form?

Hi Everybody,

I need to add a new field to my forum form, the field is referring to a new field of my node table of database.

I want to insert the new field in "manual mode" not trought by modules.

Thanks,

MC

taxonomy_browser: how to use checkboxes?

Hi there,
I am trying to figure out how to personalise the taxonomy_browser form, and specifically hot to get checkboxes instead of select lists for some categories (not all of them).
Any hint is much appreciated.
Regards
big67

Unregistered user access with terms and conditions

Hiya,

I have a section of my site that I want to be accessible by unregistered users, but I need them to agree to terms and conditions before entering the section.

I have tried the legal module but that is for user registration and I don't want to force site visitors to register.

How I imagine it to operate is, for the user to visit the section, they are presented the terms and conditions, they tick agree and then can search/browse the archive.

Can anyone suggest a solution to this?

Thanks for any advice.

Drupal 4.7 + PHP5 + logging failed

Hi!

I use drupal v.4.7 on ISP server, able communicate with this server
through ftp and http, no terminal (telnet, ssh). ISP upgrade the PHP4 to PHP5 recently.
Users of my drupal-site does'nt able to login, no any error messages. Knows anybody what to do?
Found some analogous questions (http://drupal.org/node/138411) in this forum, but...

how to increase the size of a select field ?

$fields['VDCs'] = array(
'type'=>'select',
'title'=>t('VDC(s)'),
'required'=>false,
'storedb'=>true,
'showview'=>array(true, ''),
'access'=>$access,
'options'=>_RoMoP_get_vdcs(),
'multiple'=>true,
'help'=>t(''),
'rows'=>8,
'cols'=>35,
'attributes'=>NULL,
'tablerow'=>2,
'table_list'=>array('show'=>true,'header'=>array('data' => t('VDC'), 'field' => 'vdc'))
);

Admin setting problem

i am using drupal 4.7.4 and Linux os
-------------------------------------

My issue was in the admin part

administer
|===> Setting
|===>Genereal Setting
|===>Error Handling
|===>Cache Setting
|===>File System Setting
|===>Rss Feed Setting
:
:

Above things are in field set and the links are not placed(enabled).
I don't know what to do to work.
Is there any things need for this links to enabel.if so let me know it.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x