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'm going crazy. I've added a couple of extra registration fields that are just supposed to be parameters in my SQL like "account balance". In other words, the users are not supposed to edit their account balance of obvious reasons.
They are all hidden fields, and also hidden at the field display, but still show up. How the heck do I actually hide those?! I am not using a module or anything for it.
Hi,
After a few operations in my custom module I need to save the user name and the node id. I am still deciding if I want to use fields or the db layer.
One username can have multiple node id saved.
Now the problem is I don't know for sure how many nodes will be enough. It depends on the user. It can be 5 can be 500 or even 5000 node ids.
So how do I make provision for this ?
So I am stuck with the logic. How should I use the db layer or the fields in custom content type to save this ? and how should I do it ?
Hi
I m using 7.10 core and garland theme. I want to replace submitted & created date and time with bengali numerical system. So I want to make a module for this. How can I do that?