hi...i like the "send-this-to-friend" and the "read-more" thing, but is there a way to remove the link text and use an image instead; or add to the link text an image?
i tried this in my theme.css file:
.node_read_more {
/* Set to replacement image dimensions */
width:32px;
height:32px;
display:block;
background:url('http://localhost/drupal-5.0/files/icon.png') no-repeat top left;
}
but the text laid over the image now...what a mess. cheers
Hi. I have searched the modules, and maybe I am missing something simple.
I need to have more than one aggregator. Out of the box, all the feeds are aggregated to one aggregator. Need to have numerous aggregators with selectable feed sources by feed or category or both.
Has anybody found a way to force login to occur through https on Drupal 5.x?
I used to do it with an apache redirect in 4.7, but this solution no longer works. I've also tried setting the site's base URL to "https://mysite", but the login/password is transferred in clear text before the redirection to https.
I've been asked to set up a set for our neighborhood association, and I've never used a CMS before, although I have done a Wordpress blog site. I installed Drupal 5.0, and started adding the basic content. The problem I'm having now is that Drupal uses a lot of terminology that I'm not familiar with, so I can't even search for what I want to do.
Is it possible to just disable the "advanced search" without messing with the search module, which btw consists of 1300 lines of code DUH. Well that's great but it certainly takes time to find the right code block in there. If there is an easier solution, I'd be thankful to get to know about it, else I will have to sift through the lines of the core search module, copy it and then modify it...