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

Can you control news aggregation?

Is there a way to control how many news feeds you get from a feed source? or alternatively can you control how many headlines you get in a block?

Thanks Chris

Categories have disappeared after glossary module install

well, just installed the glossary module with its nicelinks cousin and suddenly my categories display for the stories have disappeared. am using the lotsagreen-xtemplate theme and the theme files are fine. any thots ppl. ???

the url is http://mysterindia.phpwebhsoting.com/Drupal/

External Redirects via URL aliasing

how can I get a url alias to redirect to an outside site? i.e.

www.mysite.com/goto

redirects to

www.yoursite.com

It currently doesn't seem to work on my site. Arg.

New item in the menu wih taxonomy_context

I use taxonomy_module for the menu. I needed a new item in the menu so I added these lines in the file taxonoomy_context.module:

$buttons[5] = array();
$buttons[5]["url"] = "forum";
$buttons[5]["name"] = "Forum";
if ($_GET["q"] == variable_get("forum", "forum")) {
$buttons[5]["status"] = 1;
}
else{
$buttons[5]["status"] = 0;
}
$buttons[5] = array2object($buttons[5]);

attachments with xtemplate

Hello, i'm a noob AFA drupal hacking but i'm very interested in learning how the system works better. right now I am trying to get contributions/sandbox/ccourtne/modules/attachment to work with xtemplate.

I followed the instructions according to ccourtne but i'm using xtemplate so the chameleon.patch won't do? things most work just displaying the final links to dowload is a problem. ie. the link for "2 attachments" shows up under the links under the node but when I click it I get a page with only the node table headers; no links to dowload the attachments.

What .php script assembles the page Views?

If I am not using xtemplate, but just putting our unformatted pages, what script is responsible for assembling the data and writing the page?

Second question, how do I add an image to a story. It appears that the HTML parser does not recognize image tags?
Or do I have to have an image node and call the node id?

confused

Chris :?

Pages

Subscribe with RSS Subscribe to RSS - Post installation