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

Chat box

Hallo,

I would like to know is there any way to users can see how many users are in chat room or who is in chat room from index(start) page?

Thanks!

"Recommended diaries" view you can use

Below is a link to a text file which contains an exported view for a "Recommended Diaries" feature I put together. It's not perfect but to the best of my knowledge (a contradiction in terms, perhaps) it's the only "recommended content" feature which uses "number of votes to rank content within an x-specficied amount of time" out there for Drupal right now.

Of course, the views.module and a working voting module which uses the voting API is a prerequesite.

The way it works is:

1. User's vote on content (you can choose which node type you want it to track) and then a block is displayed (no block is displayed if there is not content which has been voted on within an x-specified time period).

2. The block lists the the title of the node, the author of the node and the number of comments on the node in the order of most voted upon nodes to least voted on (nodes with no votes are not listed).

3. In cases of equal amounts of votes between two nodes the most recently posted node gets listed first.

4. You can specify how many nodes you want to appear in the block. A "more" link to a new page will appear on the block if there are more voted upon nodes than you choose to show in the block. The new page is a full listing of voted upon nodes within the x-specified amount of time.

What is hacktackular about it right now:

1. It calculates based on whether a node was voted on or not, instead of a vote total. Normally this is ok, except in the case where a single person votes, the node will be displayed as it should - but if that one person un-votes - the node will still show up in the recommended diaries block because it still shows as having been voted on (which according to the voting api seems is unrelated to whether it actually has a score or not).

flow player custom buttons

Does anyone have any experiance with customizing the skin on flo player?
It mentions to use some external file for skinning, but how exactly does it work??

Any help?
TMAS

http://flowplayer.sourceforge.net/howto.html

Annonymous Suscription to nodes and Categories

Hi there!
I´ve tried the Suscriptions Module, and it seems pretty cool. But you can suscribe only to your own nodes... or suscribe to categories only if you´re already a registered member.

I was wondering if there´s a module out there that could suscribe annonymous people (that just should add their email address), to certain nodes.
Such as some newspaper´s websites do: The user reads an article and should like to receive more info that came up about that item, or about that "category" ...

I don´t know if there´s one module out there that can do that...

Dynamic Image Module?

I am working on a dynamic image module, I think.
Basically, I need to have a new node type which will output the form entries as an image. It needs to have various positions for various text entry fields, and another position for the existing profile image.

Drupal API Library for Eclipse

Hi you all.

Is there any team or individual that has converted the Drupal API to an Eclipse Library?

I'm not very good at programing and I'm considering to work on eclipse. It is harder than other IDEs but being able to work with libraries (and code assist from those libraries) would allow to have a powerful Drupal development tool, being eclipse open source as it is, an also having inner CVS support.

Pages

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