I have set up am xmlrpc server (enabled the module).
I see it allows only post requests.
Is there an example of how to call xmlrpc, and specify parameters, from flex/flash?
New to Drupal, coding et al. I have downloaded and installed Drupal 6.0 on my own computer, to learn and develop a site to be uploaded later.
My question is: how do I actually view the site to see what it looks like 'from the outside looking in'? All I can see right now are the Drupal configure pages. i.e. Wordpress has a 'View Site' link. I need to 'see as I go'.
I created a CVS branch and tag for 5.x beta 1 and 6.x beta 1, and dev snapshots and added project releases for each. Now after 24 hours, I'm only seeing the 5.x dev release. I can see them all if I go to "view all releases", but I want them to show by default. They appear to be packaged and named correctly. Did I do something wrong?
I see that 'may_cahce" has been nixed from the menu system when it was redesigned and that hook_menu is not called on every page load the way it used to be... my question is this: when developing a module I can no longer rely on
Have finally got XAMPP set up on my computer. I downloaded Drupal 6.0, unzipped, and put a copy of the file in the XAMPP htdocs file. I then typed into the address bar of my computer http://localhost/drupal-6.0/install and I ended up on the localhost/xampp page. Those are my exact steps. NO code changes, nothing else.
I have read and searched, and read and searched, and all I can see is that I did not set up a database of some sort before I put Drupal into the htdocs file.
I am trying to display news-aggregator items on the front page. I have entered the feed in the news-aggregator source, which will be displayed as a block (this block-view is bydefault provided by aggregator module).
Now, When i put this block on the frontpage, it is displaying only the news-Title. I want to get display along with Teaser...