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

Left Bar lost in xTemplate

I just made one change to the site, I activated teasers. When I hit submit, the left bar disappeared. It did not move the blocks from the left to the right, it just simply made the left disappear. This wiped out my site menu, navigation, and aministration taxonomy.

So I'm stuck. I can't navigate through the admin screens to "re-activate" the left bar. Can someone give me the url to the xtemplate configuration screen so that I can see if I can re-activate the left bar.

Any other ideas what may be causing this or anything I can do to fix it would be greatly appreciated.

Putting blocks on the front page problem

i want to put a block on the front page,how can i set the path expression on Drupal 4.4?

Block to list forum posts and comments

Has anyone produced a block that will show the latest n posts AND comments from a particular forum or set of forums (rather than all forums)? Ihave tried using the ideas found here but the block I created only shows posts, not comments, and I have no way of limiting the number of items displayed. This is the code I used:

$tax = array ("str_tids" => "75, 81", "tids" => array(75, 81), "operator" => "or");

$result = taxonomy_select_nodes(array2object($tax), 0);
while ($node = db_fetch_object($result)) {
  $output[] = l($node->title, "node/view/". $node->nid);
}

return (theme_item_list($output));

Managing Inline Images with node_image

I've just installed the 4.3 version of node_image on my 4.3.2 development system, and I have a few questions:

1) I'm able to upload associated and inline images, but noo img tags are being inserted for inline pics (Firefox 0.8/OS X.3). I suspect this is a conflict with the htmlarea module - can anyone confirm that?

2) I can't find a list of the existing inline images for the site. I looked through the admin pages and tried /node_image, but found nothing. Do I need to code something myself?

Thanks in advance!

missing notify table

My cron logs periocally tell me that a query has been run on a table named 'notify' which does not exist. phpMyAdmin confims that this table does indeed NOT exist.

I don't see code to create this table in the notify module... where is it supposed to come from? What am I missing?

Thanks.

I can't upload images with image module

I can't upload images with image module:

warning: rename(misc/tmpthumb_91a967a8313dc8d29381ee011a6e2fc2.png,misc/images/thumbs/thumb_91a967a8313dc8d29381ee011a6e2fc2-49.png): No such file or directory in /var/www/localhost/htdocs/drupal/modules/image.module on line 719.

Cannot save image.

any idea?

PD: permisions are ok

Pages

Subscribe with RSS Subscribe to RSS - Post installation