I am trying to use this feed: http://movies.go.com/xml/rss/intheaters.xml, but it will not work with the Drupal aggregator. My other feeds work. Anyone have any wisdom to share?
I made a small module for drupal 4.7.x that shows users online status in view profile page.
The module also provides "API function" for other modules to easily check if an user in online or
not.
Example usage:
To display posters online status in forums with easy to use themable function.
Check the source code of .module for an example!
While waiting for cvs approval to drupal.org, I'd like to hear some comments about this module.
i have installed activelect and category module. but i see no change in my dropdown lists. can you send an example container-category tree so i can set up my categories properly?
Hello, I created a couple of views using the great Views module (thanks merlinofchaos). Now, I installed the usernodes module and would like to replace the "links on user profile pages that lead to nodes created by that user, per node type" with a view I already have. I have installed the insert view module and realize that it will require some coding magic on the phptemplate level. So my questions are:
Hi all, I need to implement a drop down menu with an HTML
element..
What I want is a list of projects to come in the tags and a submit button to allow to access
the actual chosen project's page when it gets clicked.
I am not sure of how I should be implementing this under drupal..
Would I require a special module? Would I need to access the POST/GET variables through a script place somewhere else?
Does anyone have any suggestions? Any examples of already made code?