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

Get Taxonomy / Categories work with i18n

I am currently working on two multilingual sites. i18n is a great module, but there is a way lots of work required to make it work with taxonomy / category modules.

Taxonomy terms are
Requirements include:
* Multilingual vocabulary / container names.
* Whe displaying categories (e.g. for a node), only display the categories from the current language.

Have someone succeeded in getting multilingual taxonomy / categories to work with i18n?

Any patches or pointers or to which code should be touched whould be greatly appriciated.

Thanks

Multi Sites on subdomains.

Okay, here's my own personal setup...

dumb View Module Question

Hi,
this is dumb, but i do not know enough about the way drupal works yet to be able to to it by myself. I would appreciate any pointers in the right direction.

http://www.ne-aquaticplants.com/view/tanks

I have a list of users. each can post a custom contect type called Tank.

i need to display the list of users and their tanks.

how do i get it to group the tanks by user?

this is what the view looks like now.

thanks in advance.

-iova

$view = new stdClass();
$view->name = 'user_tanks';
$view->description = 'A by-user list of tanks';
$view->access = array (
);
$view->view_args_php = '';
$view->page = TRUE;
$view->page_title = '';
$view->page_header = 'Browse members\' tanks!!!!';
$view->page_header_format = '1';
$view->page_footer = '';
$view->page_footer_format = '1';
$view->page_empty = 'oops. someting is wrong.. there are no tanks here!!?!?!?!?!?';
$view->page_empty_format = '1';
$view->page_type = 'list';
$view->url = 'view/tanks';
$view->use_pager = TRUE;
$view->nodes_per_page = '10';
$view->menu = TRUE;
$view->menu_title = 'Member Tanks';
$view->menu_tab = FALSE;
$view->menu_tab_default = FALSE;
$view->menu_tab_weight = '0';
$view->sort = array (
array (
'tablename' => 'users',
'field' => 'name',
'sortorder' => 'ASC',
'options' => '',

how do I leave frist place without any kind of post or message?

Hi all,

I need to leva my first page balnk, without any kind of post or message, only with an image and the login block. But if I remove all posts from the frist page, there it appears that first introduction message "Welcome to your new Drupal-powered website (...) "....

There is any way for me to exclude this message from the first page?

And how do I delete the footer message?

thanks!!!!
Subradio

Forum vocabulary permanently affixed ?

Hello

I have just converted my MT site to Drupal 4.7.3. We are having a problem to make the forums work. The problem is that vocab 1 is permanently associated with node type "forum", and I'd like to have a separate vocab for it. Also, it is also not working, as all topics that are posted on the forum are marked as "moved". I have manually changed the database and broke the association vid=1 and forum, and created a new vocabulary especifically for the forum, but this also didn't work.

Anybody has any ideas ?

thanks
Leo

Search Result Page Title gets corrupted?

Hello all,

I've been using Drupal for a while now but just got into a weird situation with the core search module.

Pages

Subscribe with RSS Subscribe to RSS - Post installation