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 was exploring the possibility to port Drupal to Java. Can someone estimate if it's possible/feasible? Is it possible to 'plug' Java implementation to Drupal table structures (meaning, in the first place, is there a place Drupal ERD can be taken from; does Drupal (as well as numerous modules) store all info in the DB only?)
Another question related to the topic is how session state is being stored? Does it entirely reside in the DB or some modules/drupal core stores some bits and pieces in PHP session objects?
Hi,
Need a module that I can use for Dictionary functions with database fields
i.e. Field 1) Word 2)Definition 3) Ratings/ voting 4) categories 5) comments
Can I use the links module for this?
Or would appreciate if someone can advise other module that I can use.
Thanks.
Im migrating a long list of people's names, addresses and contact info to a Drupal site I've made. I'm using Profiles to collate these and eventually display pages sorted by City, Region and such.
Migrating these will take forever if done one by one however, so
a.) Is there a better way to import these (currently just text) as a csv file into mysql?
b.) If I have to do it one by one, how do I disable requiring email addresses for the meantime? Many of these contacts do not have email addresses.
I know this can be done with CCK for content, but I don't see a way of creating a profile field that is a node reference for user's profiles. I am using the user_profile.tpl.php template. 4.7.3