on the login page I want to display the latest blog entries of the admin or a special user as the default content. Is this possible and how can it be done?
I'm still new to Drupal, but I would like to have menu links where I can use strings like "[nid]" that are dynamically replaced with the current pages node id. Is this possible? I would like a submenu on my view that points to other views for the same node.
I looked at the Menu Token module, but it's not compatible with Drupal 7. Are there any other solutions?
My hosting company keeps banning me as a DDOS attack because they say their mod_security is seeing me connection over 100 times at once (keyed in IP address). I'm simply using my Drupal instance normally, like editing pages. How is it possible that I have over 100 connections going to the server? Is there some configuration I can change somewhere?
They say it is a combination of http, ftp and mysql connections (though I didn't have any ftp connections open).
What should I look for to optimize here and prevent myself from getting banned?
The old modules won't work any more. The integration with Gallery 2 is abandoned. I have to move/remove the galleries.
Is there a long term solution for those two popular needs?
I've managed to install and use multiple languages on my drupal site.
I did this by creating all content in the 3 languages I support, when clicking on English, the english pages are shown, perfect! But when i'm on english-specific(or other language) page, i can't change the language.
I've successfully figured out how to set up a view to return all nodes that have a content type of FAQ (for a FAQ page of course) and its working well.
However, what I want is for the title of the node (Which is the question half of the FAQ) to NOT be a link.
I don't need it to be a link because the body (Answer half of FAQ) shows in full on the views page output anyway.