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

Catergory

I had installad category module http://category.greenash.net.au/

And now i had to set up a hierarchial structure for a content type like this

fruit
-apple
--red
--green
citruses
--lemon
--orange
vegetables
-salad
--salad 1
--salad 2
--salad 3
-tomatos
--etc
--etc

How should i set container and category? Which container and which category?

Thanks

Desperate for solution to "this topic has been moved" problem

see it addressed here:
http://drupal.org/node/40394

I have very active forums,
and it's killing new members to see every new post listed as
"this topic has been moved"!

Can ANYBODY address this?
Thanks.

to see the symptoms, see:
http://fishtown.us/forum/8 (or any other forum)

using aggregator as content in a page

Hi

This is probably really simple but I can't seem to make an RSS feed in aggregator be the central content on a page. All I seem to be able to do is place it on the left ot right. Am I missing a trick?

Thanks for any help or direction

Unable to get any default audio player to work (or change default player)

I am quite new to Drupal but have installed a couple of site now and added the Audio module to each one.

Unfortunately on both of my sites the default player does not show up. Instead I get the 'save as' prompt in the browser window, rather than it using the built in flash player.

I have tried this article to change the player to the XSPF Slim player but also to no avail http://drupal.org/node/34043#comment-140754

Help with login_destination

hi all,

I have defined 3 roles - admin, tutor and student. I am also using og so that each student is in two og groups - a community group and their class group. I would like it so that when a student logs in he/she is directed to their class group homepage. I have installed login_destination and have written the following:

function login_destination_get_destination() {

  global $user;

  $path = 'blog/1';                           // default login destination
  $rid = 4;                                   // 4 = student role number
  $cgrp = 6;                                  // 6 = community group id number

  // Get the current student's class group id number
  $result = db_query("SELECT g.nid FROM {og_uid} g INNER JOIN {users_roles} r ON g.uid=r.uid WHERE r.rid=$rid AND r.uid=$user->uid AND g.nid<>$cgrp");

  if ($result) {
    $node = db_fetch_object($result);        // get group
    $path = "node/$node->id";                // send student to the class group page

  }

  return url($_GET['q'], "destination=$path");
}

What I am getting is that no matter what role a person is, they get sent to http://localhost/node/%24node-%3Eid

I'm using 4.7.3, local install with xampp (php4) on a pc. Ultimately, I would like the same behaviour when a student clicks on the site logo. Could anyone offer some hints as to why the above code is not working? Thanks in advance.

Google Adsense not working

I've installed the Google Adsense module, and have put a block in, but just the placeholder and not the actual ads are showing up. I've entered in my pubisher id for Adsense for Content starting with pub-xxxxxxxxxxxxxxxxxx.

If you want to take a look at my site, it's Heebie Sudoku

Pages

Subscribe with RSS Subscribe to RSS - Post installation