I am running Drupal 4.6.5 and TinyMCE module 1.21.2.11. I notice there are references in the docs and other site about having an area in settings to add/remove buttons and plugins per role. I do not see any of these options in TinyMCE profiles that I create. I select the "advanced" theme and see a number of options other than buttons/plugins. I have spent that past couple of hours googling and searching drupal.org so I finally decided to ask in the forums.
Using pathauto to generate url-aliases, I noticed I got an alias for a term that I had deleted from my categories - "Test Gallery" - it does not show up in the categories list, but when I looked at the database, I noticed that the term_data table had this entry:
tid=15, vid=3, name="Test Gallery".
I presume this is some bug where it did not get cleaned up fully - the vocabulary got deleted, so it does not show in the Categories list, and there is no way to use the Drupal Admin UI to delete just a hanging term?
Has anyone implemented sIFR in their website? I'm trying to get it working, and it works fine in firefox, but in IE, it will style the text with the sIFR stylesheets, but won't replace it with the flash. If anyone has used sIFR with Drupal, I'd love to see some examples.
I rather badly need a code snippet to add a blog-it link to image nodes just like the ones Drupal inserts automagically for aggregator feeds (with the little blog-it icon). This would have the same function of inserting a summary of the news-item into the blog entry text field, except the 'summary' would be the image itself (or a reduced version thereof).