I have used URI prefixes for i18n-support and I have content in mainly two different languages, en and nb. On the frontpage http://kjetil.kjernsmo.net/ I'd like to have content in both languages, while on e.g. http://kjetil.kjernsmo.net/en just English.
Do you have any suggestions for the performance tuning for drupal 7.x?
I've installed drupal7 successfully,but seems that it is too slow for me,sometimes it takes around 7 seconds to get the response result back!
My testing site only have two users as so far,with some testing pages I've created.
My machine configuration as below:
IBM T61
Intel Core(TM)2 Duo CPU T7300 @ 2.0 GHZ
2G Memory
Hello, my users want to be able to filter content by title as well.
I know i can set a view to display that page, but with VBO some of the new options are not translated, as they are hardcoded.
Is there a way to either translate those, or to just add another filter by overwriting the form or something?
Is anybody having trouble with the plain text filters in D7?
I have 'Convert URLs into links' & 'Convert line breaks into HTML' checked and a plain text formatted textarea field but it isn't working?
S
Ps. If you edit the Subject field after publishing your post in this forum, it doesn't appear to update title on the forum main page. Not sure who to report this to!
hello,
i want to write a java app to be able to post content on my website. i searched in the API for a good method, and the only thing i found was to do this with curl... So is this really the best method? authenticate over curl, save the cookie and then do just some POST stuff and my content is created?