This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Discography

Hi,

I'm going to be creating a Drupal site that requires the use of a Discography. I noticed there's a module in existence, but that it doesn't support Drupal 5.

I have two questions really: 1) would someone with a basic grasp of Drupal's workings and PHP (but who's a developer by trade, just not a PHP one) be able to migrate a 4.7 module to 5? And 2) Is there some other way to produce a discography page in Drupal (perhaps using Views and a custom content type).

Thanks for any advice or help.

Dan.

Imagemenu doesn't display

I just got the latest version of this module, uploaded it and enabled it in Drupal.
Then I added a menu and a menu item, referring to "files/welcome.gif" and the "" path.

I went to my blocks administration and added the Imagemenu block to the header block, but it doesn't seem to display...
I looked at the user settings, but there's nothing there to set for this Imagemenu to be displayed... What am I not seeing?

How do i re-direct drupal to a new site?

Hi All,

Can someone please advice me on how to redirect drupal site to another site. E.g: from www.example.com to https://paysite.com.

I will also like to Post some parameters to the site that I am re-directing to. E.g. I am trying to customise e-commerce module to use a specific payment gateway module. I need to pass Mechant-ID, total-amount, etc.

Local task not displyed

Hi all,

I have a node module 'todo'. I want to add local task for this module.I put following code

function todo_menu($may_cache)
{
$items[] = array('path' => 'search/amazon', 'title' => t('search'),
'access' => 1,
'type' => MENU_LOCAL_TASK);

return $items;
}

I still do not get menu tab on this module.
Plz help!!!!

Good or bad: "$node->body .= $html;" in view hook

Hi all,

The end of my node_view hook looks like this:

$node->body .= $html;

watchdog('info', 'after all. html: '.htmlentities($node->body));
return $node;
}

On my local machine this works fine and the html in the node is rendered correctly. On my web host on the other hand, GoDadday, nothing appears even when viewed as admin. The watchdog message does print out the html so it does get set. So the question is: is $node->body .= $html; a bad way of doing things and could that be the source of the problem?

Thanks,

Sven

SOAP Server for services module

Hello Drupal Developers,

I'm building a site for a client that requires a SOAP interface for web-services. I've searched high and low so the forums is my next stop...

Does anyone know if there is a SOAP server plugin for the Services module (yet)? Or has anyone built one but not released it to the community?

I'd rather not dig through PECL docs if it can be helped,. Also, having a consistant interface that I can build on would be very nice ...

So, am I the first person needing SOAP? :-)

James.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions