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

fatal error might be causing the signup not to be completed

I have got friends to test out the moduals i installed but everyone has said that when they (not sign IN) but signup/register they are taken back to the signup page and not a page teelling them they just signed up and will get am email or something.

was told to install logintoboggan.module but can not find any setting but the activate setting in the moduals page.

when i look at the logs at

www.mysite.com/drupal/?q=admin/logs/event/328

i get this...

mysql table issues! very annoying!

it seems after i added the 'taxonomy_access.module' i've been getting random errors show up...

user warning: Table 'drupal.term_access' doesn't exist query: SELECT t.tid, d.vid, BIT_OR(t.grant_list) AS grant_list FROM term_access t INNER JOIN term_data d ON t.tid=d.tid WHERE t.rid in ('1') AND grant_list = 1 group by t.tid, d.vid in C:\apache2triad\htdocs\drupal\includes\database.mysql.inc on line 120.

Taking the DATE out of comments?

I switched off date/time for page and story submission, but the user comments still have dates on them.

Is there a way for me to switch user comment dates and time off too?

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' => '',

Pages

Subscribe with RSS Subscribe to RSS - Post installation