I'm trying to use Feeds mod to import a CSV file but it requires a GUID column. I'm used to using Primary Keys in databases & have Googled GUID but am unclear as to what Feeds requires? Tried searching on here & get a lot of 'Guides'. Can anyone please point me towards a good tutorial?
I have altered the user registration form and have made it dynamic with some more input fields. So, I have created a separate table in drupal database to store the additional details. Now, from my newly created table I want to display 2-3 fields on the main page. I have installed views module for this purpose. Now, in the views UI, I am not able to find any option to add fields from my newly created table (created in drupal database). Is this possible?
In the user profile, how do I change/remove the title? Since it is not a view I don't see any way to do it. For now, the title is the username, which isn't what I want. Thanks in advance.