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.
I know how to pull nodes from a certain taxonomy and display various information of that node. I have kind of a php question. I need an easy way to sort the nodes by a field, actually the title because the title is the first and last name of the person.
Now if there is an easy mysql fix I'm all for that. Fail that I need to put the nodes into an array and maybe parse some strings so that I can spit them out in alphabetical order by last name.
Trying to use excerpt.module from CVS with tinyMCE.module from CVS. tinyMCE 2.0.4, drupal.4.7.0.rc1
On every "Submit" and also "Preview" I see <*><* /> </*> tags added to excerpt. No such tags added to body or title. I ended up adding str_replace in excerpt.module: