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.
My site is static content based and not blog like... How I can I take out the "Posted by user on XYZ date" that
automatically comes up with every node you make...
I know that lists.civicrm.org might be a better place for this post, but I seem to have better luck sometimes here.
Just upgraded from civicrm 1.5 to 1.6 on a Druapl 4.7 site. For some reason in 1.6, the css is imported on all my pages with an absolute link instead of the relative link: href="/modules/civicrm/css/civicrm.css"
This is a real bummer, because I'm trying to use https for civicrm form submissions and page views. To handle this, I have https in my URL paths in my configuration file and global settings in the civicrm database.
I've just installed Web File Manager to experiment with in the hopes of making the admin UI a little more intuitive for our future moderators. It all seems to be installed properly, except I think I am having issues with the directory paths/permissions. I cannot create a new directory under the webfm structure and get an error when trying to upload files.
In admin->settings->file system settings I have 'File System Path' set as 'files'. This folder exists as '/files/ in the root web directory.
I'm using both book and pdfview modules to generate a pdf file of my book content.
This works well, but I have one main issue. The book navigation block gets included in the final pdf output. I'd like to eliminate or suppress this block if possible.
I know it's possible to do this during the actual book page display using css, but am not able to figure out how to get this done for the pdf.