I'm creating a website where we will be selling admission to seminars and trainings. As such, these "admissions" don't get shipped, and are therefore not tangibles and we have no need for the item to go into a queue waiting for shipment. However, since we only have so many seats in these seminars and trainings, we'd like to be able to limit the number of these admissions that can be sold using inventory control. As it is currently implemented, there doesn't appear to be any inventory control on items other than tangibles.
I'm building a public access site.
I dont' want anyone to know there is even a login option (as this is not a community site, but a simple site that will use Drupal as the backend).
So, I need to get rid of that "Login or Register to add comments" stuff that shows up at the bottom of book pages.
I tried turning off all access to Comments for my various roles, to no avail.
I'm trying to get internet explorer to properly display the primary link bar of the blix them so that multiple words don't wrap down to a seperate line.
I like the idea of the simplified Blogger-style "About Me" block on blogs (http://drupal.org/node/45164), but I'd like to make the block show up on all blog pages, front and node.
Currently the snippet uses if(arg(0)=='blog' & is_numeric(arg(1))) { -- is there a way to adapt this?
Hi, I'm getting ready to migrate an active forum site to drupal, I've recreated my forum board structure but when I went to create my moderators container and board I realized I couldn't figure out a way to make it only accesible by moderators.
I've created another "role" called "moderators" which have the ability to edit messages, threads, etc, I'd like to make a forum that is only viewable by mods. It seems as though I can only modify access perms for roles on a global basis for the forums.