I am trying to figure out how to get the editing buttons to show up in TinyMCE.
I have just done a fresh install of 4.7.1 and am also installing TinyMCE. I have set up the profile and have everything up and running without any problems. When I input text in a page or blog entry, I can change the formatting (make text bold, underline, italicize, etc.) without any difficulties.
I'm trying to create a custom node format for a node type created in CCK. The DATE module keeps data in the ISO 8601 format (eg. 20060520T11:11:11) - is there a simple way to convert that into something like "5/20/2006"?
Basically I was using the mysql LIKE statement in some my SELECT queries which bring specific content with specific words either in the title or in the teaser.
Since the upgrade to 4.7, I simply can't figure out why the LIKE statement a) does not bring out any content and b) brings content, but with duplicates.
The database on the server is 4.1.18. Here's the code I've done:
I have Drupal 4.7 installed and a primary links menu created. I've created a link to the home page in the primary links menu using a path of <front> to link to the front page.
For all other pages in the menu, the menu anchor tag is given a class of "active" when on the active page, but this does not hold true for the menu link to the home page.
Any ideas how I can give the home page link class="active" when on the home page?