Our website was created with Drupal 6. We don't have the full Drupal installation - just the files and database. I need to make a modification. Since we don't have Drupal 6 on the website, I will need to insert the information into the tables. Our website has links on the right side of the page. I have to insert one external link. After reading many posts, I think I need to insert into the nodes, nodes_revisions, and menu_link tables, but I'm unsure. Can someone tell me which tables I would need to insert the record and the order, if any?
Please, as someone who doesnt know about drupal, and want to learn to use it to build a website. How do I learn it very well? A sort of tutorial and videos. Thanks.
I have 1000's of addresses in my drupal 6 site using the 'Addresses' module. The developers recommend using the 'Address Field' module for Drupal 7?
Does anyone have any ideas on how to migrate these fields using the 'Address Field' module? It's not straight forward to use Feeds as the data for one address (name, street, city etc) is contained in one field.
I've looked all over for an answer to this but to no avail.
Hello. I have this kind of problem:
First I login to www.mysite.com under administrator: I see the log out link.
Second I click the link that looks like mysite.com/node/1985: the log out link dissapear.
Third in the adress bar I add www. to mysite.com/node/1985 and log out link appears again.
Of course I edited the link and now it works fine, but I've lost my mind while finding out what was the problem, and I hardly got it back, is there any way to make both variants to work?
I have sort of an obscure question. The 6.x version of the project was a single module that provided a "discogs" node type, and imported releases from Discogs.com into that node type. I did NOT use CCK for the fields, because I wanted to avoid dependencies, instead creating my own fields.