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

Is there a way to convert a full object to a string, then back again?

I am using the views module with exposed filters. The view object that is created after the filters are applied is slightly different from the stored object which executes. I'd like to save this new object to a file (or node), to be executed later.

If I use:

Problem Ecommerce: Add New Address Book Returns Array

I just installed the ecommerce module and when I go to checkout it tells me I need to add a new address.

If I go to the url user/1/address/add it returns:

Your address book is used to save addresses for billing and shipping of items from our store.
Array

It never actually prints the form with the fields, just Array.

Parse error in my .module file

Hi,
Every time I try to implement a hook function in anymodule.module I get a PHP parse error on the first line of executable code. This is within the function, not the function definition line. It happens when I try to add a single hook function for one of my content types, and it also happens when I try to follow the tutorial to create onthisdate.module

Grouping roles into sets

I'm working on a site where certain levels of administrators will only be able to port and update content for specific areas of the site.

I've been able to configure the site using Taxonomy Access Control to do what I need, but now all the roles for access level and area of access (based on Taxonomy) are all mixed in together.

I'd like to have the roles grouped into fieldsets on the profile forms. Any ideas on how I could accomplish this?

simplenews checkbox

Hi there,

I've got a question concerning the simplenews checkbox, which is standard displayed in drupal simplenews module and needs to be selected in order to subscribe for the newsletter. I'd rather get rid of this checkbox so that visitors only have to compile the email form.

Hereby the code used in page.tpl.php

 $form_id = "simplenews_subscription_manager_form";
				print drupal_get_form($form_id);

Can anyone help me with this issue? Thanks in advance

regards,

Milez

weight of module

How do I set the weight of a new module? I tried weight = 5 in the .info file but no good. I remember seeing a mention of this in a forum post but I can't find it now!

Paul

Pages

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