I am trying to set up SSL on my drupal site but it always gives me the 404 error when I use HTTPS://. Unless I don't specifiy the page and simply go to www.mydomain.com in which case it just shows me some folders; it does show the security icon when I am here.
I have found a few postings here about SSL and I have tried some of the steps, but maybe I just don't know enough about apache and SSL.
Is there a way to insert a bit of text into the display of a series of nodes?
For example, say page taxonomy/term/1+2 needs a snippet of text at the top of the page (not a node title linking to a node) and then further down the page another snippet of text needs to go in between two node title teasers.
I'm using the Weight module, if that matters.
Any way to do this? Thanks for any tip of link. :-)
How can I make a discussion private (kind of)? I guess through taxonomy_access... But how precisely?
I'll try to explain better.
I would like to run a sort of guidance forum. Every Authenticated user is entitled to open a thread in the "guidance forum". Only a group of specialized users to this thread and the user who actually started the thread can reply comments. Everyone else can just read.
I am currently working on a Drupal site and I would like to get BlockBar up and running, here is what I did for the install and the issues that I am running into:
I downloaded the BlockBar zip file and put all the module files into the plugins folder of Drupal.
I enabled the module and created two BlockBar areas, block_1 and block_2.
I am using the chameleon theme, so i edited its .theme file and added two php reagions, block_bar_1 and block_bar_2.
In the blocks area I set the source region of block_1 to block_bar_1 and block_2 to block_bar_2.