While setting up and customizing Drupal's default forum I realized there isn't a quote-feature available. Just a simple button to quote a message, placed next to the buttons to reply, edit or delete a comment. Does anyone know how to do this without too much extra scripting? (I'm quite the PHP-n00b.)
I hope I can explain what I'm looking for well enough: I'd like to setup my drupal site such that there's a list of several "shared" categories (such as a list of games) that can be used by more broad categories.
So for example there may be a Walkthrough/FAQ section and a Character Stats section. But when you go into either of those, you'll see a list of games (preferably in a paged manner like alphabetical choice or X per page). Then going into the game will yield documents specific to the section you go into for that game.
If I created a category "Access" that applied to stories...
and then created two terms, Public and Private...
How would I then allow users of a certain role access to both public and private stories, and other users not of the certain role access to just story nodes labeled as public?
Haven't been able to figure this one out, but it's important to the site I hope to eventually set up. Thanks!
I have been adding content to my new site, and btw loving drupal. But am I missing a setting that will auto parse the urls I put in stories, forums etc? So I don't have to manually type out
I've installed Drupal 4.7.3 on my site, with upload module enabled. I've set the admin->settings->access control, admin->settings->upload. But after I uploaded the attachment and click submit, the attachement doesn't appear in the Page. What is the problem?