Drupal styles and Netscape 6.2.1 issues.

Have found that Netscape Navigator 6.2.1 has issues with almost any Drupal themes (or might say with Drupal core styles). Looks like it doesn't support display: block style, thus doesn't show (!) any content that have forms (or maybe smth more) in it.

Random Quotes Block Module

Hi, I wrote this little module that displays random quotes in a block:

function random_quote_block($op = 'list', $delta = 0) {
  if ($op == 'list') {
    $blocks[0]['info'] = t('Random Quotes Block');
    return $blocks;
  }
  else if (user_access('access content')) {
    
	$quotes_array = file('quotes.txt');
	$quote = $quotes_array[rand(0, count($quotes_array) - 1)]; 
	$quote = trim($quote);
	$content = "<b><i>We tried to imagine our ideal boatyard...</i></b><br /><br />";
	$content .= "<i>&quot;".$quote."&quot;</i>";	
	$block['subject'] = t('');
    $block['content'] = $content;
    return $block;
  }
}

Everything went well, until I did an upgrade, whereupon all the single quotes (') in the quotes turned into question marks.

the quotes file looks like this:

We wanted a proper working boatyard with boatyard smells and activity where owners can come and go and do as much or as little on their boats as they wanted to; where there was professional advice and service on hand and expertise when it’s needed.
We wanted a quiet and peaceful location because we were going to spend a lot of time there and it was going to be holiday, care-free time to dream a little as well as to work and scrub and paint.
We wanted to feel that the yard would know us and know our boat and want to look after it and know how we wanted it to be kept and that it was safe when we left it.

Help! Donate Your Brain! (Moving Hosts)

Please... Someone... Please... Help...

I have been having major reliability problems with my host.
I want to move to a new host, one that seems to have much more positive feedback and known reliability.
I have moved all my registered domains from various registrars to GoDaddy.
Unfortuanately their Control Panel is not what I am used to, and am missing the "Fantastico > Install Drupal" quick links...

HOW can I successfully move my Drupal site from > http://hobywa.org < to a whole new server?

(1) Backup the MySQL file
- what are the specifics?; drop the file (save a local copy); done that.

(2) Installing Drupal on GoDaddy, is this possible?

(3) Do I need to have the site hosted elsewhere, and use my $3.95/mo GoDaddy 5 GB Space/250 GB Transfer Bandwidth for my files that will ultimately (hopefully) be Video, Audio, Pictures for an interactive podcasting AtomFilms (pre-Macromedia purchase) meets, iFilm, meets something else.

(3b) Is there a US-based host that has PHP, MySQL, ++Space, ++Bandwidth that is more Drupal-friendly than GoDaddy? That is near equal in price?

Thank you! Thank you! Thank you so so much. I hope that you can help.

I want to develop a site that is very 'grass roots' oriented about youth leadership, youth perspectives, youth solutions to world problems, etc. The site isn't what I want it to be yet, but soon I'll have more time to dedicate to it. Please help me get over this hurdle right now.

Is there a Drupal online tutorial?

Hi,
I am a new user of drupal
when i had to update my menu items i just enabled the menu which was there the under administrator folder there i went to add a menu itme and then created a home link but the the menu it self got renamed to Home
Now when i click on the link it logsout. If any one has any idea kindly let me know

Path category/2,category/3 parent of category/1 ? How to?

A can only construct menu items using paths (so category/1/2,category/1/3 do is parent of category/1), but I how do I enter some pid (parent items) fields in menu hooks.
Is that possible with Drupal without changing core? Or if changing, but how?

WANTED: Drupal developer needed

We already have a Drupal made community that we need help rebuilding to match a new community.

First task is to move and install it on the new server and then to modify/add new/remove some of the modules we are using and changing our custom theme.

Please get back with your rating and also some example work you have done in Drupal. We would like you to be able to start right away!

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.5.x or older