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

getting onlinestatus to display on newly customized profiles page

i've been customizing the user profile pages by creating a user_profile.tpl.php and hooking to it from theme.php. i've used this section of the handbook for inspriation:

http://drupal.org/node/35728

i'm now trying to display the online status of users for chat programs (aim, msn, etc.) via the onlinestatus module.

i'm stuck on how to get the status displayed on the new profile pages.

i'm calling this within the user_profile.tpl.php and it doesn't display anything:

How do you control which branch shows us as latest release?

Here is shows my latest release is cvs:
http://drupal.org/node/71192/

But the most up to date version is in 4.7, which is reflected here by the last updated date:
http://drupal.org/node/71192/release

There must be something I have to do in cvs... can anyone help?
Thank you!

form submission into 2 modules

Hi,

I am writing my own drupal module. I've made a custom form for my module. The form consists of:

1. User info (identical to the user info from the user module e.g. username, mail adres)
2. A bunch of extra stuff

Now i want to put the User info into the standard drupal table "users" so that i can take advantage of the built in drupal capabilities concerning users.

Passing data from gallery2 module to drupal module

Hi,

I am using gallery2 with drupal. I have some data that I need to pass from my g2 module to my drupal module. I tried using _SESSION to do that, but it doesn't seem to work. Specficially, I couldn't include bootstrap.inc in my g2 module because of path problems. I guess thats because bootstrap.inc and other inc assumes the current file locates in htdocs?

Anyway, whats the easiest way to pass data from a g2 module to a drupal module?

Thanks.

Form Q

I just started recentrly with drupal and atm I'm (tring) to make some sort of enrollement module.
I've come to the point that i need forms but the thing is:
I can display my forms and all, but the layout isn't good.
What i want is

splitting up the $content output for flexinodes - costumizing the $content (using template.php??)

Hi all,

I'm having a problem with displaying information saved with a flexinode type..

What is happening is that I have a node-flexinode.tpl.php template where all rendering for node of that flexinode type will be done..

In a default situation I would leave the standard

Pages

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