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.
When I paste some text into the text area, it looses all the linebreaks. I tried everything in the settings of TinyMCE, but I seem not to be able to get it right.
Hi all,
to ensure referential integrity between tables of our db we have to leave the myIsam engine to meet a mysql engine that support referential integrity as innodb.
Do you know if are there any problems to use drupal on a mysql innodb engine?
Do you know if there is any specific hint/documentatio to follow? (i've fastly searched without find any)
Ciao
I have pathauto controlling the alias' for all my nodes, however I am noticing some peculiarities with it.
Firstly, all my categories (taxonomy definitions) do not have the spaces removed and replaced by the "-" which i have specified. So the url ends up being "mysite.com/category name" which is pretty bad.
Secondly, how do i put a trailing "/" at the end of each alias? From my research in SEO, google prefers either an extension such as html, or a "/" to indicate a directory. I have set it in pathauto to put a trailing slash on the end, but it never does it.
I just finished a Ajax powered shoutbox (based on chategory).
Now I am trying to imporve it and one of the thing that I wanna do is to have "auto url link" thingy.
I replaced the http://... with link, which didn't do the trick.
So, could anybody plz point me to the right direction of how to do this ? I've looked at the APIs such as t, l, url and the hook_filter but have no clue how to use it.