Image module doesn't work on 4.7 beta

Hi everybody
I'm pretty new here but I installed drupal 4.7 beta last friday. I think it is a great product and I got a lot of modules working. The image module only doesn't seem to work. I can upload images (they are in my files\temp directory) but the image won't display. Is see a small "broken link image" with a red cross in it.

create rss feeds from xml..

Howdie all im looking to create an rss feed from and xml page that a url of mine genorates..

http://orionsimracing.com/GTRLS/php/backend.php?mode=genstand&season=200...

Should be simple enought i just cant seem to get it right can some one plz give me a few pointers.

Thanx

upgrade 4.6.4 to 4.7

I finished an upgrade 4.6.4 to 4.7 on a test site at:
http://www.shreemaa.org/drupal47/admin

the one problem I see is that the 4.7 site is pointing to nodes in the old 4.6.4 site at http://www.shreemaa.org/drupal.

I've renamed the 4.7 mysql database to drupal47 and stated this in settings.php
is this right that the new site should point to nodes in the 4.6.4 mysql database?

anyone?

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?

Will PHPTemplate Change Core Forms in 4.7

I am trying to theme the search_box() function in the system.module of 4.7 and I need to add a different CSS #ID property other than the default. I can easily see the theme_search_box() function and it's easy to pass that into template.php, but I need to change some fo the form items. How do I do this with PHPTemplate?

BTW, I just read the Forms API and the Quickstart guide, but still this was not obvious. For instance, I tried just creating a copy of both and adding 'my' infront of it and slapped this into template.php, but to no avail. Help?

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

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x