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

i thought there were modules for this? where are they :)

ok - i must be getting old - i thought there was a module for:

-- letting a new user create an about page - like when they register they can add more info about themselves, their url, etc.

-- is there a module to split $tags into its categories when displaying on the node page?

-- is there a module for send to friend? i saw there are 4 but none of them just send an email "hey joe thinks you should check out this link"

thanks for helping me - i promise to take my ginko bilobo tomm :)

-- allen

CCK - select categories

HI guys,

I tried to create modified content using CCk, can I add categories selection to it ?

thanks

block visibility by node and userrole

OK, I can show blocks by userrole by using the following code:

<?php
global $user;
if (in_array('Approved Role',$user->roles)) {
  return TRUE;
} else {
  return FALSE;
}
?>

I can show blocks by a special node by using i.e /node/14 in the code field.

Is there possibility to combine these two queries?
Thanks
Chris

Centering nice_menu in header

I've adapted the BlueMarine theme so that the "menu" table cell in the header is on a new row below the logo. I've installed and configured the nice_menu module and have a nice menu :) inside the header block. But it is sitting on the left side of the table cell, and for the life of me I can't get it centered in the cell.

Here is a portion my page.tpl.php:

<table border="0" cellpadding="0" cellspacing="0" id="header">
  <tr>
    ...
  </tr>
  <tr>
    <td id="menu"><div><?php print $header ?></div></td>
  </tr>
</table>

And here is the menu CSS:

#menu {
  padding: 0em 1.0em 0 em 1.0em;
  text-align: center;
}

The HTML output is this:

OG vs book breadcrumb - who wins?

  • OG installed
  • all nodes have an audience (group) assigned
  • some of my book pages show the book breadcrumbs as expected
  • some book pages show the breadcrumb for: groups -> groupname

This was an ugly UI bug on my site. The breadcrumbs seemed random, and when viewing a book page that showed the OG breadcrumb, there wasn't any obvious link back to the top book node (at least, not anywhere near the top of the page like it should be).

Theme downloads aren't appearing

I installed a couple themes and I can't get them to show in the administer panel. I put the files in the themes folder. I'm not understanding why they won't appear for me to select? None of them have a special engine...

Pages

Subscribe with RSS Subscribe to RSS - Post installation