Drupal is up and running but how do I ...?

How to link forums to a page

Hi there,

I'm not sure if I'm going about this the wrong way so any pointers would be greatly appreciated in setting up forums on my site. I've used the handbooks to guide me in creating a "Community Forums" container and a number of forums within that.

What I'm trying to do now is place the container in a page so that the list of available forums can be seen when that page is navigated to (e.g. when you click the "Forum" tab at drupal.org you see the various forums you can post in). Am I missing some steps here?

text only breadcrumb (no links)

Hi,
I would like to have a breadcrumb non linkable, only text, just to say "you are here".
There is a way to obtain this?
Thank you....

Broken image links after moving site

I sense this has a simple solution, but I'm not seeing it.

I am using image and image assist in my Drupal 4.6.5 site. I had several pictures placed within page nodes that were working fine. Then I wanted to copy this site to a different machine to do some additional work. To do this I

1. Copied the database, drupal file directory, and the drupal filesystem path directory (the one specified in "admin/settings") NOTE: I am using private download method.
2. Restored the database drupal file directory, and the drupal file directory
3. Edited the settings.php file to change $db_url and $base_url appropriately for the new machine
4. Restored the contents of the drupal filesystem path directory to a directory on the new machine (/var/www/drupal_downloads is the directory I created, which is a different path than on the original machine)
5. In admin/settings, changed the File system path to be /var/www/drupal_downloads. Double checked that drupal_downloads is writeable by drupal (there are no error alerts at the top of the admin/settings page such as when this directory is un readable)

Everything works fine, except that the images show up as broken links.

If I right click on one of the broken links to see the url, it shows like "http://www.yaq.lan/yaq/system/files?file=images/Chico_interrogacion.thum..."

Any ideas as to what I'm missing?

Thanks

If I copy this url and place it in the browser, I get the standard internet explorer generated "page not found" page.

Customising theme page AND $content variable

I can customise my front page with the help of a bit of code in page.tpl.php:

if ($is_front) {
  include('page-myCustomisedFrontPage.tpl.php');
  return;
}

I can place my own content in myCustomisedFrontPage.tpl.php

However, if I notice that the $content variable is still available for use, meaning that the server is doing extra processing for content that I'm not using.

How do I use my own node content and not the default drupal node content?

confusing about version of modules for drupal 4.7

Looking for version module, I getting confusing there category for 4.7beta , 4.7, 4.7RC1 , and ... CVS

are all those compatibles with drupal 4.7RC1 ? Wich version are the latest ? why so many category if they al are compatibles with 4.7 ?

Problem Creating Groups With Organic Groups Module

I'm still creating my website. I have no users on it other than myself. And I recently installed the Organic Groups module.
When I try to create a group I get a blank white page except for:

Fatal error: Call to undefined function: taxonomy_node_validate() in /home/devill/public_html/modules/taxonomy.module on line 913

My line 913 says:
taxonomy_node_validate($node);

Pages

Subscribe with RSS Subscribe to RSS - Post installation