Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Ok on my site I am about to begin a collaborative playwriting project on the 1st of March. This means that three writers will need to post almost everyday on the site using the book.module.
Now in the past I have written various messages on these forums concerning text editing:
I was having trouble installing the ecommerece module because I could not see everything. So i installed the Sitemap module to help locate things. What a mistake that was. I did not back up my db because there was no mySQL involved I thought. But Site map destroys the default menu block by reseting it and removing all top level links. removall and Clearing the cache after does not fix this. The nav menus are in perfect alphabetical order and locked without header links to give any indication of what section they belong to.
In many of the drupal SQL calls I see something like:
SELECT n.created, n.title, n.nid, n.changed
FROM node n
WHERE n.status = 1
ORDER BY n.created
DESC ", 0, 10);
What do all the n. before the database feilds and names mean? This is pretty hard to search for as I don't know if this is a SQL thing, a PHP thing, or Drupal thing. And no search engine I can find will include the . in the search. Any help would be appreciated.
It's been suggested writing a docBook module using XSLT to transfer XML into HTML, would be a good example of my application development skills. Are there creation guidelines I should follow?
I post media such as audio and video on my site and want to simplyfy the process by using bbcode. I would like to have a media tag that embeds the media player for me.