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 have setup multi-site with redirects of each domain using .htaccess redirects and symbolic links however one of my sub-sites has two domains, both need to work with friendly urls,
If I create a node that includes the text execute() the node will not save. It doesn't matter if I use a WYSIWYG or not, or the filter format used (PHP filter is disabled). When I try to save the node it just acts like a page refresh. Using Drupal 7.10. Anyone else get this?
I would like to know how can i add a "My Account" link in a new menu.
I tried using a link to user
It works, but it's always visible.
I need to have a "Log in" link when the user is not logged in (user/login works), a "Sign in" link (user/register works) and a "My account" link visible only when the user is logged in. The top would have been to have a link like "My Account ()".
Thank you.
I have a form for my content type and then using 'content type: extras' module when I save the form you can straight away create another.
I would like the second form to have some of the fields pre-populated from the first form.