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

Glossary Module - some links work, some point to taxonomy which doesn't work

Hi guys,

I have the Glossary Module installed and am having some problems.

Within my content MOST of my terms work right.

EDTV shows up like I want it to, with a link to: http://www.gethd.tv/glossary#term3

Some don't work, because they are generating the wrong link. The links look like this:
http://www.gethd.tv/taxonomy/term/13

where does cron output go to? (using xammp on local machine)

can someone tell me where the output of the cron job goes to?... a file a log?... i'm just new to drupal and am learning the search function.......thx!

Sorting by the Japanese 'alphabet'

I posted this on the Drupal Japan thingy, and imagine has been very kind, but Japanese is not my native language so I thought I would post here too.

If you've ever studied Japanese, this is very simple, but I've heard some wild guesses so I will explain...

English has an alphabet. Each word is divided into letters. In the dictionary, you can look things up in ABC order.

Japanese has a syllabary. Each word is divided into syllables. In the dictionary, you look things up in a, ka, sa, ta order.

Variables won't print

I created a plan old page node and put the following code in it and it won't print the $q->february or the $q->january variables. Why aren't the variables interpolating?

<?php

$results = db_query("SELECT * FROM OMOSLS LIMIT 5");
while ($q = db_fetch_object($results)) {
print "when did alison get so stupid" . $q->february . "$q->january";
}
?>

How do I set different permissions between stories and pages?

Hey everyone,

I am setting up a site in which several people will be posting informational articles. They are letting these articles be read and used for free but would like people to register in order to read them. (I am setting these as "Stories" in Drupal.)

The issue is that there are other pages that should be always available whether registered or not (such as bios, contact us, and the home page and I am setting these as "Pages" in Drupal).

is it possible to erase all paths created by path auto???

We are getting some problems with pathauto and category module upgrade, I would like to test of it works without pathauto paths... Is it possible to erase only the aliases that were created by pathauto??

If not is the only solution deleting them one by one?? Maybe it would be faster directly in the db??

Thanks,
patchak

Pages

Subscribe with RSS Subscribe to RSS - Post installation