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.
Does anyone know how to create this link? I want my menu that is only shown to logged in users to contain a direct link to their "my recent posts" page, but anything you fill in in the path field does not parse php code or a [uid] parameter, so how would I hack this up?
I've got two subdomains pointing to the same source base i.e. a mulisite install and I want clean urls enabled on both. On one of my domains this works just fine however on the other one they are not working. Both domains pass the clean URL test i.e. clean urls seem to work. Indeed I can manually type in a clean url on both and it will work. However on one of the domains I cannot save the settings that would enable clean urls permanently. Clicking 'Save Configuration' results in a 'Zero Sized Reply' response.
I don't know what to do. How can one site work but not the other?
Maybe it's not a bug, just because I hacked some code of Drupal.
I'm not sure about this.
I installed several modules for my Drupal. Some can get into it's setting interface(like admin/settings/upload); some can't get into their setting page(like admin/settings/frontpage, admin/settings/feedback), they display the same page as visit adming/settings!
I don't konw what's going on with this problem.
I tried adjust the function in modules like feedback_settings to other function name, and I can get it be displayed.