Need drupal/apache configuration skills

We have drupal 4.7.6 installation with apache 2.0, php 4.4.6 and Mysql 4.1.14.
PHP is able to query from mysql.
apache is able to execute php scripts.

drupal is installed successfully.

however we have a problem.
This is the first step of configuration.

1. go to http://gnuranch.com:4040
2. register your self.
3. you will receive email.
4. login to the site.
5. try to access the "administrative page"... it shows "access denied".

Access and Visual Basic: Can be connected to Drupal somehow?

Hello there!

I´ve been asked to create a little program for a guy that is managing two condominiums. He´s using Access to manage all their accounting stuff, expenses, etc.
He´s using it in a very simply way, no Macros, nor programming knowlege of any kind.

So, I´ve decided to create something similar as the program he´s used to manage, and I thought of Visual Basic, and working with his Access tables.

The thing is that I would like that people in their buildings could connect to those databases using his website (in Drupal).

change text on specific webform submit button

Hi all,

I am trying to change the text on the submit button of a specific webform. Changing the text on alle buttons is easy, by modifying th module a bit, but how to do it for one specific form?

This posts have a few pointers for changing the button to an image: http://drupal.org/node/62647

This one looks promising, describes how to theme your webform: http://drupal.org/node/79086 But this returns a blank page for me when I implement it in Drupal 4.7.x. Somehow the function is not called properly, or, when you modify part of the form, it loses the rest of the content?

If anyone can give me pointers as to how it would be possible to modify the text of the submit button in just on specific webform... you'd make my day :)

Thank you,

Harro

Example of what I tried to use in my template.php in my theme folder:


function phptemplate_webform_form_23 ($form) {
$form = _phptemplate_callback('webform_form_23', array('form' => $form));

// I tried the two methods below, (not at the same time) but both returned a blanc schreen.

// option #1:
$form['field']['submit'] = array ( '#type' => 'submit', '#value' => t("my text"), '#weight' => 23, );
//option #2:
$form['submitbutton'] = array('#type' => 'submit','#value' => t('my text'),'#weight' => 1000, );

return _phptemplate_callback('webform_form_23', array('form' => $form));
}

Site thinks we are 1973

I have a really freak-problem here.

I have a site, running 4.7.6
I have the archive-block activated, so it shows a little calender.
All was running well.

But since recently, every time I want to edit a post, I see the month and year above the calendar change to september 1973, october 1968,...

Links Package - can't figure out how it works

I did read the documentation before i posted this, but i still need some help :-P
What i need is the possibility to track clicks on links stored in CCK nodes. i thought Links Package was the right module for this, but now as i have installed it i'm quite lost: i see i can create weblinks as a separate content type, but how can i track links inside of CCK nodes?
Thank you in advance!

PJIRC module not working

Hi

I'm trying to setup the PJIRC chat module in my Drupal 4.7 install, but no matter how I install it, the applet is not loading and I'm getting this error in the log:

modules/pjirc/pjirc/irc/ParameterProvider.class not found

I have checked and the module files downloaded from drupal.org do not include the above file. Am I missing something here?

Thanks in advance for any assistance

--
Albert

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x