Ok so I have drupal up and running and I must say that it seems like a very powerful system :). My one complaint is that most of the templates remind me of blogs and the sites that look different like theonion.com took lots and lots of customization. The right and left sidebars for most existing templates aren't so bad but it is the center content area that is really giving me a hard time. I would like to have a site like http://femalefirst.co.uk but I'm having a lot of trouble customizing the center to look like that.
I've set up Drupal for the private file access method (from the first day on), and in "access control" only certain roles have the privilege to access uploaded files - anonymous users have no access at all. Still it is possible to directly access any uploaded files by entering its address into the browser (like "http://mysite.com/files/secretfile.txt"), even if not logged in at all.
Hi,
I have enabled the archive module and i made the module to display only the blog posts. When i click a date in the Calendar, the caledar goes off and i am getting a drop down box for date,month and year one for each. I don't want this drop down boxes and i want to diaplay the calendar alone. Please help me on this.
Hi
MY host has upgraded mysql from mysql 4.0 to mysql 4.1, in the process, something went wrong with the encoding. I am using drupal 4.72
The site content is written in Heberw and it now displays gibberish characters.
I am getting the following errors:
Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation 'like' query: SELECT * FROM access WHERE status = 0 AND type = 'user' AND LOWER('???8') LIKE LOWER
Hi,
I have a working LDAP module against AD. Whenever a user in AD logs in the Drupal, the users information along with the password is getting inserted in the mySQL database. I don't want this to happen. I don't want the user's information available in the local database. Anyone , please help me on this.