Denying Page Access to Non Registered Users

Hey All!!

I would like to limit specified page access. This could be Stories, Forum (topics) and or Pages and have some of them only accessible by members.

I am currently running Simple Machines and I have the ability to restrict access. I really like Drupal and I am a total noob using this app.

Status report problems with GD and mbstring

hi,
I have installed Drupal 6.0 and started reviewing the "status report" ,
where I have the following remarks:
1. GD Library - not installed
2. Unicode Libraray - Standard PHP

I have updated the php.ini file with the following:
extension=php_gd2.dll
extension=php_mbstring.dll.

those DLLs were part of the PHP installation.

I have PHP 5.2.5 and I am running on Win XP.

Should I download new php_gd2.dll and php_mbstring.dll?
if yes, where should I download them from?

Installing Drupal 6 on Yahoo Webhosting

Trying to install Drupal on Yahoo Webhosting & receiving the following error:

register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))

Drupal for a Java Shop, Portlet Support, Flexible Implementation

We are a Java shop & develop custom web apps for various divisions in our company. I'm strongly considering Drupal as the platform for a new site based on the number of features that we can add out of the box. But we don't yet have a cohesive content strategy across all sites. So while I can standup this site quickly, we may find that we ultimately move away from Drupal to a Java solution like OpenPortal.

We will need to build custom modules. Can we develop Drupal 6.x modules in Java? Will Drupal support Portlets (Apache Pluto, JSR-286 - The Java Portlet API 2.0)?

OMG, finnished Drupal site went missing because of a CHMOD change!

I had a finnished Drupal site up and running, however the "/sites/default folder configuration file posses a security risk and has to be made non-writable". I did this and my site was gone, instead it shows me the installation screen again now!

This cant be possible, i only changed one CHMOD setting accordingly. The site must be somewhere. I was trying to change it back, but all i get is the installation screen.

Thanks in advance for any help.

Submitting forms?

Hello everybody,

I've been reading up last night on the fascinating topic of Forms, it was all very interesting and elegant, but today I have tried to submit a form from my own code and I got nothing...

I recorded a Form submission using the Devel Module and tried to submit that with(unsuccessfully), could someone tell me what I've been doing wrong?

Here is my code:
<?php

function myCreateBookForm($title,$body,$parent=-1)
{
$macro[1]['form_id'] = 'book_node_form';
$macro[1]['path'] = 'node/add/book';
$macro[1]['values'] = array (
'nid' => NULL,
'vid' => NULL,
'uid' => '1',
'created' => 1203760494,
'type' => 'book',
'language' => 'en',
'changed' => '',
'title' => $title,
'teaser_js' => '',
'teaser_include' => 1,
'body' => $body,
'format' => '1',
'revision' => 0,
'log' => '',
'name' => 'Agony',
'date' => '',
'status' => 1,
'promote' => 0,
'sticky' => 0,
'op' => 'Save',
'submit' => 'Save',
'preview' => 'Preview',
'form_build_id' => 'form-e6ea47946acd14f590ccf6ef21f8dc6c',
'form_token' => 'c568db823f084774b4cb427d508e763c',
'form_id' => 'book_node_form',
'book' =>
array (
'menu_name' => '',
'mlid' => 0,
'nid' => 'new',
'router_path' => 'node/%',
'has_children' => 0,
'options' =>
array (
),
'module' => 'book',
'original_bid' => 0,

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x