I am using a slightly modified friendselectric theme. The footer is in the same location and has nothing done to it.
I am using the image galleries and the footer is under the images and discriptions. The only way it drops to the bottom of the page like it should is when I am viewing a gallery which has more then the maximum amount of images and the page numbers come up.
This is goes the very bottom of the page as inteneded.
Does anyone know how I can modify the footer to have it not ride under the images?
Thanks
I've tried to enable clean urls with my setup of Apache 2 and Drupal 4.7RC3 but keep getting Page not Found errors. I've gotten it to the point where the general stuff works *except* the main center content page comes up as "Page not found". If I go to my own blog though, the content shows up fine, but it always shows "page not found" on the main site.
I noticed I had to do all my configuration steps in httpd.conf ().
Any thoughts?
(I just reverted all the changes back to non-modwrite and disabled clean urls, so at least the site will work...)
Hi!, i´m using drupal 4.7.0RC3 and when i access q=admin/settings/content-types/ and choose one on the content-types, the option for active/deactive attachments shows two times.. anyone why this happen?
I am surprised when I go into my access control and do now see any 'view' options. A few of the modules have 'access' options, which I have to assume is the same as viewing. I am trying to control some data for my website to just registered users. I thought I could do it with by changing the 'access control' for the page module, but there is no access or view option.
I am waiting for RC3 to finalize to do any modules updates, but if there is a module that could do this, please let me know. I might want to test it out prior to final release. Thanks.
I am working on a website that uses Drupal as the CMS and ruby on rails as the main app. I would like to integrate the two in a way so that the user does not have to login twice, once for Drupal and once for the ruby on rails app. Does anyone have any experience with this? I was thinking of have my ruby on rails app read the authentication cookie of drupal. However, I am not sure how to decode the drupal cookie or if this would work. While searching for a solution and I encountered this article but I am quite confused by it.