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

tiny PHP code issue in module modification

Hi,

Hopefully this will be a super easy fix for PHP people. I am modifying the blogger module to display the results in div containers instead of a table. I am having one little issue that creates an error.

This is the original line:

$block_content .= "<td>". l($showdata, "blog/$data->uid"). "</td>";

I would like to change it to:

$block_content .= "<div class="blogger-name">". l($showdata, "blog/$data->uid"). "</div>";

User page customization

Hello,

Newspaper website looking to use Drupal to create community site.

I've created a user profile for one of our columnists and now I'd like to have the user page display a) recent blog posts, b) recent 5 podcasts and c) recent posts to her "Shopping" related forum and d) links to her "Shopping" group. Can anyone lead me in the right direction towards developing this? I havent' a clue yet.

Thanks in advance.

Display mistake in using panel module

I am using the default theme of Drupal V5 RC2. I generated a page using the 'Two column stacked' layout.

top
left right
bottom

The problem is, the content added to the right column always display in left column. I am not sure whether this is a bug.

Any suggestion? Thanks.

Using images instead of links in event module (Calendar)

Hello,

I want to use images istead of links in the event calendar ?
how can i do that?
anybody have an idea ?

I am looking for a hack in the event module, but couldnt find it yet?

Need some help..

Thanks.

How can I limit when the username menu is displayed??

I read the posts and tried a few things, but essentially, I have a custom menu for my content admin user. I would be the super user. When either of us log in, we also see the username of the person logged in and menu items. I would like to have the super user menu displayed since that's how I administer the site, but not display the content admin user menu.

Pages

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