I've noticed 4.7 no longer has the primart/secondary links setting. It does however still have primary links as a block, in the default bluemarine theme. Can anyone tell me how to do the SAME thing with a secondary links block just as 4.6 had?
I have the base fuctionality working with my site and am ready to start working on the theme. I was planning to use the Theme Editor to create the basic theme. I understand that this creates themes that are only compatible with 4.6. Where can I find out what the diffs are so I can modify the basic templates. Also, if I should just start from scratch then info on the 4.7 formats would be needed as well.
Since Drupal 4.7 will provide the free tagging function, I am thinking to convert my current Awtags into free tagging after upgrading to drupal 4.7. I guess that one way to do that is to create a new vocabulary (say, free tags), and then use some MySQL scripts to import&create terms for the vocabulary from Awtags table. But I am not sure how to do it gracefully. Has anybody already done this? Could you give me some help? Thanks a ton!
I noticed a small glitch in the privatemessage.module with drupal 4.7.0-beta3. The resizable textarea used in the 'misc/drupal.js' causes the textarea in the privatemessage.module to span the entire page, not respecting the width parameters. The glitch occurred two updates ago, when drupal.js was updated from version 1.14 to 1.15, commit #42446. I suspect the java script used in the privatemessage.module needs an update for 4.7.0-beta3. The java script used is only a few lines, but I have NO clue on how to attempt a fix. I just got proficient with php! Any ideas?