The Drupal Developer will rebuild each of these 3 domains separately on the latest Drupal version and migrate their respective content from a shared database.
I need to give user for subscribe to " Email Notification for Content update" option, When user enters e-mail address (like newsletter) confirmation mail should go to their mail id and when user clicked on the link email/user should activate. whenever new content updates mail should go to the subscribed user.
Is there any module available for this ? please help me.
To accomodate for people who have trouble reading long and complicatied "normal" text we have implemented a "easy to read" version of some webpages. I solved this by just adding an extra textarea field for this content, and showing it in a view.
My problem is that I want the menu to show even when showing the "easy to read" page.
Pages was added with lot of relative path [<a href="/node/452" target="_blank">Text</a>] inside body content with target blank , it all opens in new window , but i want to opens in same window .
Already installed extlink module but not working for this kind of logic .