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'm using drupal for my web site. Its just like www.myspace.com. Right now the registered users can edit other users profile. How can i block/prevent users from editing other users profile except their own user profile. Can someone guid me how to do it?
With certain inbound links, we have an id appended to the URL, like http://www.mysite.com/page1?keyword, where 'keyword' is then captured in the template.php file into a $_SESSION variable. We then want to append that variable onto all other pages that are then visited, as http://www.mysite.com/about-us?keyword.
How can I use the $fragment of the l() or url() functions to force all displayed links to have the $_SESSION variable appended to it?
Hi guys, I am looking to build a very big portal with community support like others too will be adding there articles/tutorials. Now I want to break the site into 2 parts where I will manage one completely like adding content,news etc and the other half will be control by user. THey have add there content like in wiki, comment on others articles and other stuff. Can this be done in Drupal ? I am still new to this and understanding wha can be done with it