This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Hiding History Section in Profile Page

I am trying to hide the

History

Member for
7 weeks 3 hours

section in my profile pages. Where is this being called? I disabled this in 4.6 (either with commenting it out or a checkbox) but cannot find out how to do it in 4.7. Any help would be appreciated.

Database compatibility for web-based RPG

I'm in the early stages of turning a fresh Drupal 4.7 installation into the core engine of a web-based RPG. I may have many questions eventually... :) But my first question is this:

What's the best way to add new types of info about each user without doing anything that would interfere with future Drupal updates?

Basically, I want each person who has a username to also have a set of data for their game character -- things like in-game abilities, an inventory of in-game items, etc. Here are my three thoughts so far about how to do this:

Trouble with background images in textimage

I am having a lot of trouble with the textimage background feature. Is there some specific file type, size, etc that I need to use? I have put many different sizes and types and nothing seems to work. it just ends up as small blocks of black and I can't even see the fonts anymore.... help?

Thank you!

Help Needed! Image and image gallery module

I am desperately seeking some assistance with not really a huge problem, but one that has completely baffled me and once the answer is realize Im going to spend the rest of the day thinking of how obvious it was and how stupid I was for missing it. What I need to do is configure a block that will display only the most recent image of a specific gallery. Can I do this with out making significant changes to the image module? It seems there has to be a way to do it just through the administer menus, but I can't get it right. Please help a new user just trying to make a go of it!

Add valign top to array of cells

I can't seem to get 'valign' => t('top') for $blocks but can get it work with $texts.

    $rows[] = array($blocks, array('data' => $texts, 'align' => t('center'), 'valign' => t('top'), 'style' => t('text-align: left; width: 553px;')));

Any ideas?

Thanks!

how to create one menu per og group?

Hi,

Is there an easy way to allow each organic group to have and populate it's own navigation menu? I spent the day trying and searching the forums and don't have a satisfying solution.

This is what I tried:

Create a menu with the name of the group.
Then assign it to the group using og_block_visibility.

But:

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions