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

[Q]:Icerocket.com does not recognize drupal-powered blogs

Icerocket.com provides a very convinient way for one to track backlinks from other blogs. However, icerocket.com does not recognize drupal-powered blogs. When I attempted to add my drupal-powered blog in icerocket.com, I got an error message saying: IceRocket was unable to find XML feed for this URL. I also tried to add my feed url directly, but icerocket still could not find XML feed. How could I solve the problem?

Is there a non programmatic way to override the NODE TITLE text??

Is there a non programmatic way to override the NODE TITLE text
- on a per node or
- per node type basis

such as: - for example - the BLOG TITLE text when a blog is displayed, where the default would be:

blog

that I want to replace with an arbitrary text string instead?

A similar example occurs when displaying the root blogs page at the URL 'blog' where the title begins simply 'blogs'

------------

why no $node->title when using node_view.

I am using a small php snippet in my header to pull in various nodes for display in my header.

I use:

$node_id = 4;
$_node = node_load(array('nid' => $node_id));
$header_node = node_view($_node, false, true, false);

For some reason i don't get the node title when i do this - although i do get it when i display the node using:

mysite.com/node/4

Can I Do This? Post a Blog and Have Images Inside Auto-Sized?

Hi All.

I am trying to simply the task of posting a blog with some inline photos of trips, hikes, etc.

I wondered if there is a module, php, api, or combo of these that will automatically reduce an image's dimensions (eg, down to 512x384 px from 1280x1024 px) as it is uploaded/posted?

I am trying to remove Photoshop or ACDSee from the equation altogether.

Thanks!! :)

Taxonomy List on Node Summaries

Hi

I've noticed that in the node array that gets passed to theme functions, there's a 'taxonomy' index that only has the node's primary category.

Is there a way to pull out all the nodes' associated categories, and feed them to the theme (btw I am using 4.6)?

Apologies if this has already been covered ... searching is fairly difficult on the Drupal site (unless I'm missing some undocumented query field wizardry).

Thanks!

Workflow / actions / taxonomy with which version?

Hi, I have sucessfully got Drupal up and running, however I am unsure which version I should be using. I really need to use the Workflow module, but as far as I can tell, it is only for the 4.5.x branch and not the 4.6? Yet it says it is dependent on the actions.module which will only run under 4.6?

Basically I was wondering if someone could tell me what version of Drupal should be running to be able to get an extranet-type of system with the workflow module etc. Also if anyone has any tips with creating a workflow/approval content sort of system that would be great. Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Post installation