it seems that lettings users post content in html format creates a problem: cookies can be stolen and used to log in. encryption does not help. the only way to address this is by disabling html format.
I am trying to aggregate some blogs using aggregator module in drupal 4.7. There is some issue with my Movabletype accounts. I've got a feed here: http://kidslit.menashalibrary.org/atom.xml
I've added that link into the aggregator module, but when I click on Update Items, I get this error message:
The RSS-feed from Kidslit seems to be broken, because of error "403 Forbidden".
Is it possible to strip just "index.php" from the URL so that they appear as http://localhost/?q=xxx instead of http://localhost/index.php?q=xxx?
My site is running on an IIS server, so I can't (cleanly / reliably) use a rewrite module to do "real" clean URL's. I'd rather not blantently reveal what scripting language the server is using.
Simple question. How I can achive the behaviour of the drupal bug report site when giving to the node terms?
For example, in first pulldown menu I choose primary term (name of the module) and this change the second pulldown menu which show the versions of the module. Moreover in bug report system there is a case when the second menu is not displayed before the choice in the first is done. Is is some standard behaviour, modulle or I need to make my own patch/modulle?
I installed Drupal yesterday with no problems. I installed my theme, a few modules, and all was well. Upon loggin in today, I was taken to a blank page at node?destination= . I have read a lot of posts on here about this, but I am SOOO new to PHP and databases that I do not know where to begin.
I'm experimenting with modulle taxonomy_breadcrumbs.
When I go exactly to the node I see (e.g. in ?q=node/1) the bread cumps starts with the text defined in the settings of the modulle. But when I click the taxonomy therm of the node I get to, e.g., ?q=taxonomy/term/1. But at that page the bread cumps starts with obligate Home whatever you set in settings.
Does it meen that the modulle modify only bread cumps for nodes or it is a bug? Or it is another mystery of breadcumps? ;]