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.
I know in HTML the following code makes scrollbars change color.... i was wodnering how can i incorporate that into the index.php page to make it look like the scroll bars on http://www.smooth-effects.com/Forms/Registration.htm any help would be greatly appreciated thank you everyone for all help i have gotten with other issues.
Can someone explain to me why quotation marks are saved in mysql in the form of ’ or something like it? I am using Drupal 4.2. Output to a browser is fine but I did a trial upgrade to cvs and they came out as �(tm) (and variations on that theme). Is this something to do with magic_quotes?
Hi. When using drupal-4.3, 4.2 or cvs I cannot see the moderations of comments. I want users to be able to moderate (works) and the current mod-level for each comment is displayed in the forum along with the comment author, date and subject. I can do a 'select score from comments' within mysql to see that scores on comments are working. Doing a 'select score, votes from nodes' gives all zeroes as a response.
Another thing...To get the ratings module working I had to revert back to 4.2. Again, I cannot see within the portal how users can 'rate' other peoples forum postings.
I'm trying to create a form within a static page, using type=php. Now I found out that this is no problem at all, when the Node link tags are disabled, but when enabling them, the form output is rendered in a wrong way:
Hi. I opened the option to fill in MSN, ICQ no. etc. in the user profile. This raises the issue that (unless I did soemthing wrong), ano. users (and spambots) get access to the e-mails address, (MSN id.) of my users (through the 'new users' block, and potentially other entries). How do I get around this? There is no way to handle 'new users' block in the admin section, right? I considered to disallow 'access content' and then allow the content, I want ano. users to see, but not all content can be allowed individually?
I have an installation where Drupal is in a directory below the document root (apache 1.3?- freebsd) How do I get past the standard index.html of apache to "redirect" to /drupal/index.php? All the while being able to link to and use other subdirectories on this site from within drupal.[I tried simply changing the apache document root but it had problems going to other ap directories.] Also need robots to follow.