Hi! I've been using my Drupal site for about a year, using the "clean URL" feature to turn the default URLs with "?q=" to the usual format, so that example.com/?q=pages looks like example.com/pages. For some reason, this broke. We don't know why but we looked at a lot of different options.
What we'd like to try now is just rewriting our own links in the HTACCESS file. We want it so that all links where {url}/?q={path} just displays as {url}/{path}.
Hi - I am trying to configure a Drupal 7 or 8 instance on a Raspberry Pi to demonstrate to some of our customers how easy it is to exploit as a general push to get them to keep up to date with security issues.
I'm just running my first simple D7 website with user registration and comments abilities. Well, and have the Fivestar module installed too. Is there any way to have in a single page all new registered users & new comments (to-be-approved) , plus the new ratings (Fivestar)?
After some search I haven't found a section within the admin menu so I guess it should be done through Views. Is that it? Then, how?