accidentally disabled website with an edit to the heading

So I was trying to place a widget from the afl-cio website in our heading on our main front page and now everything else is gone. Only the widget remains and I can't edit anything anymore. All links lead to widget on a blank page. www.chicagojwj.org

looking for DRUPAL developer for extended blogging system

I'm looking for a drupal developer in Belgium or nearby (will be a complete site I supose) to set up a extended blogsystem for apllication within the industrial design educational program of HOWEST - IDC.

first, we need this application to run only internally, in the longer term we are looking to open up to share the information content externally

each student should have his own blogpage where he can post his projectprogress gradually.
each teacher should be able to manage his assignment/student group via a backpanel.
so we'll need some different accounttypes

How to redirect from http://example.org/devel to http://example.org?

I've moved a site from a "devel" subfolder to the root directory at the server. I've set up a custom 404 page to explain the situation to people who arrive at the old pages through bookmarks, old incoming links, etc, but I would like to redirect them to the right place automatically.
It should be easy: to turn http://example.org/devel/nice-page into http://example.org/nice-page. I've experimented with various rules or aliases in .htaccess, but still with no luck.
Anyone?

Trying to change queue order

I work for a non profit and we recently let go of our tech manager as it became increasingly evident that he was incompetent at drupal.

This is a problem I'm running into: I need to change the order of a nodequeue, but when I go to change the order, it doesn't show up at all on the website.

Here's what I'm doing:

Print different text values with an integer field set

Hi,

I would like to print some text (in this case the words 'unlimited') if the field set value is set 0, and the correct value for every value over 0. Could this be achieved in template option for body ?

Something like this ? So far, i'm not getting anything.

<div class="field-items">
      <?php if ($node->field_bandwidth[0]['view'] == '0') {echo "Unlimited";}  else {print $node->field_bandwidth[0]['view'];} ?>

Your help would be greatly appreciated!

Pages

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