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

block assignments

I'm starting to create blocks however, I'm not understanding how to create a category under a new block.
if I create a new category, my only choice is to put it under the Navigation block(menu-->enable-->drop down list).
does anyone know how I can create categories and choose my block when in the menu node?

thanks.
susan

Categories (taxonomy) don't breadcrumb news stories.

I've noticed a few sites that have their news stories breadcrumb the topic, for example.

"Programming > Perl > Howto"

No matter what I do, I cannot get my topics to diplay like this. Perhaps it's something in the theme I'm missing?
Here's what I have so far as a test:

Vocabulary name: Topics (Type story)

Terms:
news
-programming
--perl
--java
--C

When I post a new story it never shows "News . Programming . Perl", just "Perl".

Any ideas why?

code for related block - diplay a list of articles in the same texanomy

is there any code that does display a list of articles from the same texanomy of the main article?

for example, main column shows an article of "travel" -> "san jose" -> "parks" -> "xyz park"

and a side, i want to create a block with a list of "parks" within "san jose".

is is done by someone already? tks

HDI: using PHPTemplate in 4.7 make radios lie in a row rather than a column?

Hi

I would like to make a table of radio buttons with the options for a category alongside each other. I am not sure how to do this with all the
theme stuff going round in the forms. So if my options are good and bad then I'd like to make it look like:

          | Good | Bad |
Cat 1 |     0    |   0   |
Cat 2 |     0    |   0   |

At the moment I have something like this:

  $recommendationbuttons = array(
     1 => 'Good',
     2 => 'Bad'
   );

$form['language_rating_fair'] = array(
    '#type' => 'radios',
    '#title' => t('Language rating fair?'),
    '#default_value' =>   $node->language_rating_fair,
    '#options' => $recommendationbuttons,
    '#description' => t('Language rating fairness evaluation'),
  );
  $form['complexity_rating_fair'] = array(
    '#type' => 'radios',
    '#title' => t('Complexity rating fair?'),
    '#default_value' =>   $node->complexity_rating_fair,
    '#options' => $recommendationbuttons,
    '#description' => t('Complexity rating fairness evaluation'),
  );

And this just gives me a long column of radio buttons. I could compress the page significantly if I could get them to lie horizontally :-/

Its probably trivial but I'd really appreciate a pointer in the most efficient direction!

Thanks,

Mark

forum alternate background color.. how do i do that?

I was wondering how to achieve this alternating background color in forum?
tks

My Forum doesn't work

I just tried to submit a test post and it gave me this error.

user error: Table 'broadmoo_drpl1.img_assist_map' doesn't exist
query: DELETE FROM img_assist_map WHERE nid = 6 in /home/broadmoo/public_html/includes/database.mysql.inc on line 66.

warning: Cannot modify header information - headers already sent by (output started at /home/broadmoo/public_html/includes/common.inc:384) in /home/broadmoo/public_html/includes/common.inc on line 192.

ANY SUGGESTIONS WOULD BE APPRECIATED! Thanks in advance!

Pages

Subscribe with RSS Subscribe to RSS - Post installation