Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I will build a custom Drupal module this week. Can somebody who is very familiar with the existing 5.x modules please give recommendations of which ones to use in my little project? Here is the spec:
If I wanted to edit the Default Login Form, what file would I do this in? Is it in the phptemplate.engine file? All I want to do is edit how it outputs the HTML for it because the way they have it set up, its making it difficult for me to get it to display how I want. Is there a certain function name that I should be looking for? If anyone can help me out I'd really appreciate it.
If I wanted to edit the Default Login Form, what file would I do this in? Is it in the phptemplate.engine file? All I want to do is edit how it outputs the HTML for it because the way they have it set up, its making it difficult for me to get it to display how I want. Is there a certain function name that I should be looking for? If anyone can help me out I'd really appreciate it.
i'm looking for module which would provide me the following functions:
* link foreach signle user, i.e. www.site.com/?referrer=username
* users registered using &referrer are counted to referrer account
* once user gets redirected to www.site.com by referrer it has cookie with referrer name/id/whatever, which can be changed only by other referrer [LIFO]