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'm having some problems with the News Aggregator. I am trying to get feeds from forum topics. I tired to configure the cron script but I don't think I've managed this quite yet so I'm just running it manually.
I am getting this error:
The feed from Art Theory Forum seems to be broken, because of error "403 forbidden"
Does anyone have any suggestions on how to get this working?
I want to apply the urlicon input format filter to all of my blocks, not just customized ones. I want icons to show up next to the menu links just as they do on my page bodies.
Can I apply input format filters like urlicon to blocks like menus?
I tried using an embed snippet to put out the block in a custom block that does have the filter but nothing is outputted. I have gotten custom blocks to output other custom blocks but not the module-generated blocks.
I uploaded the module ecommerce but when I turn the module on in the admin ares and then hit update it just goes to a blank page. can some help me out. Or let me know what I might be going wrong.
Is anyone else having problems with Gmap Maps not showing? I noticed several other Drupal-based sites using the Gmap module weren't displaying their maps today - including the site of Webgeer who I think did a lot of the development of this module - http://www.webgeer.com/map/user.
I want to provide web services functionality via SOAP.
I know there is xmlrpc support but that Is somewhat different from SOAP.
In PHP I have implemented a SOAP Client and a Server, but I don't quite know how to link the server php code to use the user.module of drupal. Any help is really appreciated.