RSS on homepage

Hallo

On my server www.leasing-cz.cz I have RRS from servers Penize.cz and Finance.cz. But I dont know how to set up any abstract texts.

Details: now its visible only title. I want view abstract text to. Similar as on page: http://www.leasing-cz.cz/aggregator/sources/2

Is it posible?

Add a Forum and a single-user blog created using drupal to existing website

I am an absolute newbie to drupal. Just installed drupal-6.0 on my local machine. I wish to add a Community forum and maybe a single user blog to an existing website I maintain. I do not wish to move the entire site to drupal.

1) Is it possible to create a forum/blog in drupal and add it to the existing website? Would you recommend using drupal for this purpose?

HOw to attach file to post?

Hi,

I have posted a story but would like to attach a documet that is related to my post. How would I do that?

Thanks

How can I add custom classes to form input elements

How can I add the option elements a class?

Goal:

<select>
  <option class="green">Yes</option>
  <option class="red">No</option>
</select>

This code add a class to the select element:

Permissions for module not appearing

My second module but problems with this one. The module is enabled but nothing appears under permissions and as a resultonly the super user can access this module. I have deleted and re-added run update.php and tried all sorts but I cannot get this module to appear under permissions.

Can anyone help?


/***************************************************************************/
/** MENU - required **/
/***************************************************************************/

function turnpoint_menu() {

$items = array();

$items['turnpoint_record'] = array(
'title' => '',
'page callback' => 'turnpoint_record',
'page arguments' => array('turnpoint_record', $form_state),
'type' => MENU_CALLBACK,
'access arguments' => array('access turnpoint')
);

$items['task_planner'] = array(
'title' => 'Task Planner',
'page callback' => 'task_planner',
'page arguments' => array('task_planner', $form_state),
'type' => MENU_CALLBACK,
'access arguments' => array('access turnpoint')
);

return $items;
}

/***************************************************************************/

Populating hidden fields from MENU_CALLBACK function in module.

I am working on a module that adds user accounts from an external source with a MENU_CALLBACK function. I have a hidden field that i want to populate with the profile_save_profile function, but am unable to unless it is not hidden because of permissions on the menu callback (i suspect). So...

(1) What permissions does a module run with?
(2) What user does a module run as?
(3) Am I able to change these to make this work inside the core API instead of writing my own query?
(4) Is profile_save_profile the best route to accomplish this?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x