IS tehre a module that WORKS for importing forum posts into drupal 7 with excel?

IS tehre a module that WORKS for importing forum posts into drupal 7 with excel?

I ned to import some forum posts from phpbb forum. Is there a module for that.

What about for node import from excel file? I need title, url, body, images...

them_table() give Unsupported operand types fatal error

Hi all,
when I use theme_table() in D7 got error below

[Wed Feb 16 23:45:45 2011] [error] [client 192.1.8.133]
PHP Fatal error: Unsupported operand types in /......../includes/form.inc on line 993

Here is my code

How do I give my forums a tab in the menu of Bartik?

I've searched all over the place, but haven't been able to find the answer. How do I give my forums a tab in the menu of Bartik?

Rick

Themeing main menu

Hi

I want to add html to my Main Menu. Or, optionally, use the description field in the Navigation link.

Reading the forums gave me some clues here: http://drupal.org/node/978450#comment-3740060

I'm making a Fusion sub-theme.
So, not knowing exactly what I'm doing, I've got the following:

Disable "Recent Content" in the Navigation Menu

Hello

Is there a way to disable the Recent Content in the Navigation menu?

The reason, I need content access control in that I do not want visitors to see any kind of nonpublic works including Recent Content.

Thanks for your help. Jesse. :-)

Displaying my custom menu?

Hey all!

I'm entirely new to Drupal but am familiar with PHP, CSS and the CMS concept so I've been converting a site build into a Drupal 7 Theme.

My main question is: I've created a custom menu via the admin's 'Structure' tab and named it 'Footer Links'. Is there a specific PHP code I can use within my template's page.tpl.php file to echo out the menu called Footer links within li tags? Similar to how this outputs my main menu?: print theme('links__system_main_menu', array('links' => $main_menu, 'attributes' => array('id' => 'main-menu', 'class' => array('links', 'inline', 'clearfix'))));

It says the 'URL Path' is 'menu-footer-menu'

Other areas that would be extremely helpful for any direction:

1) My site's sidebar has 'buckets' of information that include simply a title, image, and description. I created a new content type called 'homepage bucket' (machine name 'homepage_bucket') with the fields: Title, Longtext, Image. How could I edit my page.tpl.php to echo out each node of the type 'homepage_bucket' while controlling the format of each field? For example:

<span>Title here<span>
<div>Image here</div>
<div>Longtext value here</div>

2) My site has an interior page template and a homepage template. What's the best way to define that the homepage uses template A and all other pages use template B?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x