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

Block Module creation

Hello.

Is it possible to develop a block module that processes the following items:
---login form for external services
---process the login credentials: this process will return a list of links
---display the list of links in the same area where the login form was shown
Everything is done inside a block region.

Thanks.
Pol

Modifying menu links

From the research I've done, it appears that there is no way to add anything through a module to the menu links in Drupal without modifying the core. What I'm trying to do in my module is go through every link in the menu and add a "rel" attribute to some. I was just wondering if I'm wrong, and there's actually a way to add something. I'm aware that I can use a theme function in template.php to override the output of links, but, I wanted to contain everything in a module and avoid making the user add a PHP snippet to his/her template file.

Thanks for your help,

Silvio

Anyone have a solution for term not being set for tolken at time of node submit?

The token module offers some rather terrific functionality to the Drupal CMS. Unfortunately, some of its potential is stifled by a problem with taxonomy terms not being set for token during node submission. In other words, you should be able to create file paths for uploads and adjust node titles using the taxonomy terms selected for a node, but there is a glitch in this process. Can someone have a look and see if they can find a solution or a possible workaround? Here is the issue:

http://drupal.org/node/137669

FormsAPI select control and available options

Hello,

I'm trying to fill a dropdown box with titles from a table:

Create Node on Remote Server

I have 2 different web sites. On site A I want to create a new node on site B. I believe this would require me connecting to the database on site B from site A.

Is there some type of way to connect to site B from site A to create a new node?

Thanks!
Quinton

Modifying the User Login Block

I need to make some serious structural modifications to the User Login Block in my theme.
BESIDES using CSS to modify it (which isn't enough control at this point) using PHP Template how do I get more structural control over it?
Basically I want to be able to define the HTML that gets outputted in the theme myself and not use the Drupal default User Login.
Any code, comments, tips or anything that will help.... thanks in advance

Pages

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